[==========] Running 26 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 24 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260630 12:11:22.233920   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43371,127.0.107.253:46733,127.0.107.252:42173
I20260630 12:11:22.235714   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
I20260630 12:11:22.236752   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:22.254774   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
W20260630 12:11:22.254839   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
I20260630 12:11:22.257244   431 server_base.cc:1061] running on GCE node
W20260630 12:11:22.256989   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
I20260630 12:11:23.490353   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:23.490610   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:23.490785   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821483490769 us; error 0 us; skew 500 ppm
I20260630 12:11:23.491596   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:23.499013   431 webserver.cc:533] Webserver started at http://127.0.107.254:34713/ using document root <none> and password file <none>
I20260630 12:11:23.499846   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:23.500058   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:23.500507   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:23.507550   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "d4126ee32aee457c80ee4405d533b80b"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-ctg2"
I20260630 12:11:23.517066   431 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.004s
I20260630 12:11:23.522933   446 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.524158   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:11:23.524569   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "d4126ee32aee457c80ee4405d533b80b"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-ctg2"
I20260630 12:11:23.524973   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-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)
I20260630 12:11:23.581103   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:23.582787   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
I20260630 12:11:23.583313   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:23.669142   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43371
I20260630 12:11:23.669204   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43371 every 8 connection(s)
I20260630 12:11:23.676270   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:23.678330   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
W20260630 12:11:23.684341   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
W20260630 12:11:23.685194   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
W20260630 12:11:23.690416   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
I20260630 12:11:23.691759   431 server_base.cc:1061] running on GCE node
I20260630 12:11:23.692575   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:23.692826   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:23.693027   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821483693005 us; error 0 us; skew 500 ppm
I20260630 12:11:23.693702   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:23.698340   431 webserver.cc:533] Webserver started at http://127.0.107.253:46677/ using document root <none> and password file <none>
I20260630 12:11:23.698892   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:23.699193   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:23.699497   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:23.700603   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root/instance:
uuid: "0933e27234184e89aa762f7b9309ee59"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-ctg2"
I20260630 12:11:23.700001   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.710322   431 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.003s
I20260630 12:11:23.716017   510 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.716995   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:11:23.717301   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root
uuid: "0933e27234184e89aa762f7b9309ee59"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-ctg2"
I20260630 12:11:23.717640   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-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)
I20260630 12:11:23.736169   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:23.737452   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.737823   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260630 12:11:23.741048   448 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:46733: connect: Connection refused (error 111)
W20260630 12:11:23.747484   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:46733: Network error: Client connection negotiation failed: client connection to 127.0.107.253:46733: connect: Connection refused (error 111)
I20260630 12:11:23.797056   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: 46733 } attempt: 1
W20260630 12:11:23.803092   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:46733: Network error: Client connection negotiation failed: client connection to 127.0.107.253:46733: connect: Connection refused (error 111)
I20260630 12:11:23.822315   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:46733
I20260630 12:11:23.822455   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:46733 every 8 connection(s)
I20260630 12:11:23.827471   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
I20260630 12:11:23.828442   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:23.833527   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:23.836014   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
W20260630 12:11:23.838853   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
I20260630 12:11:23.842247   431 server_base.cc:1061] running on GCE node
W20260630 12:11:23.842788   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
I20260630 12:11:23.843695   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:23.843900   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:23.844035   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821483844024 us; error 0 us; skew 500 ppm
I20260630 12:11:23.844645   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:23.848467   431 webserver.cc:533] Webserver started at http://127.0.107.252:45893/ using document root <none> and password file <none>
I20260630 12:11:23.849007   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:23.849265   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:23.849691   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:23.851025   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.851066   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root/instance:
uuid: "95e66fd9628e48c9adc01c4efdee2a24"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-ctg2"
I20260630 12:11:23.859007   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:11:23.864691   575 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.865662   431 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
I20260630 12:11:23.865839   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.865968   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root
uuid: "95e66fd9628e48c9adc01c4efdee2a24"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-ctg2"
I20260630 12:11:23.866415   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-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)
I20260630 12:11:23.871488   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: 46733 } attempt: 2
W20260630 12:11:23.872391   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42173: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42173: connect: Connection refused (error 111)
I20260630 12:11:23.882951   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.885229   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:23.886669   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260630 12:11:23.887960   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42173: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42173: connect: Connection refused (error 111)
I20260630 12:11:23.916100   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: 42173 } attempt: 1
I20260630 12:11:23.919467   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: 42173 } attempt: 1
W20260630 12:11:23.923856   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42173: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42173: connect: Connection refused (error 111)
W20260630 12:11:23.925072   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42173: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42173: connect: Connection refused (error 111)
I20260630 12:11:23.961506   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:42173
I20260630 12:11:23.961627   627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:42173 every 8 connection(s)
I20260630 12:11:23.966526   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:23.966742   628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:23.972569   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.984872   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.992498   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: 42173 } attempt: 2
I20260630 12:11:23.996488   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:23.999349   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: 42173 } attempt: 2
I20260630 12:11:24.019177   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24: Bootstrap starting.
I20260630 12:11:24.019187   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: Bootstrap starting.
I20260630 12:11:24.021765   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: Bootstrap starting.
I20260630 12:11:24.026223   628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:24.028025   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:24.028795   628 log.cc:826] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24: Log is configured to *not* fsync() on all Append() calls
I20260630 12:11:24.029407   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:24.034327   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24: No bootstrap required, opened a new log
I20260630 12:11:24.037284   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: No bootstrap required, opened a new log
I20260630 12:11:24.037544   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: No bootstrap required, opened a new log
I20260630 12:11:24.053965   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.053968   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.053968   628 raft_consensus.cc:359] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.054899   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:24.055011   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:24.055065   628 raft_consensus.cc:385] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:24.055364   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4126ee32aee457c80ee4405d533b80b, State: Initialized, Role: FOLLOWER
I20260630 12:11:24.055751   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0933e27234184e89aa762f7b9309ee59, State: Initialized, Role: FOLLOWER
I20260630 12:11:24.055858   628 raft_consensus.cc:740] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95e66fd9628e48c9adc01c4efdee2a24, State: Initialized, Role: FOLLOWER
I20260630 12:11:24.056596   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.056684   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.056605   628 consensus_queue.cc:260] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.061722   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [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: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.062949   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:24.064306   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:24.064388   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [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: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.065244   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:24.065982   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:24.067179   628 sys_catalog.cc:565] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:24.066934   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [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: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.067673   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:11:24.089910   452 tablet.cc:2406] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: Can't schedule compaction. Clean time has not been advanced past its initial value.
W20260630 12:11:24.125025   667 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:24.125612   667 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:24.130386   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:11:24.130678   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260630 12:11:24.132499   673 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
I20260630 12:11:24.132582   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:24.134017   673 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:24.135281   672 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:24.135550   672 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:24.141883   674 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:24.145004   675 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:24.148521   431 server_base.cc:1061] running on GCE node
W20260630 12:11:24.149039   677 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:24.150084   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:24.150352   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:24.150569   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821484150551 us; error 0 us; skew 500 ppm
I20260630 12:11:24.151224   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:24.154023   431 webserver.cc:533] Webserver started at http://127.0.107.193:40655/ using document root <none> and password file <none>
I20260630 12:11:24.154613   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:24.154844   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:24.155169   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:24.156701   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "5e8e1240410e4cd2ae5bae30878a8bb9"
format_stamp: "Formatted at 2026-06-30 12:11:24 on dist-test-slave-ctg2"
I20260630 12:11:24.163165   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.005s
I20260630 12:11:24.167586   682 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.168722   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260630 12:11:24.169026   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "5e8e1240410e4cd2ae5bae30878a8bb9"
format_stamp: "Formatted at 2026-06-30 12:11:24 on dist-test-slave-ctg2"
I20260630 12:11:24.169406   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-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)
I20260630 12:11:24.183808   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:24.185156   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:24.188148   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:24.192844   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:24.193063   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.193368   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:24.193523   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.273264   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:24.273967   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.277817   638 leader_election.cc:290] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d4126ee32aee457c80ee4405d533b80b (127.0.107.254:43371), 0933e27234184e89aa762f7b9309ee59 (127.0.107.253:46733)
I20260630 12:11:24.278402   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "95e66fd9628e48c9adc01c4efdee2a24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0933e27234184e89aa762f7b9309ee59" is_pre_election: true
I20260630 12:11:24.280028   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95e66fd9628e48c9adc01c4efdee2a24 in term 0.
I20260630 12:11:24.281669   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "95e66fd9628e48c9adc01c4efdee2a24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4126ee32aee457c80ee4405d533b80b" is_pre_election: true
I20260630 12:11:24.282271   578 leader_election.cc:304] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0933e27234184e89aa762f7b9309ee59, 95e66fd9628e48c9adc01c4efdee2a24; no voters: 
I20260630 12:11:24.283107   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95e66fd9628e48c9adc01c4efdee2a24 in term 0.
I20260630 12:11:24.283351   638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:24.283789   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:24.284143   638 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:24.291929   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.295641   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "95e66fd9628e48c9adc01c4efdee2a24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4126ee32aee457c80ee4405d533b80b"
I20260630 12:11:24.296257   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "95e66fd9628e48c9adc01c4efdee2a24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0933e27234184e89aa762f7b9309ee59"
I20260630 12:11:24.296403   473 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:24.296830   538 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:24.304893   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95e66fd9628e48c9adc01c4efdee2a24 in term 1.
I20260630 12:11:24.305701   638 leader_election.cc:290] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [CANDIDATE]: Term 1 election: Requested vote from peers d4126ee32aee457c80ee4405d533b80b (127.0.107.254:43371), 0933e27234184e89aa762f7b9309ee59 (127.0.107.253:46733)
I20260630 12:11:24.306843   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95e66fd9628e48c9adc01c4efdee2a24 in term 1.
I20260630 12:11:24.306849   578 leader_election.cc:304] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0933e27234184e89aa762f7b9309ee59, 95e66fd9628e48c9adc01c4efdee2a24; no voters: 
I20260630 12:11:24.308100   638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:24.312817   638 raft_consensus.cc:697] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 1 LEADER]: Becoming Leader. State: Replica: 95e66fd9628e48c9adc01c4efdee2a24, State: Running, Role: LEADER
I20260630 12:11:24.313908   638 consensus_queue.cc:237] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } }
I20260630 12:11:24.331988   731 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 95e66fd9628e48c9adc01c4efdee2a24. Latest consensus state: current_term: 1 leader_uuid: "95e66fd9628e48c9adc01c4efdee2a24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.333401   731 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:24.338799   740 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:24.347323   740 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:24.356694   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34333
I20260630 12:11:24.356976   747 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34333 every 8 connection(s)
I20260630 12:11:24.369560   538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 1 FOLLOWER]: Refusing update from remote peer 95e66fd9628e48c9adc01c4efdee2a24: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:24.372098   731 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:24.392199   473 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 1 FOLLOWER]: Refusing update from remote peer 95e66fd9628e48c9adc01c4efdee2a24: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:24.394486   731 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:24.442662   749 heartbeater.cc:344] Connected to a master server at 127.0.107.252:42173
I20260630 12:11:24.443343   749 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:24.447304   749 heartbeater.cc:507] Master 127.0.107.252:42173 requested a full tablet report, sending...
I20260630 12:11:24.461565   750 heartbeater.cc:344] Connected to a master server at 127.0.107.253:46733
I20260630 12:11:24.461980   750 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:24.462980   750 heartbeater.cc:507] Master 127.0.107.253:46733 requested a full tablet report, sending...
I20260630 12:11:24.462987   593 ts_manager.cc:194] Registered new tserver with Master: 5e8e1240410e4cd2ae5bae30878a8bb9 (127.0.107.193:34333)
I20260630 12:11:24.473121   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:24.475153   528 ts_manager.cc:194] Registered new tserver with Master: 5e8e1240410e4cd2ae5bae30878a8bb9 (127.0.107.193:34333)
I20260630 12:11:24.471505   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 95e66fd9628e48c9adc01c4efdee2a24. Latest consensus state: current_term: 1 leader_uuid: "95e66fd9628e48c9adc01c4efdee2a24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.476930   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:24.480221   752 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43371
I20260630 12:11:24.480567   752 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:24.481993   748 mvcc.cc:204] Tried to move back new op lower bound from 7302436799953408000 to 7302436799762026496. Current Snapshot: MvccSnapshot[applied={T|T < 7302436799953408000}]
I20260630 12:11:24.482306   752 heartbeater.cc:507] Master 127.0.107.254:43371 requested a full tablet report, sending...
I20260630 12:11:24.493192   731 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "95e66fd9628e48c9adc01c4efdee2a24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.494351   731 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: This master's current role is: LEADER
W20260630 12:11:24.498278   759 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:24.504482   740 catalog_manager.cc:1383] Generated new cluster ID: 8c6f280fb6274c34b1386c09eaf28411
I20260630 12:11:24.505728   740 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:24.508222   463 ts_manager.cc:194] Registered new tserver with Master: 5e8e1240410e4cd2ae5bae30878a8bb9 (127.0.107.193:34333)
I20260630 12:11:24.506220   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "95e66fd9628e48c9adc01c4efdee2a24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.507377   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 95e66fd9628e48c9adc01c4efdee2a24. Latest consensus state: current_term: 1 leader_uuid: "95e66fd9628e48c9adc01c4efdee2a24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
W20260630 12:11:24.512578   763 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:24.510814   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:24.512877   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:24.519332   731 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "95e66fd9628e48c9adc01c4efdee2a24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.520303   731 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:24.527199   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "95e66fd9628e48c9adc01c4efdee2a24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4126ee32aee457c80ee4405d533b80b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 43371 } } peers { permanent_uuid: "0933e27234184e89aa762f7b9309ee59" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46733 } } peers { permanent_uuid: "95e66fd9628e48c9adc01c4efdee2a24" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42173 } } }
I20260630 12:11:24.527863   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:11:24.535992   765 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:24.536551   431 server_base.cc:1061] running on GCE node
I20260630 12:11:24.538757   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:24.539117   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:24.539422   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821484539401 us; error 0 us; skew 500 ppm
I20260630 12:11:24.540126   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:24.543040   431 webserver.cc:533] Webserver started at http://127.0.107.194:34513/ using document root <none> and password file <none>
I20260630 12:11:24.543510   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:24.543731   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:24.544008   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:24.544986   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "411747ed5f06455493478b0158276b25"
format_stamp: "Formatted at 2026-06-30 12:11:24 on dist-test-slave-ctg2"
I20260630 12:11:24.556572   740 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:24.558668   431 fs_manager.cc:696] Time spent creating directory manager: real 0.013s	user 0.013s	sys 0.000s
I20260630 12:11:24.558894   740 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:24.569300   771 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.570271   431 fs_manager.cc:730] Time spent opening block manager: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:11:24.570590   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "411747ed5f06455493478b0158276b25"
format_stamp: "Formatted at 2026-06-30 12:11:24 on dist-test-slave-ctg2"
I20260630 12:11:24.570878   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-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)
I20260630 12:11:24.595640   740 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24: Generated new TSK 0
I20260630 12:11:24.596109   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:24.596877   740 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:24.597797   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:24.610119   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:24.617779   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:24.618034   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.618284   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:24.618468   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.728173   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40293
I20260630 12:11:24.728221   835 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40293 every 8 connection(s)
I20260630 12:11:24.755999   836 heartbeater.cc:344] Connected to a master server at 127.0.107.252:42173
I20260630 12:11:24.756562   836 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:24.757773   836 heartbeater.cc:507] Master 127.0.107.252:42173 requested a full tablet report, sending...
I20260630 12:11:24.760895   593 ts_manager.cc:194] Registered new tserver with Master: 411747ed5f06455493478b0158276b25 (127.0.107.194:40293)
I20260630 12:11:24.765100   593 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40280
I20260630 12:11:24.775652   837 heartbeater.cc:344] Connected to a master server at 127.0.107.253:46733
I20260630 12:11:24.776216   837 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:24.777094   837 heartbeater.cc:507] Master 127.0.107.253:46733 requested a full tablet report, sending...
I20260630 12:11:24.781059   528 ts_manager.cc:194] Registered new tserver with Master: 411747ed5f06455493478b0158276b25 (127.0.107.194:40293)
I20260630 12:11:24.789755   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:24.795639   839 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43371
I20260630 12:11:24.796070   839 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:24.796805   839 heartbeater.cc:507] Master 127.0.107.254:43371 requested a full tablet report, sending...
I20260630 12:11:24.800292   463 ts_manager.cc:194] Registered new tserver with Master: 411747ed5f06455493478b0158276b25 (127.0.107.194:40293)
W20260630 12:11:24.800652   842 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:24.802554   843 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:24.806725   845 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:24.808797   431 server_base.cc:1061] running on GCE node
I20260630 12:11:24.810077   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:24.810344   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:24.810554   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821484810537 us; error 0 us; skew 500 ppm
I20260630 12:11:24.811187   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:24.813957   431 webserver.cc:533] Webserver started at http://127.0.107.195:41101/ using document root <none> and password file <none>
I20260630 12:11:24.814531   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:24.814770   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:24.815088   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:24.816427   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "7a7a450e53664b849b624456459a4186"
format_stamp: "Formatted at 2026-06-30 12:11:24 on dist-test-slave-ctg2"
I20260630 12:11:24.822074   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260630 12:11:24.826495   850 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.827448   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:11:24.827793   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "7a7a450e53664b849b624456459a4186"
format_stamp: "Formatted at 2026-06-30 12:11:24 on dist-test-slave-ctg2"
I20260630 12:11:24.828140   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821482054927-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)
I20260630 12:11:24.873662   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:24.875787   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:24.878158   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:24.882220   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:24.882491   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.882774   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:24.882982   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:24.994954   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44709
I20260630 12:11:24.995352   912 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44709 every 8 connection(s)
I20260630 12:11:25.025890   913 heartbeater.cc:344] Connected to a master server at 127.0.107.252:42173
I20260630 12:11:25.026345   913 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:25.027354   913 heartbeater.cc:507] Master 127.0.107.252:42173 requested a full tablet report, sending...
I20260630 12:11:25.030673   593 ts_manager.cc:194] Registered new tserver with Master: 7a7a450e53664b849b624456459a4186 (127.0.107.195:44709)
I20260630 12:11:25.031222   914 heartbeater.cc:344] Connected to a master server at 127.0.107.253:46733
I20260630 12:11:25.031589   914 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:25.032512   914 heartbeater.cc:507] Master 127.0.107.253:46733 requested a full tablet report, sending...
I20260630 12:11:25.032454   593 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40296
I20260630 12:11:25.035344   528 ts_manager.cc:194] Registered new tserver with Master: 7a7a450e53664b849b624456459a4186 (127.0.107.195:44709)
I20260630 12:11:25.040256   916 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43371
I20260630 12:11:25.040614   916 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:25.041181   916 heartbeater.cc:507] Master 127.0.107.254:43371 requested a full tablet report, sending...
I20260630 12:11:25.043445   463 ts_manager.cc:194] Registered new tserver with Master: 7a7a450e53664b849b624456459a4186 (127.0.107.195:44709)
I20260630 12:11:25.043660   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.025949915s
I20260630 12:11:25.132332   667 catalog_manager.cc:1295] Loaded cluster ID: 8c6f280fb6274c34b1386c09eaf28411
I20260630 12:11:25.132658   667 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: loading cluster ID for follower catalog manager: success
I20260630 12:11:25.139346   672 catalog_manager.cc:1295] Loaded cluster ID: 8c6f280fb6274c34b1386c09eaf28411
I20260630 12:11:25.139635   672 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: loading cluster ID for follower catalog manager: success
I20260630 12:11:25.139855   667 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: acquiring CA information for follower catalog manager: success
I20260630 12:11:25.145318   672 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: acquiring CA information for follower catalog manager: success
I20260630 12:11:25.145658   667 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:25.149068   672 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:25.471681   593 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58134
I20260630 12:11:25.771162   836 heartbeater.cc:499] Master 127.0.107.252:42173 was elected leader, sending a full tablet report...
I20260630 12:11:26.035625   913 heartbeater.cc:499] Master 127.0.107.252:42173 was elected leader, sending a full tablet report...
I20260630 12:11:26.124369   671 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:26.247813   593 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40312:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:11:26.378293   709 tablet_service.cc:1511] Processing CreateTablet for tablet 40de57fcdfe04089840da677ef051eb1 (DEFAULT_TABLE table=test-workload [id=84f018c494214e91a07eea269933a3ef]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:11:26.378734   710 tablet_service.cc:1511] Processing CreateTablet for tablet 359130d58fc44a368f500ef5c71eed52 (DEFAULT_TABLE table=test-workload [id=84f018c494214e91a07eea269933a3ef]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:11:26.382194   709 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40de57fcdfe04089840da677ef051eb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:26.382889   710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 359130d58fc44a368f500ef5c71eed52. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:26.384274   878 tablet_service.cc:1511] Processing CreateTablet for tablet c96c2212530f44e483bc2153c8990070 (DEFAULT_TABLE table=test-workload [id=84f018c494214e91a07eea269933a3ef]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:11:26.385747   878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c96c2212530f44e483bc2153c8990070. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:26.409183   801 tablet_service.cc:1511] Processing CreateTablet for tablet 709e88c5908f4909828859fe41d35885 (DEFAULT_TABLE table=test-workload [id=84f018c494214e91a07eea269933a3ef]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:11:26.411343   801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 709e88c5908f4909828859fe41d35885. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:26.418891   948 tablet_bootstrap.cc:492] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9: Bootstrap starting.
I20260630 12:11:26.427160   949 tablet_bootstrap.cc:492] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186: Bootstrap starting.
I20260630 12:11:26.432274   948 tablet_bootstrap.cc:654] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:26.432821   949 tablet_bootstrap.cc:654] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:26.434600   950 tablet_bootstrap.cc:492] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25: Bootstrap starting.
I20260630 12:11:26.442515   949 tablet_bootstrap.cc:492] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186: No bootstrap required, opened a new log
I20260630 12:11:26.442981   949 ts_tablet_manager.cc:1403] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.008s
I20260630 12:11:26.443018   948 tablet_bootstrap.cc:492] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9: No bootstrap required, opened a new log
I20260630 12:11:26.443225   950 tablet_bootstrap.cc:654] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:26.443531   948 ts_tablet_manager.cc:1403] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.004s
I20260630 12:11:26.446076   949 raft_consensus.cc:359] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7a7a450e53664b849b624456459a4186" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44709 } }
I20260630 12:11:26.446596   949 raft_consensus.cc:385] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:26.446991   949 raft_consensus.cc:740] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a7a450e53664b849b624456459a4186, State: Initialized, Role: FOLLOWER
I20260630 12:11:26.446913   948 raft_consensus.cc:359] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.448051   948 raft_consensus.cc:385] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:26.447930   949 consensus_queue.cc:260] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7a7a450e53664b849b624456459a4186" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44709 } }
I20260630 12:11:26.448428   948 raft_consensus.cc:740] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e8e1240410e4cd2ae5bae30878a8bb9, State: Initialized, Role: FOLLOWER
I20260630 12:11:26.448746   949 raft_consensus.cc:399] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:26.449119   949 raft_consensus.cc:493] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:26.449540   949 raft_consensus.cc:3060] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:26.449188   948 consensus_queue.cc:260] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.450067   948 raft_consensus.cc:399] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:26.450204   950 tablet_bootstrap.cc:492] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25: No bootstrap required, opened a new log
I20260630 12:11:26.450428   948 raft_consensus.cc:493] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:26.450640   950 ts_tablet_manager.cc:1403] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.008s
I20260630 12:11:26.450837   948 raft_consensus.cc:3060] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:26.453796   950 raft_consensus.cc:359] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "411747ed5f06455493478b0158276b25" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } }
I20260630 12:11:26.454345   950 raft_consensus.cc:385] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:26.454649   950 raft_consensus.cc:740] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 411747ed5f06455493478b0158276b25, State: Initialized, Role: FOLLOWER
I20260630 12:11:26.455427   950 consensus_queue.cc:260] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "411747ed5f06455493478b0158276b25" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } }
I20260630 12:11:26.456493   950 raft_consensus.cc:399] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:26.456802   950 raft_consensus.cc:493] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:26.456722   949 raft_consensus.cc:515] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7a7a450e53664b849b624456459a4186" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44709 } }
I20260630 12:11:26.457324   950 raft_consensus.cc:3060] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:26.457686   949 leader_election.cc:304] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [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: 7a7a450e53664b849b624456459a4186; no voters: 
I20260630 12:11:26.458787   948 raft_consensus.cc:515] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.459513   948 leader_election.cc:304] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [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: 5e8e1240410e4cd2ae5bae30878a8bb9; no voters: 
I20260630 12:11:26.460832   949 leader_election.cc:290] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:26.462232   954 raft_consensus.cc:2804] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:26.463317   955 raft_consensus.cc:2804] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:26.464411   948 leader_election.cc:290] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:26.467130   950 raft_consensus.cc:515] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "411747ed5f06455493478b0158276b25" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } }
I20260630 12:11:26.468324   950 leader_election.cc:304] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [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: 411747ed5f06455493478b0158276b25; no voters: 
I20260630 12:11:26.474471   749 heartbeater.cc:499] Master 127.0.107.252:42173 was elected leader, sending a full tablet report...
I20260630 12:11:26.478291   950 leader_election.cc:290] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:26.478746   949 ts_tablet_manager.cc:1434] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186: Time spent starting tablet: real 0.035s	user 0.012s	sys 0.022s
I20260630 12:11:26.480185   959 raft_consensus.cc:2804] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:26.486192   955 raft_consensus.cc:697] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 LEADER]: Becoming Leader. State: Replica: 5e8e1240410e4cd2ae5bae30878a8bb9, State: Running, Role: LEADER
I20260630 12:11:26.487428   955 consensus_queue.cc:237] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [LEADER]: Queue going to LEADER mode. State: All 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: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.489710   959 raft_consensus.cc:697] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 1 LEADER]: Becoming Leader. State: Replica: 411747ed5f06455493478b0158276b25, State: Running, Role: LEADER
I20260630 12:11:26.489362   954 raft_consensus.cc:697] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 1 LEADER]: Becoming Leader. State: Replica: 7a7a450e53664b849b624456459a4186, State: Running, Role: LEADER
I20260630 12:11:26.490553   959 consensus_queue.cc:237] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [LEADER]: Queue going to LEADER mode. State: All 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: "411747ed5f06455493478b0158276b25" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } }
I20260630 12:11:26.490695   954 consensus_queue.cc:237] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [LEADER]: Queue going to LEADER mode. State: All 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: "7a7a450e53664b849b624456459a4186" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44709 } }
I20260630 12:11:26.493695   948 ts_tablet_manager.cc:1434] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9: Time spent starting tablet: real 0.050s	user 0.029s	sys 0.013s
I20260630 12:11:26.495447   948 tablet_bootstrap.cc:492] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9: Bootstrap starting.
I20260630 12:11:26.524715   593 catalog_manager.cc:5697] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5e8e1240410e4cd2ae5bae30878a8bb9 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:26.538391   950 ts_tablet_manager.cc:1434] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25: Time spent starting tablet: real 0.087s	user 0.027s	sys 0.031s
I20260630 12:11:26.547636   948 tablet_bootstrap.cc:654] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:26.548024   591 catalog_manager.cc:5697] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 reported cstate change: term changed from 0 to 1, leader changed from <none> to 411747ed5f06455493478b0158276b25 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "411747ed5f06455493478b0158276b25" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "411747ed5f06455493478b0158276b25" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40293 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:26.563073   592 catalog_manager.cc:5697] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7a7a450e53664b849b624456459a4186 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7a7a450e53664b849b624456459a4186" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7a7a450e53664b849b624456459a4186" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44709 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:26.638933   948 tablet_bootstrap.cc:492] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9: No bootstrap required, opened a new log
I20260630 12:11:26.639328   948 ts_tablet_manager.cc:1403] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9: Time spent bootstrapping tablet: real 0.144s	user 0.028s	sys 0.042s
I20260630 12:11:26.641299   948 raft_consensus.cc:359] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.641733   948 raft_consensus.cc:385] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:26.641917   948 raft_consensus.cc:740] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e8e1240410e4cd2ae5bae30878a8bb9, State: Initialized, Role: FOLLOWER
I20260630 12:11:26.642506   948 consensus_queue.cc:260] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.642931   948 raft_consensus.cc:399] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:26.643138   948 raft_consensus.cc:493] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:26.643365   948 raft_consensus.cc:3060] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:26.648248   948 raft_consensus.cc:515] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.648739   948 leader_election.cc:304] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [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: 5e8e1240410e4cd2ae5bae30878a8bb9; no voters: 
I20260630 12:11:26.649214   948 leader_election.cc:290] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:26.649421   955 raft_consensus.cc:2804] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:26.650728   948 ts_tablet_manager.cc:1434] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9: Time spent starting tablet: real 0.011s	user 0.012s	sys 0.000s
I20260630 12:11:26.650825   955 raft_consensus.cc:697] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 LEADER]: Becoming Leader. State: Replica: 5e8e1240410e4cd2ae5bae30878a8bb9, State: Running, Role: LEADER
I20260630 12:11:26.651985   955 consensus_queue.cc:237] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [LEADER]: Queue going to LEADER mode. State: All 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: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } }
I20260630 12:11:26.660039   593 catalog_manager.cc:5697] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5e8e1240410e4cd2ae5bae30878a8bb9 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e8e1240410e4cd2ae5bae30878a8bb9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34333 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:28.125543   671 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:28.127849   671 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:11:28.437501   909 debug-util.cc:398] Leaking SignalData structure 0x7b0800212060 after lost signal to thread 434
W20260630 12:11:28.438357   909 debug-util.cc:398] Leaking SignalData structure 0x7b0800212740 after lost signal to thread 497
W20260630 12:11:28.439050   909 debug-util.cc:398] Leaking SignalData structure 0x7b0800212e00 after lost signal to thread 562
W20260630 12:11:28.439736   909 debug-util.cc:398] Leaking SignalData structure 0x7b080013aec0 after lost signal to thread 627
W20260630 12:11:28.440738   909 debug-util.cc:398] Leaking SignalData structure 0x7b0800098500 after lost signal to thread 747
W20260630 12:11:28.441514   909 debug-util.cc:398] Leaking SignalData structure 0x7b080021dbc0 after lost signal to thread 835
W20260630 12:11:28.442268   909 debug-util.cc:398] Leaking SignalData structure 0x7b080021e440 after lost signal to thread 912
I20260630 12:11:28.924517   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:28.950210   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:28.950902   431 tablet_replica.cc:333] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9: stopping tablet replica
I20260630 12:11:28.951542   431 raft_consensus.cc:2243] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:28.952008   431 raft_consensus.cc:2272] T 40de57fcdfe04089840da677ef051eb1 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:28.954178   431 tablet_replica.cc:333] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9: stopping tablet replica
I20260630 12:11:28.954617   431 raft_consensus.cc:2243] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:28.954999   431 raft_consensus.cc:2272] T 359130d58fc44a368f500ef5c71eed52 P 5e8e1240410e4cd2ae5bae30878a8bb9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:29.048789   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:29.059721   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:29.081882   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:29.082618   431 tablet_replica.cc:333] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25: stopping tablet replica
I20260630 12:11:29.083287   431 raft_consensus.cc:2243] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:29.083820   431 raft_consensus.cc:2272] T 709e88c5908f4909828859fe41d35885 P 411747ed5f06455493478b0158276b25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:29.103655   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:29.112228   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:11:29.282064   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:29.282717   431 tablet_replica.cc:333] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186: stopping tablet replica
I20260630 12:11:29.283270   431 raft_consensus.cc:2243] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:29.283697   431 raft_consensus.cc:2272] T c96c2212530f44e483bc2153c8990070 P 7a7a450e53664b849b624456459a4186 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:30.128844   671 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:30.131680   671 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:11:30.212105   624 debug-util.cc:398] Leaking SignalData structure 0x7b08000ec060 after lost signal to thread 434
W20260630 12:11:30.212927   624 debug-util.cc:398] Leaking SignalData structure 0x7b08000ec740 after lost signal to thread 497
W20260630 12:11:30.213673   624 debug-util.cc:398] Leaking SignalData structure 0x7b08000ece00 after lost signal to thread 562
W20260630 12:11:30.214314   624 debug-util.cc:398] Leaking SignalData structure 0x7b08001891a0 after lost signal to thread 627
W20260630 12:11:30.215206   624 debug-util.cc:398] Leaking SignalData structure 0x7b0800189ea0 after lost signal to thread 912
W20260630 12:11:30.300793   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 909)
I20260630 12:11:31.126299   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:31.139433   431 master.cc:562] Master@127.0.107.254:43371 shutting down...
I20260630 12:11:31.300680   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:31.301229   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.301563   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d4126ee32aee457c80ee4405d533b80b: stopping tablet replica
I20260630 12:11:31.332563   431 master.cc:584] Master@127.0.107.254:43371 shutdown complete.
I20260630 12:11:31.344967   431 master.cc:562] Master@127.0.107.253:46733 shutting down...
I20260630 12:11:31.366241   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:31.366994   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.367373   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0933e27234184e89aa762f7b9309ee59: stopping tablet replica
W20260630 12:11:31.415181   577 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.254:43371: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:11:31.419150   577 consensus_peers.cc:597] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 -> Peer d4126ee32aee457c80ee4405d533b80b (127.0.107.254:43371): Couldn't send request to peer d4126ee32aee457c80ee4405d533b80b. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.254:43371: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:31.430603   431 master.cc:584] Master@127.0.107.253:46733 shutdown complete.
I20260630 12:11:31.445122   431 master.cc:562] Master@127.0.107.252:42173 shutting down...
I20260630 12:11:31.465225   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:31.466398   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.466853   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 95e66fd9628e48c9adc01c4efdee2a24: stopping tablet replica
W20260630 12:11:32.484663   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 624)
I20260630 12:11:33.068190   431 master.cc:584] Master@127.0.107.252:42173 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (10875 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:11:33.106003   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40631
I20260630 12:11:33.107159   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:33.112258   975 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:33.113737   976 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:33.115123   978 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:33.115309   431 server_base.cc:1061] running on GCE node
I20260630 12:11:33.116367   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:33.116546   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:33.116750   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821493116716 us; error 0 us; skew 500 ppm
I20260630 12:11:33.117278   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:33.119954   431 webserver.cc:533] Webserver started at http://127.0.107.254:37251/ using document root <none> and password file <none>
I20260630 12:11:33.120476   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:33.120683   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:33.120997   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:33.122304   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "4949bb8940f6495a84c57e5a767ff6b0"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.129824   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:11:33.133790   983 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.134470   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:33.134761   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "4949bb8940f6495a84c57e5a767ff6b0"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.135046   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-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)
I20260630 12:11:33.152477   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:33.153766   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:33.191237   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40631
I20260630 12:11:33.191323  1034 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40631 every 8 connection(s)
I20260630 12:11:33.195379  1035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:33.205220  1035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0: Bootstrap starting.
I20260630 12:11:33.209846  1035 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:33.214085  1035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0: No bootstrap required, opened a new log
I20260630 12:11:33.216192  1035 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4949bb8940f6495a84c57e5a767ff6b0" member_type: VOTER }
I20260630 12:11:33.216663  1035 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:33.216921  1035 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4949bb8940f6495a84c57e5a767ff6b0, State: Initialized, Role: FOLLOWER
I20260630 12:11:33.217509  1035 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4949bb8940f6495a84c57e5a767ff6b0" member_type: VOTER }
I20260630 12:11:33.218017  1035 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:33.218254  1035 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:33.218544  1035 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:33.222570  1035 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4949bb8940f6495a84c57e5a767ff6b0" member_type: VOTER }
I20260630 12:11:33.223098  1035 leader_election.cc:304] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [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: 4949bb8940f6495a84c57e5a767ff6b0; no voters: 
I20260630 12:11:33.224216  1035 leader_election.cc:290] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:33.224732  1038 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:33.226075  1038 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 1 LEADER]: Becoming Leader. State: Replica: 4949bb8940f6495a84c57e5a767ff6b0, State: Running, Role: LEADER
I20260630 12:11:33.226873  1038 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [LEADER]: Queue going to LEADER mode. State: All 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: "4949bb8940f6495a84c57e5a767ff6b0" member_type: VOTER }
I20260630 12:11:33.227173  1035 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:33.234521  1040 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4949bb8940f6495a84c57e5a767ff6b0. Latest consensus state: current_term: 1 leader_uuid: "4949bb8940f6495a84c57e5a767ff6b0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4949bb8940f6495a84c57e5a767ff6b0" member_type: VOTER } }
I20260630 12:11:33.234745  1039 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4949bb8940f6495a84c57e5a767ff6b0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4949bb8940f6495a84c57e5a767ff6b0" member_type: VOTER } }
I20260630 12:11:33.235289  1040 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:33.235411  1039 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:33.237064  1048 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:33.242166  1048 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:33.243268   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:33.250989  1048 catalog_manager.cc:1383] Generated new cluster ID: 2864579bd58249d2b5191e02f003d2db
I20260630 12:11:33.251269  1048 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:33.268697  1048 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:33.270011  1048 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:33.285987  1048 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0: Generated new TSK 0
I20260630 12:11:33.286571  1048 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:33.310091   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:33.316239  1056 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:33.318456  1057 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:33.319447   431 server_base.cc:1061] running on GCE node
W20260630 12:11:33.319375  1059 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:33.320565   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:33.320817   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:33.320993   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821493320976 us; error 0 us; skew 500 ppm
I20260630 12:11:33.321493   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:33.323745   431 webserver.cc:533] Webserver started at http://127.0.107.193:33973/ using document root <none> and password file <none>
I20260630 12:11:33.324236   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:33.324450   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:33.324712   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:33.325961   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "e79fba77b967457a8a7ce3f4666d79cc"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.330421   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:11:33.333675  1064 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.334398   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:33.334784   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "e79fba77b967457a8a7ce3f4666d79cc"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.335035   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-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)
I20260630 12:11:33.372630   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:33.373901   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:33.375418   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:33.377728   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:33.377947   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.378188   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:33.378381   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.419523   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43613
I20260630 12:11:33.419636  1126 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43613 every 8 connection(s)
I20260630 12:11:33.424407   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:33.431509  1131 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:33.433461  1132 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:33.436245   431 server_base.cc:1061] running on GCE node
W20260630 12:11:33.437227  1134 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:33.438167   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:33.438396   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:33.438577   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821493438541 us; error 0 us; skew 500 ppm
I20260630 12:11:33.439086   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:33.441780   431 webserver.cc:533] Webserver started at http://127.0.107.194:35543/ using document root <none> and password file <none>
I20260630 12:11:33.442406   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:33.442628   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:33.442902   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:33.443445  1127 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40631
I20260630 12:11:33.443835  1127 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:33.444094   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "2e1c68409afc4614b96749decba28984"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.444638  1127 heartbeater.cc:507] Master 127.0.107.254:40631 requested a full tablet report, sending...
I20260630 12:11:33.446966  1000 ts_manager.cc:194] Registered new tserver with Master: e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613)
I20260630 12:11:33.448809   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:11:33.449285  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43780
I20260630 12:11:33.452438  1139 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.453214   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:11:33.453493   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "2e1c68409afc4614b96749decba28984"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.453806   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-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)
I20260630 12:11:33.465308   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:33.466456   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:33.467847   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:33.470067   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:33.470281   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.470511   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:33.470677   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.509877   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38807
I20260630 12:11:33.509968  1201 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38807 every 8 connection(s)
I20260630 12:11:33.514487   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:33.521665  1205 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:33.524618  1206 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:33.525894  1208 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:33.527292   431 server_base.cc:1061] running on GCE node
I20260630 12:11:33.528115   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:33.528342   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:33.528386  1202 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40631
I20260630 12:11:33.528687   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821493528668 us; error 0 us; skew 500 ppm
I20260630 12:11:33.528869  1202 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:33.529407   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:33.529824  1202 heartbeater.cc:507] Master 127.0.107.254:40631 requested a full tablet report, sending...
I20260630 12:11:33.531987   431 webserver.cc:533] Webserver started at http://127.0.107.195:43891/ using document root <none> and password file <none>
I20260630 12:11:33.532109  1000 ts_manager.cc:194] Registered new tserver with Master: 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:33.532539   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:33.532786   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:33.533066   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:33.533569  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43790
I20260630 12:11:33.534271   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.539201   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:11:33.542423  1213 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.543146   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:33.543452   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
format_stamp: "Formatted at 2026-06-30 12:11:33 on dist-test-slave-ctg2"
I20260630 12:11:33.543745   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-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)
I20260630 12:11:33.559284   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:33.560495   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:33.561904   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:33.563939   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:33.564157   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.564388   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:33.564558   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:33.605154   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45671
I20260630 12:11:33.605295  1275 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45671 every 8 connection(s)
I20260630 12:11:33.618707  1276 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40631
I20260630 12:11:33.619071  1276 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:33.619789  1276 heartbeater.cc:507] Master 127.0.107.254:40631 requested a full tablet report, sending...
I20260630 12:11:33.621572  1000 ts_manager.cc:194] Registered new tserver with Master: df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:33.622614   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014333184s
I20260630 12:11:33.622895  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43806
I20260630 12:11:34.451963  1127 heartbeater.cc:499] Master 127.0.107.254:40631 was elected leader, sending a full tablet report...
I20260630 12:11:34.536300  1202 heartbeater.cc:499] Master 127.0.107.254:40631 was elected leader, sending a full tablet report...
I20260630 12:11:34.625716  1276 heartbeater.cc:499] Master 127.0.107.254:40631 was elected leader, sending a full tablet report...
I20260630 12:11:34.677539  1000 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45218:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o""\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:11:34.680368  1000 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:11:34.749719  1092 tablet_service.cc:1511] Processing CreateTablet for tablet 15ca83c9fba64edbae15f55a23cb195d (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:34.751159  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15ca83c9fba64edbae15f55a23cb195d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.755172  1091 tablet_service.cc:1511] Processing CreateTablet for tablet a3a095e8004645d480f83aba601c2790 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:34.756577  1091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3a095e8004645d480f83aba601c2790. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.758419  1090 tablet_service.cc:1511] Processing CreateTablet for tablet 158804152e7942de980aef46e4ea36a8 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:34.759783  1090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 158804152e7942de980aef46e4ea36a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.762805  1087 tablet_service.cc:1511] Processing CreateTablet for tablet 914c52cff4b64f5ea295e547476f6e54 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:34.764158  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 914c52cff4b64f5ea295e547476f6e54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.764212  1086 tablet_service.cc:1511] Processing CreateTablet for tablet 4191334d607c4233a30db6909646c197 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:34.765596  1086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4191334d607c4233a30db6909646c197. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.761431  1089 tablet_service.cc:1511] Processing CreateTablet for tablet 62e2ecfdad164789b494ff86d8f1599d (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:34.767022  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62e2ecfdad164789b494ff86d8f1599d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.769424  1085 tablet_service.cc:1511] Processing CreateTablet for tablet 07f832214424437ab27a89a32c85c319 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:34.761431  1088 tablet_service.cc:1511] Processing CreateTablet for tablet b8477d52be2f4057b3bc37ab65080e8b (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:34.770805  1085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07f832214424437ab27a89a32c85c319. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.771464  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8477d52be2f4057b3bc37ab65080e8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.804051  1296 tablet_bootstrap.cc:492] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:34.808450  1167 tablet_service.cc:1511] Processing CreateTablet for tablet 15ca83c9fba64edbae15f55a23cb195d (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:34.810621  1167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15ca83c9fba64edbae15f55a23cb195d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.810897  1166 tablet_service.cc:1511] Processing CreateTablet for tablet a3a095e8004645d480f83aba601c2790 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:34.812299  1166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3a095e8004645d480f83aba601c2790. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.823117  1165 tablet_service.cc:1511] Processing CreateTablet for tablet 158804152e7942de980aef46e4ea36a8 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:34.826148  1164 tablet_service.cc:1511] Processing CreateTablet for tablet 62e2ecfdad164789b494ff86d8f1599d (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:34.826897  1241 tablet_service.cc:1511] Processing CreateTablet for tablet 15ca83c9fba64edbae15f55a23cb195d (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:34.828375  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15ca83c9fba64edbae15f55a23cb195d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.829406  1234 tablet_service.cc:1511] Processing CreateTablet for tablet 07f832214424437ab27a89a32c85c319 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:34.829635  1240 tablet_service.cc:1511] Processing CreateTablet for tablet a3a095e8004645d480f83aba601c2790 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:34.830866  1236 tablet_service.cc:1511] Processing CreateTablet for tablet 914c52cff4b64f5ea295e547476f6e54 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:34.830857  1234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07f832214424437ab27a89a32c85c319. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.832299  1163 tablet_service.cc:1511] Processing CreateTablet for tablet b8477d52be2f4057b3bc37ab65080e8b (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:34.833719  1296 tablet_bootstrap.cc:654] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:34.834611  1239 tablet_service.cc:1511] Processing CreateTablet for tablet 158804152e7942de980aef46e4ea36a8 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:34.835922  1239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 158804152e7942de980aef46e4ea36a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.836584  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 914c52cff4b64f5ea295e547476f6e54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.838054  1162 tablet_service.cc:1511] Processing CreateTablet for tablet 914c52cff4b64f5ea295e547476f6e54 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:34.840442  1238 tablet_service.cc:1511] Processing CreateTablet for tablet 62e2ecfdad164789b494ff86d8f1599d (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:34.842167  1235 tablet_service.cc:1511] Processing CreateTablet for tablet 4191334d607c4233a30db6909646c197 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:34.842619  1161 tablet_service.cc:1511] Processing CreateTablet for tablet 4191334d607c4233a30db6909646c197 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:34.843470  1235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4191334d607c4233a30db6909646c197. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.824556  1165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 158804152e7942de980aef46e4ea36a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.847599  1240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3a095e8004645d480f83aba601c2790. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.847894  1297 tablet_bootstrap.cc:492] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:34.850090  1163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8477d52be2f4057b3bc37ab65080e8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.850409  1237 tablet_service.cc:1511] Processing CreateTablet for tablet b8477d52be2f4057b3bc37ab65080e8b (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:34.853133  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62e2ecfdad164789b494ff86d8f1599d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.853174  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 914c52cff4b64f5ea295e547476f6e54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.853937  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8477d52be2f4057b3bc37ab65080e8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.858489  1160 tablet_service.cc:1511] Processing CreateTablet for tablet 07f832214424437ab27a89a32c85c319 (DEFAULT_TABLE table=test-workload [id=0c0c6b26b78c4aaa89c943fec738f5b1]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:34.865872  1161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4191334d607c4233a30db6909646c197. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.866715  1160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07f832214424437ab27a89a32c85c319. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.889258  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62e2ecfdad164789b494ff86d8f1599d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:34.909598  1296 tablet_bootstrap.cc:492] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:34.916224  1296 ts_tablet_manager.cc:1403] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.114s	user 0.014s	sys 0.004s
I20260630 12:11:34.920924  1296 raft_consensus.cc:359] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:34.917796  1297 tablet_bootstrap.cc:654] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:34.910287  1299 tablet_bootstrap.cc:492] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:34.928185  1296 raft_consensus.cc:385] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:34.928568  1296 raft_consensus.cc:740] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
I20260630 12:11:34.929507  1296 consensus_queue.cc:260] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:34.934610  1297 tablet_bootstrap.cc:492] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:34.935036  1297 ts_tablet_manager.cc:1403] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.087s	user 0.006s	sys 0.009s
I20260630 12:11:34.935784  1299 tablet_bootstrap.cc:654] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:34.937546  1297 raft_consensus.cc:359] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:34.938211  1297 raft_consensus.cc:385] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:34.938449  1297 raft_consensus.cc:740] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:34.939106  1297 consensus_queue.cc:260] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:34.941834  1296 ts_tablet_manager.cc:1434] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.024s	user 0.009s	sys 0.008s
I20260630 12:11:34.941979  1297 ts_tablet_manager.cc:1434] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:11:34.942698  1299 tablet_bootstrap.cc:492] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
I20260630 12:11:34.943102  1297 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:34.943184  1299 ts_tablet_manager.cc:1403] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.004s
I20260630 12:11:34.944666  1296 tablet_bootstrap.cc:492] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:34.946197  1299 raft_consensus.cc:359] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:34.946982  1299 raft_consensus.cc:385] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:34.947340  1299 raft_consensus.cc:740] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:34.948293  1299 consensus_queue.cc:260] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:34.951754  1297 tablet_bootstrap.cc:654] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:34.951893  1296 tablet_bootstrap.cc:654] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:34.973857  1297 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:34.974434  1299 ts_tablet_manager.cc:1434] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.031s	user 0.012s	sys 0.018s
I20260630 12:11:34.974438  1297 ts_tablet_manager.cc:1403] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.018s
I20260630 12:11:34.974807  1296 tablet_bootstrap.cc:492] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:34.975536  1296 ts_tablet_manager.cc:1403] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.015s
I20260630 12:11:34.975682  1299 tablet_bootstrap.cc:492] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:34.977757  1297 raft_consensus.cc:359] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:34.978539  1297 raft_consensus.cc:385] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:34.978406  1296 raft_consensus.cc:359] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:34.978963  1297 raft_consensus.cc:740] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:34.979288  1296 raft_consensus.cc:385] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:34.979682  1296 raft_consensus.cc:740] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
I20260630 12:11:34.980038  1297 consensus_queue.cc:260] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:34.980618  1296 consensus_queue.cc:260] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:34.982275  1299 tablet_bootstrap.cc:654] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:34.984732  1297 ts_tablet_manager.cc:1434] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.001s
I20260630 12:11:34.985796  1297 tablet_bootstrap.cc:492] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:34.986608  1296 ts_tablet_manager.cc:1434] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260630 12:11:34.987879  1296 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:34.991941  1297 tablet_bootstrap.cc:654] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:34.995877  1296 tablet_bootstrap.cc:654] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.010946  1296 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:35.011466  1297 tablet_bootstrap.cc:492] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:35.011437  1296 ts_tablet_manager.cc:1403] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.013s
I20260630 12:11:35.012071  1299 tablet_bootstrap.cc:492] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
I20260630 12:11:35.012056  1297 ts_tablet_manager.cc:1403] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.012s
I20260630 12:11:35.012601  1299 ts_tablet_manager.cc:1403] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.037s	user 0.015s	sys 0.021s
I20260630 12:11:35.014504  1296 raft_consensus.cc:359] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.014688  1299 raft_consensus.cc:359] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.015350  1296 raft_consensus.cc:385] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.015494  1299 raft_consensus.cc:385] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.015184  1297 raft_consensus.cc:359] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.015775  1296 raft_consensus.cc:740] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.015955  1299 raft_consensus.cc:740] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.016036  1297 raft_consensus.cc:385] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.016460  1297 raft_consensus.cc:740] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.016607  1296 consensus_queue.cc:260] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.016903  1299 consensus_queue.cc:260] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.017211  1297 consensus_queue.cc:260] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.018832  1296 ts_tablet_manager.cc:1434] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:11:35.019200  1299 ts_tablet_manager.cc:1434] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:11:35.019773  1297 ts_tablet_manager.cc:1434] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:11:35.019856  1296 tablet_bootstrap.cc:492] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:35.020136  1299 tablet_bootstrap.cc:492] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:35.021061  1297 tablet_bootstrap.cc:492] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:35.026702  1299 tablet_bootstrap.cc:654] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.026768  1296 tablet_bootstrap.cc:654] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.027650  1297 tablet_bootstrap.cc:654] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.036965  1297 tablet_bootstrap.cc:492] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:35.037555  1297 ts_tablet_manager.cc:1403] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.003s
I20260630 12:11:35.038811  1296 tablet_bootstrap.cc:492] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:35.039335  1296 ts_tablet_manager.cc:1403] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260630 12:11:35.040369  1297 raft_consensus.cc:359] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.040622  1301 raft_consensus.cc:493] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.042130  1296 raft_consensus.cc:359] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.042455  1301 raft_consensus.cc:515] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:35.043114  1296 raft_consensus.cc:385] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.043457  1296 raft_consensus.cc:740] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.044426  1296 consensus_queue.cc:260] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.045595  1297 raft_consensus.cc:385] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.045950  1297 raft_consensus.cc:740] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.046729  1297 consensus_queue.cc:260] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.048328  1301 leader_election.cc:290] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.049099  1297 ts_tablet_manager.cc:1434] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.002s
I20260630 12:11:35.050136  1297 tablet_bootstrap.cc:492] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:35.055373  1296 ts_tablet_manager.cc:1434] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.007s
I20260630 12:11:35.056308  1297 tablet_bootstrap.cc:654] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.057902  1299 tablet_bootstrap.cc:492] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
I20260630 12:11:35.058969  1299 ts_tablet_manager.cc:1403] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.039s	user 0.019s	sys 0.005s
I20260630 12:11:35.059193  1296 tablet_bootstrap.cc:492] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:35.061892  1299 raft_consensus.cc:359] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.062639  1299 raft_consensus.cc:385] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.062949  1299 raft_consensus.cc:740] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.063650  1299 consensus_queue.cc:260] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.065819  1296 tablet_bootstrap.cc:654] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.066162  1299 ts_tablet_manager.cc:1434] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:11:35.067195  1299 tablet_bootstrap.cc:492] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:35.073091  1303 raft_consensus.cc:493] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.073410  1299 tablet_bootstrap.cc:654] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.073763  1303 raft_consensus.cc:515] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:35.079094  1303 leader_election.cc:290] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.080775  1313 raft_consensus.cc:493] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.081396  1313 raft_consensus.cc:515] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.084120  1313 leader_election.cc:290] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.080039  1296 tablet_bootstrap.cc:492] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:35.085062  1296 ts_tablet_manager.cc:1403] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.010s
I20260630 12:11:35.088342  1296 raft_consensus.cc:359] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.089274  1296 raft_consensus.cc:385] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.093196  1296 raft_consensus.cc:740] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.094062  1296 consensus_queue.cc:260] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.099241  1296 ts_tablet_manager.cc:1434] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:11:35.102041  1296 tablet_bootstrap.cc:492] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:35.108814  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ca83c9fba64edbae15f55a23cb195d" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.109671  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8477d52be2f4057b3bc37ab65080e8b" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
W20260630 12:11:35.113734  1067 leader_election.cc:343] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:11:35.114507  1067 leader_election.cc:343] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.114722  1296 tablet_bootstrap.cc:654] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.118834  1299 tablet_bootstrap.cc:492] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
I20260630 12:11:35.119377  1299 ts_tablet_manager.cc:1403] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.052s	user 0.021s	sys 0.003s
I20260630 12:11:35.120909  1297 tablet_bootstrap.cc:492] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:35.121460  1297 ts_tablet_manager.cc:1403] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.072s	user 0.013s	sys 0.014s
I20260630 12:11:35.123039  1299 raft_consensus.cc:359] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:35.123811  1299 raft_consensus.cc:385] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.124126  1299 raft_consensus.cc:740] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.125531  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ca83c9fba64edbae15f55a23cb195d" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.124994  1299 consensus_queue.cc:260] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:35.126277  1102 raft_consensus.cc:2468] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 0.
I20260630 12:11:35.127911  1141 leader_election.cc:304] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.129220  1299 ts_tablet_manager.cc:1434] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:11:35.130504  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8477d52be2f4057b3bc37ab65080e8b" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.131754  1176 raft_consensus.cc:2468] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e79fba77b967457a8a7ce3f4666d79cc in term 0.
I20260630 12:11:35.129717  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ca83c9fba64edbae15f55a23cb195d" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.132912  1299 tablet_bootstrap.cc:492] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:35.129809  1303 raft_consensus.cc:2804] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.133524  1303 raft_consensus.cc:493] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.134011  1303 raft_consensus.cc:3060] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.136226  1304 raft_consensus.cc:493] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.136772  1304 raft_consensus.cc:515] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.141542  1304 leader_election.cc:290] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.143472  1299 tablet_bootstrap.cc:654] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.143791  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ca83c9fba64edbae15f55a23cb195d" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.144433  1251 raft_consensus.cc:2468] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 0.
I20260630 12:11:35.146417  1067 leader_election.cc:304] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [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: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: df14b9df26db4d96bfd8865cc8bdb79f
I20260630 12:11:35.147306  1313 raft_consensus.cc:2804] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.147648  1313 raft_consensus.cc:493] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.147965  1313 raft_consensus.cc:3060] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.152756  1324 raft_consensus.cc:493] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.153399  1324 raft_consensus.cc:515] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.157332  1313 raft_consensus.cc:515] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.159075  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3a095e8004645d480f83aba601c2790" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.162176  1102 raft_consensus.cc:2468] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 0.
I20260630 12:11:35.160418  1301 raft_consensus.cc:493] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.163121  1301 raft_consensus.cc:515] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.163928  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8477d52be2f4057b3bc37ab65080e8b" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:35.164476  1176 raft_consensus.cc:3060] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.165134  1299 tablet_bootstrap.cc:492] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
I20260630 12:11:35.165875  1299 ts_tablet_manager.cc:1403] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.033s	user 0.019s	sys 0.000s
I20260630 12:11:35.166049  1141 leader_election.cc:304] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.165062  1301 leader_election.cc:290] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.170879  1299 raft_consensus.cc:359] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.171967  1299 raft_consensus.cc:385] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.172422  1299 raft_consensus.cc:740] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.173497  1299 consensus_queue.cc:260] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.161298  1324 leader_election.cc:290] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.175657  1313 leader_election.cc:290] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 election: Requested vote from peers 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.177688  1324 raft_consensus.cc:2804] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.177911  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.178190  1324 raft_consensus.cc:493] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.178567  1324 raft_consensus.cc:3060] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:11:35.179353  1067 leader_election.cc:343] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.180788  1296 tablet_bootstrap.cc:492] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:35.181293  1296 ts_tablet_manager.cc:1403] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.079s	user 0.030s	sys 0.015s
I20260630 12:11:35.145648  1303 raft_consensus.cc:515] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:35.174064  1176 raft_consensus.cc:2468] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e79fba77b967457a8a7ce3f4666d79cc in term 1.
I20260630 12:11:35.160707  1297 raft_consensus.cc:359] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.183172  1297 raft_consensus.cc:385] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.183476  1297 raft_consensus.cc:740] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.184219  1177 raft_consensus.cc:2393] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e79fba77b967457a8a7ce3f4666d79cc in current term 1: Already voted for candidate 2e1c68409afc4614b96749decba28984 in this term.
I20260630 12:11:35.184288  1067 leader_election.cc:304] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.184355  1296 raft_consensus.cc:359] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.185302  1296 raft_consensus.cc:385] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.185688  1296 raft_consensus.cc:740] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.186100  1297 consensus_queue.cc:260] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.186794  1296 consensus_queue.cc:260] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.188067  1301 raft_consensus.cc:2804] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:35.189203  1296 ts_tablet_manager.cc:1434] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:11:35.188933  1067 leader_election.cc:304] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [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: e79fba77b967457a8a7ce3f4666d79cc; no voters: 2e1c68409afc4614b96749decba28984, df14b9df26db4d96bfd8865cc8bdb79f
I20260630 12:11:35.190559  1303 leader_election.cc:290] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.190707  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ca83c9fba64edbae15f55a23cb195d" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:35.191319  1102 raft_consensus.cc:3060] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.192818  1296 tablet_bootstrap.cc:492] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:35.194080  1324 raft_consensus.cc:515] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.194878  1297 ts_tablet_manager.cc:1434] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.073s	user 0.004s	sys 0.004s
I20260630 12:11:35.197320  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3a095e8004645d480f83aba601c2790" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:35.197844  1299 ts_tablet_manager.cc:1434] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.031s	user 0.009s	sys 0.000s
I20260630 12:11:35.198200  1101 raft_consensus.cc:3060] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.198832  1299 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:35.199283  1296 tablet_bootstrap.cc:654] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.203024  1297 tablet_bootstrap.cc:492] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:35.206809  1324 leader_election.cc:290] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.211277  1101 raft_consensus.cc:2468] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 1.
I20260630 12:11:35.212182  1299 tablet_bootstrap.cc:654] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.220682  1141 leader_election.cc:304] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.222294  1324 raft_consensus.cc:2804] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:35.214458  1102 raft_consensus.cc:2468] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 1.
I20260630 12:11:35.222821  1324 raft_consensus.cc:697] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Becoming Leader. State: Replica: 2e1c68409afc4614b96749decba28984, State: Running, Role: LEADER
I20260630 12:11:35.223515  1313 raft_consensus.cc:2749] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.224241  1324 consensus_queue.cc:237] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.224817  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.225704  1251 raft_consensus.cc:2468] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e79fba77b967457a8a7ce3f4666d79cc in term 0.
I20260630 12:11:35.227392  1304 raft_consensus.cc:493] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.227713  1141 leader_election.cc:304] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.229768  1303 raft_consensus.cc:2804] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:35.230132  1299 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
I20260630 12:11:35.229219  1304 raft_consensus.cc:515] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.230607  1299 ts_tablet_manager.cc:1403] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.000s
I20260630 12:11:35.232225  1304 leader_election.cc:290] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.230261  1303 raft_consensus.cc:697] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Becoming Leader. State: Replica: 2e1c68409afc4614b96749decba28984, State: Running, Role: LEADER
I20260630 12:11:35.233525  1299 raft_consensus.cc:359] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.219151  1297 tablet_bootstrap.cc:654] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.234288  1299 raft_consensus.cc:385] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.234654  1299 raft_consensus.cc:740] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.234458  1303 consensus_queue.cc:237] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } }
I20260630 12:11:35.235692  1299 consensus_queue.cc:260] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
W20260630 12:11:35.238907  1047 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:11:35.242790  1053 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:11:35.243952  1053 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:11:35.248555  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8477d52be2f4057b3bc37ab65080e8b" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
I20260630 12:11:35.259933  1297 tablet_bootstrap.cc:492] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:35.260658  1297 ts_tablet_manager.cc:1403] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.058s	user 0.002s	sys 0.009s
I20260630 12:11:35.264750  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3a095e8004645d480f83aba601c2790" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.265813  1251 raft_consensus.cc:2468] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 0.
I20260630 12:11:35.264573  1297 raft_consensus.cc:359] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.270229  1297 raft_consensus.cc:385] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.270686  1297 raft_consensus.cc:740] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.271829  1297 consensus_queue.cc:260] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.273787   998 catalog_manager.cc:5697] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e1c68409afc4614b96749decba28984 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "2e1c68409afc4614b96749decba28984" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:35.275422  1297 ts_tablet_manager.cc:1434] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.005s
I20260630 12:11:35.276721  1297 tablet_bootstrap.cc:492] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:35.278755  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.281720  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ca83c9fba64edbae15f55a23cb195d" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
I20260630 12:11:35.282618  1251 raft_consensus.cc:3060] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.284996  1297 tablet_bootstrap.cc:654] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.291196  1324 raft_consensus.cc:493] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.291947  1303 raft_consensus.cc:493] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.292639  1303 raft_consensus.cc:515] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.291997  1324 raft_consensus.cc:515] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.294734  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.296279  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.296907  1303 leader_election.cc:290] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.298465  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
W20260630 12:11:35.300508  1141 leader_election.cc:343] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.301174  1102 raft_consensus.cc:2468] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 0.
I20260630 12:11:35.302574  1251 raft_consensus.cc:2468] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 1.
I20260630 12:11:35.302795  1324 leader_election.cc:290] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.304342  1301 raft_consensus.cc:697] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Becoming Leader. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Running, Role: LEADER
I20260630 12:11:35.305969  1301 consensus_queue.cc:237] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.309513  1297 tablet_bootstrap.cc:492] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:35.309237  1067 leader_election.cc:304] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [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: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc; no voters: 2e1c68409afc4614b96749decba28984
I20260630 12:11:35.310271  1299 ts_tablet_manager.cc:1434] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.079s	user 0.036s	sys 0.038s
I20260630 12:11:35.310741  1328 raft_consensus.cc:2804] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.311262  1328 raft_consensus.cc:493] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.311621  1328 raft_consensus.cc:3060] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.311955  1296 tablet_bootstrap.cc:492] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:35.312486  1296 ts_tablet_manager.cc:1403] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.120s	user 0.042s	sys 0.046s
I20260630 12:11:35.313248  1299 tablet_bootstrap.cc:492] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:35.315644  1296 raft_consensus.cc:359] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.316414  1296 raft_consensus.cc:385] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.316745  1296 raft_consensus.cc:740] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
W20260630 12:11:35.317046  1215 leader_election.cc:343] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.319042  1328 raft_consensus.cc:515] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.319468  1215 leader_election.cc:304] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.320859  1333 raft_consensus.cc:2804] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.321183  1328 leader_election.cc:290] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 election: Requested vote from peers 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.321327  1333 raft_consensus.cc:493] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.321831  1333 raft_consensus.cc:3060] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.324365  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3a095e8004645d480f83aba601c2790" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
W20260630 12:11:35.317619  1067 leader_election.cc:343] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.325639  1251 raft_consensus.cc:3060] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.317862  1297 ts_tablet_manager.cc:1403] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.041s	user 0.018s	sys 0.009s
I20260630 12:11:35.326503  1299 tablet_bootstrap.cc:654] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.328246  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:35.329519  1304 raft_consensus.cc:493] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.317516  1296 consensus_queue.cc:260] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.330376  1304 raft_consensus.cc:515] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.332293  1296 ts_tablet_manager.cc:1434] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.019s	user 0.003s	sys 0.006s
I20260630 12:11:35.332482  1304 leader_election.cc:290] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.329612  1177 raft_consensus.cc:3060] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.333390  1296 tablet_bootstrap.cc:492] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc: Bootstrap starting.
I20260630 12:11:35.342128  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.341974  1297 raft_consensus.cc:359] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.343137  1297 raft_consensus.cc:385] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.343665  1297 raft_consensus.cc:740] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.344094  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4191334d607c4233a30db6909646c197" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.344900  1102 raft_consensus.cc:2468] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 0.
I20260630 12:11:35.344904  1297 consensus_queue.cc:260] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.351773  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.354598  1249 raft_consensus.cc:2468] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 0.
I20260630 12:11:35.356308  1297 ts_tablet_manager.cc:1434] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.030s	user 0.002s	sys 0.007s
I20260630 12:11:35.358006  1297 tablet_bootstrap.cc:492] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984: Bootstrap starting.
I20260630 12:11:35.357962  1324 raft_consensus.cc:493] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.349239  1215 leader_election.cc:304] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.399336  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.381009  1301 raft_consensus.cc:493] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.409937  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4191334d607c4233a30db6909646c197" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.422916  1304 raft_consensus.cc:2804] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.424860  1304 raft_consensus.cc:493] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.425241  1304 raft_consensus.cc:3060] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.381132  1177 raft_consensus.cc:2468] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e79fba77b967457a8a7ce3f4666d79cc in term 1.
I20260630 12:11:35.418464  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.426244  1301 raft_consensus.cc:515] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.431650  1251 raft_consensus.cc:2468] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 1.
I20260630 12:11:35.432708  1301 leader_election.cc:290] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.426309  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
I20260630 12:11:35.419417  1324 raft_consensus.cc:515] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.434620  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.434976  1176 raft_consensus.cc:2468] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 0.
I20260630 12:11:35.440122  1333 raft_consensus.cc:515] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
W20260630 12:11:35.422454  1215 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:43613, user_credentials={real_user=slave}} blocked reactor thread for 74735us
I20260630 12:11:35.442732  1250 raft_consensus.cc:2393] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2e1c68409afc4614b96749decba28984 in current term 1: Already voted for candidate df14b9df26db4d96bfd8865cc8bdb79f in this term.
I20260630 12:11:35.443521  1175 raft_consensus.cc:2468] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e79fba77b967457a8a7ce3f4666d79cc in term 0.
I20260630 12:11:35.444005  1067 leader_election.cc:304] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.445683  1301 raft_consensus.cc:2804] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:35.388198  1142 leader_election.cc:304] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984, df14b9df26db4d96bfd8865cc8bdb79f; no voters: e79fba77b967457a8a7ce3f4666d79cc
W20260630 12:11:35.445631  1216 leader_election.cc:343] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.447283  1067 leader_election.cc:304] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.448555  1303 raft_consensus.cc:2804] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.448662  1328 raft_consensus.cc:2804] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.449016  1303 raft_consensus.cc:493] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.448283  1000 catalog_manager.cc:5697] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc reported cstate change: term changed from 0 to 1, leader changed from <none> to e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e79fba77b967457a8a7ce3f4666d79cc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: UNKNOWN } } }
W20260630 12:11:35.450091  1142 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:45671, user_credentials={real_user=slave}} blocked reactor thread for 63876.1us
I20260630 12:11:35.450657  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.446205  1301 raft_consensus.cc:697] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Becoming Leader. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Running, Role: LEADER
I20260630 12:11:35.449070  1328 raft_consensus.cc:493] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.449543  1303 raft_consensus.cc:3060] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.450619  1324 leader_election.cc:290] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.450796  1304 raft_consensus.cc:515] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.454149  1301 consensus_queue.cc:237] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.452419  1328 raft_consensus.cc:3060] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.460579  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4191334d607c4233a30db6909646c197" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:35.460393  1303 raft_consensus.cc:515] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.461225  1101 raft_consensus.cc:3060] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.465616  1297 tablet_bootstrap.cc:654] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.452316  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.463231  1142 leader_election.cc:304] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984; no voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.472345  1216 leader_election.cc:304] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [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: 2e1c68409afc4614b96749decba28984, df14b9df26db4d96bfd8865cc8bdb79f; no voters: e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.475097  1324 raft_consensus.cc:2749] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.475412  1101 raft_consensus.cc:2468] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 1.
I20260630 12:11:35.476516  1100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:35.476919  1303 leader_election.cc:290] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.477397  1215 leader_election.cc:304] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.472640  1304 leader_election.cc:290] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.475932  1328 raft_consensus.cc:515] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.486058  1299 tablet_bootstrap.cc:492] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
W20260630 12:11:35.486332  1067 leader_election.cc:343] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.486543  1299 ts_tablet_manager.cc:1403] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.174s	user 0.016s	sys 0.001s
I20260630 12:11:35.483850  1304 raft_consensus.cc:2804] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.487432  1304 raft_consensus.cc:493] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.484211  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
W20260630 12:11:35.492233  1141 leader_election.cc:343] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.484372  1333 leader_election.cc:290] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.485762  1296 tablet_bootstrap.cc:654] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.488859  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4191334d607c4233a30db6909646c197" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:35.489693  1102 raft_consensus.cc:2393] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2e1c68409afc4614b96749decba28984 in current term 1: Already voted for candidate e79fba77b967457a8a7ce3f4666d79cc in this term.
I20260630 12:11:35.494287  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62e2ecfdad164789b494ff86d8f1599d" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:35.494864  1177 raft_consensus.cc:2393] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate df14b9df26db4d96bfd8865cc8bdb79f in current term 1: Already voted for candidate e79fba77b967457a8a7ce3f4666d79cc in this term.
I20260630 12:11:35.490872  1304 raft_consensus.cc:3060] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.489763  1299 raft_consensus.cc:359] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.497360  1299 raft_consensus.cc:385] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.497723  1299 raft_consensus.cc:740] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.497658  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.490895  1343 raft_consensus.cc:2804] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:35.499437  1343 raft_consensus.cc:697] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 LEADER]: Becoming Leader. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Running, Role: LEADER
I20260630 12:11:35.499974  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:35.500816  1177 raft_consensus.cc:3060] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.500844  1299 consensus_queue.cc:260] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.503603  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
I20260630 12:11:35.499603   999 catalog_manager.cc:5697] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e1c68409afc4614b96749decba28984 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "2e1c68409afc4614b96749decba28984" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:35.504443  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
W20260630 12:11:35.504789  1142 leader_election.cc:343] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.505208  1142 leader_election.cc:304] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984; no voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.500754  1343 consensus_queue.cc:237] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.507587  1328 leader_election.cc:290] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 election: Requested vote from peers 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
W20260630 12:11:35.504379  1216 leader_election.cc:343] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.509470  1324 raft_consensus.cc:493] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.509914  1299 ts_tablet_manager.cc:1434] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.023s	user 0.005s	sys 0.003s
I20260630 12:11:35.510915  1333 raft_consensus.cc:493] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.511432  1216 leader_election.cc:304] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [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: df14b9df26db4d96bfd8865cc8bdb79f; no voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.512948  1324 raft_consensus.cc:515] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
W20260630 12:11:35.515206  1067 leader_election.cc:343] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.511090  1177 raft_consensus.cc:2468] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e79fba77b967457a8a7ce3f4666d79cc in term 1.
I20260630 12:11:35.516593  1067 leader_election.cc:304] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [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: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: df14b9df26db4d96bfd8865cc8bdb79f
I20260630 12:11:35.514156  1333 raft_consensus.cc:515] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.517339  1303 raft_consensus.cc:2749] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.517642  1328 raft_consensus.cc:2804] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:35.518172  1328 raft_consensus.cc:697] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Becoming Leader. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Running, Role: LEADER
I20260630 12:11:35.518013  1304 raft_consensus.cc:515] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.518952  1333 leader_election.cc:290] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.519460  1333 raft_consensus.cc:2749] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.520417  1299 tablet_bootstrap.cc:492] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f: Bootstrap starting.
I20260630 12:11:35.520654  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.521286  1177 raft_consensus.cc:2468] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 0.
I20260630 12:11:35.521327  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.522542  1102 raft_consensus.cc:2468] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 0.
I20260630 12:11:35.523118  1250 raft_consensus.cc:2393] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 2e1c68409afc4614b96749decba28984 in current term 1: Already voted for candidate df14b9df26db4d96bfd8865cc8bdb79f in this term.
I20260630 12:11:35.524137  1297 tablet_bootstrap.cc:492] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984: No bootstrap required, opened a new log
I20260630 12:11:35.523970  1215 leader_election.cc:304] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.524606  1297 ts_tablet_manager.cc:1403] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984: Time spent bootstrapping tablet: real 0.167s	user 0.024s	sys 0.028s
I20260630 12:11:35.525548  1344 raft_consensus.cc:2804] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.526671  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:35.531678  1344 raft_consensus.cc:493] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.527753  1297 raft_consensus.cc:359] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.522017  1296 tablet_bootstrap.cc:492] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc: No bootstrap required, opened a new log
I20260630 12:11:35.533407  1297 raft_consensus.cc:385] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.533648  1296 ts_tablet_manager.cc:1403] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc: Time spent bootstrapping tablet: real 0.200s	user 0.012s	sys 0.005s
I20260630 12:11:35.533469  1344 raft_consensus.cc:3060] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.530594  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.530967  1324 leader_election.cc:290] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
W20260630 12:11:35.532647  1215 leader_election.cc:343] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:35.534860  1101 raft_consensus.cc:2468] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 0.
I20260630 12:11:35.536254  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:35.536262  1141 leader_election.cc:304] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:35.518986  1328 consensus_queue.cc:237] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.528898  1142 leader_election.cc:304] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984; no voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.540449  1296 raft_consensus.cc:359] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.540993  1303 raft_consensus.cc:2804] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:35.541111  1296 raft_consensus.cc:385] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.541435  1303 raft_consensus.cc:493] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:35.541962  1303 raft_consensus.cc:3060] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.533772  1297 raft_consensus.cc:740] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.541486  1296 raft_consensus.cc:740] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79fba77b967457a8a7ce3f4666d79cc, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.542965  1000 catalog_manager.cc:5697] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc reported cstate change: term changed from 0 to 1, leader changed from <none> to e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e79fba77b967457a8a7ce3f4666d79cc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:35.543709  1296 consensus_queue.cc:260] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.545790  1296 ts_tablet_manager.cc:1434] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:11:35.546473  1297 consensus_queue.cc:260] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.547192  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.548434  1297 ts_tablet_manager.cc:1434] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984: Time spent starting tablet: real 0.024s	user 0.007s	sys 0.000s
I20260630 12:11:35.527518  1304 leader_election.cc:290] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.538631  1177 raft_consensus.cc:2393] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate df14b9df26db4d96bfd8865cc8bdb79f in current term 1: Already voted for candidate 2e1c68409afc4614b96749decba28984 in this term.
I20260630 12:11:35.550412  1324 raft_consensus.cc:2749] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.551738  1303 raft_consensus.cc:515] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.552275  1216 leader_election.cc:304] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [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: df14b9df26db4d96bfd8865cc8bdb79f; no voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.553475  1304 raft_consensus.cc:2749] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.554854  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
I20260630 12:11:35.555315  1299 tablet_bootstrap.cc:654] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:35.555913  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:35.556493  1101 raft_consensus.cc:3060] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.557055  1303 leader_election.cc:290] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.556443   998 catalog_manager.cc:5697] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f reported cstate change: term changed from 0 to 1, leader changed from <none> to df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:35.559810  1344 raft_consensus.cc:515] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.561301  1250 raft_consensus.cc:2393] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2e1c68409afc4614b96749decba28984 in current term 1: Already voted for candidate df14b9df26db4d96bfd8865cc8bdb79f in this term.
I20260630 12:11:35.563490  1101 raft_consensus.cc:2468] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 1.
I20260630 12:11:35.564713  1141 leader_election.cc:304] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: df14b9df26db4d96bfd8865cc8bdb79f
I20260630 12:11:35.565474  1303 raft_consensus.cc:2804] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:35.566555  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:35.567550  1101 raft_consensus.cc:2393] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate df14b9df26db4d96bfd8865cc8bdb79f in current term 1: Already voted for candidate 2e1c68409afc4614b96749decba28984 in this term.
I20260630 12:11:35.567519  1303 raft_consensus.cc:697] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Becoming Leader. State: Replica: 2e1c68409afc4614b96749decba28984, State: Running, Role: LEADER
I20260630 12:11:35.568648  1303 consensus_queue.cc:237] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.571213  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "158804152e7942de980aef46e4ea36a8" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:35.573417  1216 leader_election.cc:304] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [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: df14b9df26db4d96bfd8865cc8bdb79f; no voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.575016  1344 leader_election.cc:290] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.576011  1344 raft_consensus.cc:2749] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.576556  1328 raft_consensus.cc:493] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.577009  1328 raft_consensus.cc:515] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.580394  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.581003  1304 raft_consensus.cc:493] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.581214  1177 raft_consensus.cc:2393] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e79fba77b967457a8a7ce3f4666d79cc in current term 1: Already voted for candidate 2e1c68409afc4614b96749decba28984 in this term.
I20260630 12:11:35.581717  1304 raft_consensus.cc:515] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.584327  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "e79fba77b967457a8a7ce3f4666d79cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.585065  1250 raft_consensus.cc:2393] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e79fba77b967457a8a7ce3f4666d79cc in current term 1: Already voted for candidate df14b9df26db4d96bfd8865cc8bdb79f in this term.
I20260630 12:11:35.585841  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8477d52be2f4057b3bc37ab65080e8b" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:35.586253  1067 leader_election.cc:304] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [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: e79fba77b967457a8a7ce3f4666d79cc; no voters: 2e1c68409afc4614b96749decba28984, df14b9df26db4d96bfd8865cc8bdb79f
I20260630 12:11:35.586872  1177 raft_consensus.cc:2393] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate df14b9df26db4d96bfd8865cc8bdb79f in current term 1: Already voted for candidate e79fba77b967457a8a7ce3f4666d79cc in this term.
I20260630 12:11:35.587147  1301 raft_consensus.cc:3060] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.587014  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8477d52be2f4057b3bc37ab65080e8b" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.589545  1304 leader_election.cc:290] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:35.591387   999 catalog_manager.cc:5697] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc reported cstate change: term changed from 0 to 1, leader changed from <none> to e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e79fba77b967457a8a7ce3f4666d79cc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:35.594293  1216 leader_election.cc:304] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [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: df14b9df26db4d96bfd8865cc8bdb79f; no voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.597810  1304 raft_consensus.cc:3060] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.604768  1301 raft_consensus.cc:2749] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.604929  1304 raft_consensus.cc:2749] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.605922  1328 leader_election.cc:290] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.606267  1000 catalog_manager.cc:5697] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e1c68409afc4614b96749decba28984 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "2e1c68409afc4614b96749decba28984" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:35.609066  1299 tablet_bootstrap.cc:492] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f: No bootstrap required, opened a new log
I20260630 12:11:35.609556  1299 ts_tablet_manager.cc:1403] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent bootstrapping tablet: real 0.089s	user 0.041s	sys 0.018s
I20260630 12:11:35.611702  1299 raft_consensus.cc:359] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.612310  1299 raft_consensus.cc:385] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:35.612601  1299 raft_consensus.cc:740] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Initialized, Role: FOLLOWER
I20260630 12:11:35.613245  1299 consensus_queue.cc:260] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.615890  1299 ts_tablet_manager.cc:1434] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.002s
I20260630 12:11:35.712796  1303 consensus_queue.cc:1048] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.723531  1303 consensus_queue.cc:1048] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.744977  1303 consensus_queue.cc:1048] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.755479  1303 consensus_queue.cc:1048] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.763747  1328 consensus_queue.cc:1048] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.777590  1328 consensus_queue.cc:1048] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.839387  1360 consensus_queue.cc:1048] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.850327  1360 consensus_queue.cc:1048] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.968755  1303 raft_consensus.cc:493] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:35.969259  1303 raft_consensus.cc:515] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:35.970993  1303 leader_election.cc:290] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:35.971756  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4191334d607c4233a30db6909646c197" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:35.972476  1101 raft_consensus.cc:2393] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2e1c68409afc4614b96749decba28984 in current term 1: Already voted for candidate df14b9df26db4d96bfd8865cc8bdb79f in this term.
I20260630 12:11:35.972460  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4191334d607c4233a30db6909646c197" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:35.973837  1142 leader_election.cc:304] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984; no voters: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:35.974399  1303 raft_consensus.cc:3060] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:35.979362  1303 raft_consensus.cc:2749] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:35.980566  1303 consensus_queue.cc:1048] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.990715  1357 consensus_queue.cc:1048] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:36.001706  1304 consensus_queue.cc:1048] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:36.013298  1343 consensus_queue.cc:1048] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:36.020772  1360 consensus_queue.cc:1048] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:36.033675  1250 raft_consensus.cc:3060] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:36.045787  1344 raft_consensus.cc:493] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:36.046286  1344 raft_consensus.cc:515] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:36.046707  1360 consensus_queue.cc:1048] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:36.051236  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:36.051741  1344 leader_election.cc:290] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:36.052568  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914c52cff4b64f5ea295e547476f6e54" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e1c68409afc4614b96749decba28984" is_pre_election: true
I20260630 12:11:36.054239  1216 leader_election.cc:304] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [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: df14b9df26db4d96bfd8865cc8bdb79f; no voters: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc
I20260630 12:11:36.061371  1344 raft_consensus.cc:2749] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:11:36.244432  1047 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:11:37.244964  1053 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:11:37.251183  1053 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
W20260630 12:11:37.251359  1047 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:11:37.276821  1357 raft_consensus.cc:493] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:37.277324  1357 raft_consensus.cc:515] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:37.279150  1357 leader_election.cc:290] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:37.279994  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc" is_pre_election: true
I20260630 12:11:37.280179  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" is_pre_election: true
I20260630 12:11:37.280526  1102 raft_consensus.cc:2468] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 1.
I20260630 12:11:37.280728  1250 raft_consensus.cc:2468] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 1.
I20260630 12:11:37.281702  1141 leader_election.cc:304] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:37.282569  1357 raft_consensus.cc:2804] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:11:37.282934  1357 raft_consensus.cc:493] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:37.283273  1357 raft_consensus.cc:3060] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:37.287528  1357 raft_consensus.cc:515] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:37.289013  1357 leader_election.cc:290] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [CANDIDATE]: Term 2 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:37.289999  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:37.290608  1102 raft_consensus.cc:3060] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:37.291872  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f832214424437ab27a89a32c85c319" candidate_uuid: "2e1c68409afc4614b96749decba28984" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
I20260630 12:11:37.292461  1250 raft_consensus.cc:3060] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:37.297173  1102 raft_consensus.cc:2468] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 2.
I20260630 12:11:37.298247  1141 leader_election.cc:304] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [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: 2e1c68409afc4614b96749decba28984, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:37.298724  1250 raft_consensus.cc:2468] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e1c68409afc4614b96749decba28984 in term 2.
I20260630 12:11:37.298892  1357 raft_consensus.cc:2804] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:37.299391  1357 raft_consensus.cc:697] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 2 LEADER]: Becoming Leader. State: Replica: 2e1c68409afc4614b96749decba28984, State: Running, Role: LEADER
I20260630 12:11:37.300442  1357 consensus_queue.cc:237] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [LEADER]: Queue going to LEADER 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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:37.307441  1000 catalog_manager.cc:5697] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 reported cstate change: term changed from 0 to 2, leader changed from <none> to 2e1c68409afc4614b96749decba28984 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "2e1c68409afc4614b96749decba28984" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:37.385766   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:37.391423  1377 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:37.392338  1378 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:37.394016  1380 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:37.394618   431 server_base.cc:1061] running on GCE node
I20260630 12:11:37.395895   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:37.396127   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:37.396318   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821497396294 us; error 0 us; skew 500 ppm
I20260630 12:11:37.396813   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:37.399006   431 webserver.cc:533] Webserver started at http://127.0.107.196:34639/ using document root <none> and password file <none>
I20260630 12:11:37.399471   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:37.399677   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:37.399940   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:37.400933   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "836df6e50ea645a1b25ec0e039d1d9d1"
format_stamp: "Formatted at 2026-06-30 12:11:37 on dist-test-slave-ctg2"
I20260630 12:11:37.405298   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:11:37.408550  1385 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:37.409346   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:37.409698   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "836df6e50ea645a1b25ec0e039d1d9d1"
format_stamp: "Formatted at 2026-06-30 12:11:37 on dist-test-slave-ctg2"
I20260630 12:11:37.410079   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821482054927-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)
I20260630 12:11:37.431684   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:37.433054   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:37.434646   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:37.437279   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:37.437527   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:37.437850   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:37.438067   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:37.484683   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:33277
I20260630 12:11:37.484754  1447 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:33277 every 8 connection(s)
I20260630 12:11:37.498194  1448 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40631
I20260630 12:11:37.498515  1448 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:37.499152  1448 heartbeater.cc:507] Master 127.0.107.254:40631 requested a full tablet report, sending...
I20260630 12:11:37.500779  1000 ts_manager.cc:194] Registered new tserver with Master: 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196:33277)
I20260630 12:11:37.501899  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45222
I20260630 12:11:37.797363  1250 raft_consensus.cc:1275] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 FOLLOWER]: Refusing update from remote peer 2e1c68409afc4614b96749decba28984: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:11:37.798642  1357 consensus_queue.cc:1048] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:37.809988  1101 raft_consensus.cc:1275] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Refusing update from remote peer 2e1c68409afc4614b96749decba28984: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:11:37.811800  1453 consensus_queue.cc:1048] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:38.503975  1448 heartbeater.cc:499] Master 127.0.107.254:40631 was elected leader, sending a full tablet report...
I20260630 12:11:39.252363  1053 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:39.274757  1177 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a3a095e8004645d480f83aba601c2790"
dest_uuid: "2e1c68409afc4614b96749decba28984"
mode: GRACEFUL
new_leader_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
 from {username='slave'} at 127.0.0.1:58510
I20260630 12:11:39.275472  1177 raft_consensus.cc:606] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Received request to transfer leadership to TS df14b9df26db4d96bfd8865cc8bdb79f
I20260630 12:11:39.276705  1053 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:11:39.277248  1053 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:39.424636  1458 raft_consensus.cc:993] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984: : Instructing follower df14b9df26db4d96bfd8865cc8bdb79f to start an election
I20260630 12:11:39.425143  1463 raft_consensus.cc:1081] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Signalling peer df14b9df26db4d96bfd8865cc8bdb79f to start an election
I20260630 12:11:39.426968  1250 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a3a095e8004645d480f83aba601c2790"
dest_uuid: "df14b9df26db4d96bfd8865cc8bdb79f"
 from {username='slave'} at 127.0.0.1:51060
I20260630 12:11:39.427505  1250 raft_consensus.cc:493] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:11:39.427803  1250 raft_consensus.cc:3060] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:39.432490  1250 raft_consensus.cc:515] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:39.434439  1250 leader_election.cc:290] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [CANDIDATE]: Term 2 election: Requested vote from peers e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613), 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807)
I20260630 12:11:39.435105  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3a095e8004645d480f83aba601c2790" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e79fba77b967457a8a7ce3f4666d79cc"
I20260630 12:11:39.435704  1102 raft_consensus.cc:3060] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:39.435588  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3a095e8004645d480f83aba601c2790" candidate_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "2e1c68409afc4614b96749decba28984"
I20260630 12:11:39.436306  1177 raft_consensus.cc:3055] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:11:39.436691  1177 raft_consensus.cc:740] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 2e1c68409afc4614b96749decba28984, State: Running, Role: LEADER
I20260630 12:11:39.437985  1177 consensus_queue.cc:260] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:39.438884  1177 raft_consensus.cc:3060] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:39.440523  1102 raft_consensus.cc:2468] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 2.
I20260630 12:11:39.441489  1215 leader_election.cc:304] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [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: df14b9df26db4d96bfd8865cc8bdb79f, e79fba77b967457a8a7ce3f4666d79cc; no voters: 
I20260630 12:11:39.442201  1304 raft_consensus.cc:2804] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:39.443204  1304 raft_consensus.cc:697] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 LEADER]: Becoming Leader. State: Replica: df14b9df26db4d96bfd8865cc8bdb79f, State: Running, Role: LEADER
I20260630 12:11:39.443982  1177 raft_consensus.cc:2468] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate df14b9df26db4d96bfd8865cc8bdb79f in term 2.
I20260630 12:11:39.444023  1304 consensus_queue.cc:237] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } }
I20260630 12:11:39.450796   999 catalog_manager.cc:5697] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f reported cstate change: term changed from 1 to 2, leader changed from 2e1c68409afc4614b96749decba28984 (127.0.107.194) to df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195). New cstate: current_term: 2 leader_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:39.881170  1102 raft_consensus.cc:1275] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Refusing update from remote peer df14b9df26db4d96bfd8865cc8bdb79f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:39.882507  1304 consensus_queue.cc:1048] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:39.892294  1177 raft_consensus.cc:1275] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Refusing update from remote peer df14b9df26db4d96bfd8865cc8bdb79f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:39.893903  1464 consensus_queue.cc:1048] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:41.278292  1053 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:41.283964  1053 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:41.284412  1053 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:43.285848  1053 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:43.320166  1053 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:43.320930  1053 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:43.382014  1249 consensus_queue.cc:237] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } }
I20260630 12:11:43.389751  1177 raft_consensus.cc:1275] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Refusing update from remote peer df14b9df26db4d96bfd8865cc8bdb79f: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:11:43.390156  1102 raft_consensus.cc:1275] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Refusing update from remote peer df14b9df26db4d96bfd8865cc8bdb79f: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:11:43.392395  1481 consensus_queue.cc:1048] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:11:43.397689  1481 consensus_queue.cc:1048] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:11:43.403232  1480 raft_consensus.cc:2955] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.404811  1102 raft_consensus.cc:2955] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
W20260630 12:11:43.410082  1217 consensus_peers.cc:597] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f -> Peer 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196:33277): Couldn't send request to peer 836df6e50ea645a1b25ec0e039d1d9d1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a3a095e8004645d480f83aba601c2790. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.416038  1177 raft_consensus.cc:2955] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.424608  1000 catalog_manager.cc:5697] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc reported cstate change: config changed from index -1 to 3, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.441893  1102 consensus_queue.cc:237] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } attrs { replace: true } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } }
I20260630 12:11:43.453779  1249 raft_consensus.cc:1275] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Refusing update from remote peer e79fba77b967457a8a7ce3f4666d79cc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:43.454378  1177 raft_consensus.cc:1275] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Refusing update from remote peer e79fba77b967457a8a7ce3f4666d79cc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:43.455855  1479 consensus_queue.cc:1048] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:43.456712  1476 consensus_queue.cc:1048] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:11:43.461385  1068 consensus_peers.cc:597] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc -> Peer 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196:33277): Couldn't send request to peer 836df6e50ea645a1b25ec0e039d1d9d1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 914c52cff4b64f5ea295e547476f6e54. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.465248  1479 raft_consensus.cc:2955] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } attrs { replace: true } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.467002  1177 raft_consensus.cc:2955] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } attrs { replace: true } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.467550  1249 raft_consensus.cc:2955] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } attrs { replace: true } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.478865  1102 consensus_queue.cc:237] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } }
I20260630 12:11:43.480713   999 catalog_manager.cc:5697] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 reported cstate change: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e79fba77b967457a8a7ce3f4666d79cc" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } attrs { replace: true } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.487151  1249 raft_consensus.cc:1275] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Refusing update from remote peer e79fba77b967457a8a7ce3f4666d79cc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:11:43.487872  1068 consensus_peers.cc:597] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc -> Peer 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196:33277): Couldn't send request to peer 836df6e50ea645a1b25ec0e039d1d9d1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 62e2ecfdad164789b494ff86d8f1599d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.488515  1177 raft_consensus.cc:1275] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Refusing update from remote peer e79fba77b967457a8a7ce3f4666d79cc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:43.488880  1478 consensus_queue.cc:1048] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:11:43.489805  1479 consensus_queue.cc:1048] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:43.498667  1478 raft_consensus.cc:2955] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.500620  1249 raft_consensus.cc:2955] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.504513  1177 raft_consensus.cc:2955] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.513515  1102 consensus_queue.cc:237] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } }
I20260630 12:11:43.513906   997 catalog_manager.cc:5697] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc reported cstate change: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e79fba77b967457a8a7ce3f4666d79cc" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:11:43.521950  1068 consensus_peers.cc:597] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc -> Peer 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196:33277): Couldn't send request to peer 836df6e50ea645a1b25ec0e039d1d9d1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b8477d52be2f4057b3bc37ab65080e8b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.522490  1249 raft_consensus.cc:1275] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Refusing update from remote peer e79fba77b967457a8a7ce3f4666d79cc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:43.523972  1476 consensus_queue.cc:1048] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:43.527760  1177 raft_consensus.cc:1275] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Refusing update from remote peer e79fba77b967457a8a7ce3f4666d79cc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:43.529142  1479 consensus_queue.cc:1048] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:43.534160  1476 raft_consensus.cc:2955] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.535912  1249 raft_consensus.cc:2955] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.539142  1177 raft_consensus.cc:2955] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.548400   999 catalog_manager.cc:5697] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f reported cstate change: config changed from index -1 to 2, NON_VOTER 836df6e50ea645a1b25ec0e039d1d9d1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e79fba77b967457a8a7ce3f4666d79cc" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } attrs { replace: true } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } } }
I20260630 12:11:43.832917   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:11:43.840744  1141 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260630 12:11:43.848116  1141 consensus_peers.cc:597] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 -> Peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Couldn't send request to peer e79fba77b967457a8a7ce3f4666d79cc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.850955  1506 ts_tablet_manager.cc:933] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: Initiating tablet copy from peer df14b9df26db4d96bfd8865cc8bdb79f (127.0.107.195:45671)
I20260630 12:11:43.854410  1506 tablet_copy_client.cc:323] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:45671
W20260630 12:11:43.867708  1141 consensus_peers.cc:597] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 -> Peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Couldn't send request to peer e79fba77b967457a8a7ce3f4666d79cc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.871861  1261 tablet_copy_service.cc:140] P df14b9df26db4d96bfd8865cc8bdb79f: Received BeginTabletCopySession request for tablet a3a095e8004645d480f83aba601c2790 from peer 836df6e50ea645a1b25ec0e039d1d9d1 ({username='slave'} at 127.0.0.1:51068)
I20260630 12:11:43.872619  1261 tablet_copy_service.cc:161] P df14b9df26db4d96bfd8865cc8bdb79f: Beginning new tablet copy session on tablet a3a095e8004645d480f83aba601c2790 from peer 836df6e50ea645a1b25ec0e039d1d9d1 at {username='slave'} at 127.0.0.1:51068: session id = 836df6e50ea645a1b25ec0e039d1d9d1-a3a095e8004645d480f83aba601c2790
I20260630 12:11:43.881865  1261 tablet_copy_source_session.cc:215] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:11:43.885859  1506 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3a095e8004645d480f83aba601c2790. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:43.886884   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:43.887876   431 tablet_replica.cc:333] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.888748   431 raft_consensus.cc:2243] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:43.889292   431 raft_consensus.cc:2272] T 07f832214424437ab27a89a32c85c319 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:43.892438   431 tablet_replica.cc:333] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.893162   431 raft_consensus.cc:2243] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:43.893669   431 raft_consensus.cc:2272] T 4191334d607c4233a30db6909646c197 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:43.896214   431 tablet_replica.cc:333] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.896896   431 raft_consensus.cc:2243] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:43.897449   431 raft_consensus.cc:2272] T 158804152e7942de980aef46e4ea36a8 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:43.898787  1506 tablet_copy_client.cc:806] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: tablet copy: Starting download of 0 data blocks...
I20260630 12:11:43.899544  1506 tablet_copy_client.cc:670] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: tablet copy: Starting download of 1 WAL segments...
I20260630 12:11:43.900225   431 tablet_replica.cc:333] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.902372   431 raft_consensus.cc:2243] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:43.904012   431 raft_consensus.cc:2272] T 62e2ecfdad164789b494ff86d8f1599d P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:43.907995  1506 tablet_copy_client.cc:538] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:11:43.908754   431 tablet_replica.cc:333] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.909888   431 raft_consensus.cc:2243] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:43.910622   431 raft_consensus.cc:2272] T 15ca83c9fba64edbae15f55a23cb195d P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:43.913774   431 tablet_replica.cc:333] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.914570   431 raft_consensus.cc:2243] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:11:43.915692  1215 consensus_peers.cc:597] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f -> Peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Couldn't send request to peer e79fba77b967457a8a7ce3f4666d79cc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.915874   431 raft_consensus.cc:2272] T 914c52cff4b64f5ea295e547476f6e54 P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:43.917685  1506 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: Bootstrap starting.
I20260630 12:11:43.918716   431 tablet_replica.cc:333] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.919320   431 raft_consensus.cc:2243] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:43.920190   431 raft_consensus.cc:2272] T b8477d52be2f4057b3bc37ab65080e8b P e79fba77b967457a8a7ce3f4666d79cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:43.922943   431 tablet_replica.cc:333] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc: stopping tablet replica
I20260630 12:11:43.923427   431 raft_consensus.cc:2243] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:43.923871   431 raft_consensus.cc:2272] T a3a095e8004645d480f83aba601c2790 P e79fba77b967457a8a7ce3f4666d79cc [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:11:43.931241  1141 consensus_peers.cc:597] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 -> Peer e79fba77b967457a8a7ce3f4666d79cc (127.0.107.193:43613): Couldn't send request to peer e79fba77b967457a8a7ce3f4666d79cc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.947844  1506 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:11:43.948690  1506 tablet_bootstrap.cc:492] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: Bootstrap complete.
I20260630 12:11:43.949275  1506 ts_tablet_manager.cc:1403] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: Time spent bootstrapping tablet: real 0.032s	user 0.022s	sys 0.004s
I20260630 12:11:43.951510  1506 raft_consensus.cc:359] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } }
I20260630 12:11:43.952103  1506 raft_consensus.cc:740] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 836df6e50ea645a1b25ec0e039d1d9d1, State: Initialized, Role: LEARNER
I20260630 12:11:43.952625  1506 consensus_queue.cc:260] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1 [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: "e79fba77b967457a8a7ce3f4666d79cc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43613 } attrs { replace: true } } peers { permanent_uuid: "2e1c68409afc4614b96749decba28984" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38807 } } peers { permanent_uuid: "df14b9df26db4d96bfd8865cc8bdb79f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45671 } } peers { permanent_uuid: "836df6e50ea645a1b25ec0e039d1d9d1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 33277 } attrs { promote: true } }
I20260630 12:11:43.955330  1506 ts_tablet_manager.cc:1434] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.006s
I20260630 12:11:43.957427  1261 tablet_copy_service.cc:342] P df14b9df26db4d96bfd8865cc8bdb79f: Request end of tablet copy session 836df6e50ea645a1b25ec0e039d1d9d1-a3a095e8004645d480f83aba601c2790 received from {username='slave'} at 127.0.0.1:51068
I20260630 12:11:43.957937  1261 tablet_copy_service.cc:434] P df14b9df26db4d96bfd8865cc8bdb79f: ending tablet copy session 836df6e50ea645a1b25ec0e039d1d9d1-a3a095e8004645d480f83aba601c2790 on tablet a3a095e8004645d480f83aba601c2790 with peer 836df6e50ea645a1b25ec0e039d1d9d1
I20260630 12:11:43.958454   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:43.985200   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:44.013037   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:44.013813   431 tablet_replica.cc:333] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.014700   431 raft_consensus.cc:2243] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.015177   431 raft_consensus.cc:2272] T 4191334d607c4233a30db6909646c197 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.017158   431 tablet_replica.cc:333] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.017745   431 raft_consensus.cc:2243] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.018287   431 raft_consensus.cc:2272] T 62e2ecfdad164789b494ff86d8f1599d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.020567   431 tablet_replica.cc:333] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.021076   431 raft_consensus.cc:2243] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.021962   431 raft_consensus.cc:2272] T 07f832214424437ab27a89a32c85c319 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.023833   431 tablet_replica.cc:333] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.024348   431 raft_consensus.cc:2243] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.024766   431 raft_consensus.cc:2272] T 914c52cff4b64f5ea295e547476f6e54 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.026825   431 tablet_replica.cc:333] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.027371   431 raft_consensus.cc:2243] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.028160   431 raft_consensus.cc:2272] T 15ca83c9fba64edbae15f55a23cb195d P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.030223   431 tablet_replica.cc:333] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.030750   431 raft_consensus.cc:2243] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.031179   431 raft_consensus.cc:2272] T b8477d52be2f4057b3bc37ab65080e8b P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.033070   431 tablet_replica.cc:333] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.033624   431 raft_consensus.cc:2243] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.034072   431 raft_consensus.cc:2272] T a3a095e8004645d480f83aba601c2790 P 2e1c68409afc4614b96749decba28984 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.036177   431 tablet_replica.cc:333] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984: stopping tablet replica
I20260630 12:11:44.036679   431 raft_consensus.cc:2243] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.037456   431 raft_consensus.cc:2272] T 158804152e7942de980aef46e4ea36a8 P 2e1c68409afc4614b96749decba28984 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.066700   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:11:44.084195  1272 debug-util.cc:398] Leaking SignalData structure 0x7b080020c9c0 after lost signal to thread 434
W20260630 12:11:44.085145  1272 debug-util.cc:398] Leaking SignalData structure 0x7b080020d0a0 after lost signal to thread 1034
I20260630 12:11:44.092061   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:11:44.134366  1216 consensus_peers.cc:597] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f -> Peer 2e1c68409afc4614b96749decba28984 (127.0.107.194:38807): Couldn't send request to peer 2e1c68409afc4614b96749decba28984. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:38807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:44.141889   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:44.142786   431 tablet_replica.cc:333] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.143770   431 raft_consensus.cc:2243] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.144701   431 raft_consensus.cc:2272] T a3a095e8004645d480f83aba601c2790 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.147476   431 tablet_replica.cc:333] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.148023   431 raft_consensus.cc:2243] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.148545   431 raft_consensus.cc:2272] T 62e2ecfdad164789b494ff86d8f1599d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.150838   431 tablet_replica.cc:333] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.151384   431 raft_consensus.cc:2243] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.151844   431 raft_consensus.cc:2272] T 914c52cff4b64f5ea295e547476f6e54 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.154145   431 tablet_replica.cc:333] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.154685   431 raft_consensus.cc:2243] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.155104   431 raft_consensus.cc:2272] T b8477d52be2f4057b3bc37ab65080e8b P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.157184   431 tablet_replica.cc:333] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.157747   431 raft_consensus.cc:2243] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.158149   431 raft_consensus.cc:2272] T 15ca83c9fba64edbae15f55a23cb195d P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.159946   431 tablet_replica.cc:333] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.160413   431 raft_consensus.cc:2243] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.161192   431 raft_consensus.cc:2272] T 4191334d607c4233a30db6909646c197 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.163046   431 tablet_replica.cc:333] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.163528   431 raft_consensus.cc:2243] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.163931   431 raft_consensus.cc:2272] T 158804152e7942de980aef46e4ea36a8 P df14b9df26db4d96bfd8865cc8bdb79f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.165720   431 tablet_replica.cc:333] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f: stopping tablet replica
I20260630 12:11:44.166194   431 raft_consensus.cc:2243] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.166584   431 raft_consensus.cc:2272] T 07f832214424437ab27a89a32c85c319 P df14b9df26db4d96bfd8865cc8bdb79f [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:11:45.191970   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 1272)
I20260630 12:11:45.322217  1053 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:45.332990  1053 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:45.333644  1053 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:11:46.192502   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 1272)
I20260630 12:11:46.729902   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:46.749877   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:11:46.774427   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:46.775238   431 tablet_replica.cc:333] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1: stopping tablet replica
I20260630 12:11:46.775903   431 raft_consensus.cc:2243] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1 [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:11:46.776396   431 raft_consensus.cc:2272] T a3a095e8004645d480f83aba601c2790 P 836df6e50ea645a1b25ec0e039d1d9d1 [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:11:46.795900   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:11:46.805017   431 master.cc:562] Master@127.0.107.254:40631 shutting down...
W20260630 12:11:46.827317  1047 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:11:46.828613   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:46.829144   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:46.829478   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4949bb8940f6495a84c57e5a767ff6b0: stopping tablet replica
I20260630 12:11:46.847858   431 master.cc:584] Master@127.0.107.254:40631 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (13780 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:11:46.886124   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46213,127.0.107.253:35547,127.0.107.252:38585
I20260630 12:11:46.887321   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:46.892433  1513 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:46.892560  1514 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:46.894220  1516 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:46.895180   431 server_base.cc:1061] running on GCE node
I20260630 12:11:46.896111   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:46.896337   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:46.896510   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821506896476 us; error 0 us; skew 500 ppm
I20260630 12:11:46.897017   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:46.899396   431 webserver.cc:533] Webserver started at http://127.0.107.254:36643/ using document root <none> and password file <none>
I20260630 12:11:46.899888   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:46.900074   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:46.900372   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:46.901437   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946"
format_stamp: "Formatted at 2026-06-30 12:11:46 on dist-test-slave-ctg2"
I20260630 12:11:46.905802   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:11:46.908999  1521 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:46.909816   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:46.910092   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946"
format_stamp: "Formatted at 2026-06-30 12:11:46 on dist-test-slave-ctg2"
I20260630 12:11:46.910354   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-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)
I20260630 12:11:46.935405   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:46.936580   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:46.973220   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46213
I20260630 12:11:46.973331  1572 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46213 every 8 connection(s)
I20260630 12:11:46.976948  1573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:46.977198   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:46.982321  1575 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:46.983259  1576 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:46.983675  1573 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:46.986020  1578 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:46.986478   431 server_base.cc:1061] running on GCE node
I20260630 12:11:46.987532   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:46.987761   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:46.987948   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821506987932 us; error 0 us; skew 500 ppm
I20260630 12:11:46.988456   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:46.991271   431 webserver.cc:533] Webserver started at http://127.0.107.253:41607/ using document root <none> and password file <none>
I20260630 12:11:46.991732   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:46.991935   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:46.992192   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:46.993425   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root/instance:
uuid: "66468423e735468bbe994dd8f34b901b"
format_stamp: "Formatted at 2026-06-30 12:11:46 on dist-test-slave-ctg2"
I20260630 12:11:46.998639  1573 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:46.999138   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:11:47.003710  1586 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.004637   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:11:47.004987   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root
uuid: "66468423e735468bbe994dd8f34b901b"
format_stamp: "Formatted at 2026-06-30 12:11:46 on dist-test-slave-ctg2"
W20260630 12:11:47.005213  1573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:35547: Network error: Client connection negotiation failed: client connection to 127.0.107.253:35547: connect: Connection refused (error 111)
I20260630 12:11:47.005347   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-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)
I20260630 12:11:47.033984   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:47.035156   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:47.068822  1573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } attempt: 1
I20260630 12:11:47.073945   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:35547
I20260630 12:11:47.074028  1637 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:35547 every 8 connection(s)
W20260630 12:11:47.074501  1573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:35547: Network error: Client connection negotiation failed: client connection to 127.0.107.253:35547: connect: Connection refused (error 111)
I20260630 12:11:47.077950   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:47.078089  1638 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:11:47.083362  1640 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:47.083801  1641 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.085471  1638 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:47.087082  1643 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.087847   431 server_base.cc:1061] running on GCE node
I20260630 12:11:47.089046   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:47.089280   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:47.089473   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821507089454 us; error 0 us; skew 500 ppm
I20260630 12:11:47.090030   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:47.093338   431 webserver.cc:533] Webserver started at http://127.0.107.252:33449/ using document root <none> and password file <none>
I20260630 12:11:47.093844   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:47.094051   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:47.094316   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:47.095454   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root/instance:
uuid: "4f7b716c7ca74a9cb4786525fb93a3a9"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.098320  1638 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:47.100732   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:11:47.104905  1650 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.105657   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:47.105952   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root
uuid: "4f7b716c7ca74a9cb4786525fb93a3a9"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.106216   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-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)
I20260630 12:11:47.110667  1638 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:47.116397  1638 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:38585: Network error: Client connection negotiation failed: client connection to 127.0.107.252:38585: connect: Connection refused (error 111)
I20260630 12:11:47.120967  1573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } attempt: 2
I20260630 12:11:47.125219   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:47.126696   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:47.133498  1573 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:47.138794  1573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:38585: Network error: Client connection negotiation failed: client connection to 127.0.107.252:38585: connect: Connection refused (error 111)
I20260630 12:11:47.144893  1638 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } attempt: 1
W20260630 12:11:47.150594  1638 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:38585: Network error: Client connection negotiation failed: client connection to 127.0.107.252:38585: connect: Connection refused (error 111)
I20260630 12:11:47.170046   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:38585
I20260630 12:11:47.170133  1702 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:38585 every 8 connection(s)
I20260630 12:11:47.173091   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:47.173748  1703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:47.179144  1703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:47.189229  1703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:47.196264  1573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } attempt: 1
I20260630 12:11:47.199326  1703 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:47.206120  1638 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } attempt: 2
I20260630 12:11:47.215854  1573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: Bootstrap starting.
I20260630 12:11:47.216676  1703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: Bootstrap starting.
I20260630 12:11:47.221520  1703 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:47.221921  1573 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:47.226241  1703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: No bootstrap required, opened a new log
I20260630 12:11:47.226357  1638 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b: Bootstrap starting.
I20260630 12:11:47.227068  1573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: No bootstrap required, opened a new log
I20260630 12:11:47.228524  1703 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:47.229094  1703 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:47.229336  1703 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f7b716c7ca74a9cb4786525fb93a3a9, State: Initialized, Role: FOLLOWER
I20260630 12:11:47.229904  1573 raft_consensus.cc:359] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:47.230177  1703 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:47.230635  1573 raft_consensus.cc:385] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:47.230983  1573 raft_consensus.cc:740] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b9f6b4713d4a8ab9a71bc17ea7f946, State: Initialized, Role: FOLLOWER
I20260630 12:11:47.231822  1573 consensus_queue.cc:260] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:47.232241  1710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [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: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.232784  1638 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:47.233078  1710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:47.233844  1703 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:47.238675  1711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [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: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.239766  1711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:47.240732  1573 sys_catalog.cc:565] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:47.248706  1638 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b: No bootstrap required, opened a new log
I20260630 12:11:47.253041  1638 raft_consensus.cc:359] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:47.254128  1638 raft_consensus.cc:385] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:47.254590  1638 raft_consensus.cc:740] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 66468423e735468bbe994dd8f34b901b, State: Initialized, Role: FOLLOWER
I20260630 12:11:47.255616  1638 consensus_queue.cc:260] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
W20260630 12:11:47.258175  1725 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:47.258507  1725 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:47.257968  1729 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [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: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.258888  1729 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:47.259761  1638 sys_catalog.cc:565] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:47.263528   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
W20260630 12:11:47.266556  1735 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:47.266871  1735 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:47.272665   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:11:47.274155   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:47.275692  1746 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:47.275988  1746 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:47.280086  1747 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:47.281262  1748 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.283006   431 server_base.cc:1061] running on GCE node
W20260630 12:11:47.283401  1750 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.284168   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:47.284390   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:47.284569   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821507284551 us; error 0 us; skew 500 ppm
I20260630 12:11:47.285090   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:47.287359   431 webserver.cc:533] Webserver started at http://127.0.107.193:45869/ using document root <none> and password file <none>
I20260630 12:11:47.287828   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:47.288043   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:47.288331   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:47.289484   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "c34b952255fd4a20a77596bab1d7ffd3"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.294010   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:11:47.297096  1755 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.297866   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:47.298158   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "c34b952255fd4a20a77596bab1d7ffd3"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.298445   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-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)
I20260630 12:11:47.314136   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:47.315270   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:47.316692   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:47.319022   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:47.319272   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.319516   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:47.319725   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.359258   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37817
I20260630 12:11:47.359362  1817 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37817 every 8 connection(s)
I20260630 12:11:47.365433  1729 raft_consensus.cc:493] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:47.366137  1729 raft_consensus.cc:515] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:47.371232  1548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "66468423e735468bbe994dd8f34b901b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" is_pre_election: true
I20260630 12:11:47.372248  1548 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 66468423e735468bbe994dd8f34b901b in term 0.
I20260630 12:11:47.374020  1589 leader_election.cc:304] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 66468423e735468bbe994dd8f34b901b, 85b9f6b4713d4a8ab9a71bc17ea7f946; no voters: 
I20260630 12:11:47.376921  1824 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:47.377337  1824 raft_consensus.cc:493] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:47.377437  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "66468423e735468bbe994dd8f34b901b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" is_pre_election: true
I20260630 12:11:47.377761  1824 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:47.378163  1678 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 66468423e735468bbe994dd8f34b901b in term 0.
I20260630 12:11:47.379585  1729 leader_election.cc:290] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 85b9f6b4713d4a8ab9a71bc17ea7f946 (127.0.107.254:46213), 4f7b716c7ca74a9cb4786525fb93a3a9 (127.0.107.252:38585)
I20260630 12:11:47.383674   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:47.392886  1818 heartbeater.cc:344] Connected to a master server at 127.0.107.252:38585
I20260630 12:11:47.393277  1818 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.394197  1818 heartbeater.cc:507] Master 127.0.107.252:38585 requested a full tablet report, sending...
I20260630 12:11:47.397286  1668 ts_manager.cc:194] Registered new tserver with Master: c34b952255fd4a20a77596bab1d7ffd3 (127.0.107.193:37817)
I20260630 12:11:47.397410  1819 heartbeater.cc:344] Connected to a master server at 127.0.107.253:35547
I20260630 12:11:47.397876  1819 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.398747  1819 heartbeater.cc:507] Master 127.0.107.253:35547 requested a full tablet report, sending...
W20260630 12:11:47.399777  1826 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.399777  1824 raft_consensus.cc:515] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:47.401901  1603 ts_manager.cc:194] Registered new tserver with Master: c34b952255fd4a20a77596bab1d7ffd3 (127.0.107.193:37817)
W20260630 12:11:47.402805  1827 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.402916  1548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "66468423e735468bbe994dd8f34b901b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946"
I20260630 12:11:47.403573  1548 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:47.405149  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "66468423e735468bbe994dd8f34b901b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9"
I20260630 12:11:47.405781  1678 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:47.409803  1820 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46213
I20260630 12:11:47.410228  1820 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.411106  1820 heartbeater.cc:507] Master 127.0.107.254:46213 requested a full tablet report, sending...
I20260630 12:11:47.413461  1678 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 66468423e735468bbe994dd8f34b901b in term 1.
I20260630 12:11:47.414791  1587 leader_election.cc:304] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f7b716c7ca74a9cb4786525fb93a3a9, 66468423e735468bbe994dd8f34b901b; no voters: 
I20260630 12:11:47.415627  1729 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:47.416913  1548 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 66468423e735468bbe994dd8f34b901b in term 1.
I20260630 12:11:47.420374  1538 ts_manager.cc:194] Registered new tserver with Master: c34b952255fd4a20a77596bab1d7ffd3 (127.0.107.193:37817)
I20260630 12:11:47.423583  1824 leader_election.cc:290] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [CANDIDATE]: Term 1 election: Requested vote from peers 85b9f6b4713d4a8ab9a71bc17ea7f946 (127.0.107.254:46213), 4f7b716c7ca74a9cb4786525fb93a3a9 (127.0.107.252:38585)
I20260630 12:11:47.425282  1729 raft_consensus.cc:697] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 1 LEADER]: Becoming Leader. State: Replica: 66468423e735468bbe994dd8f34b901b, State: Running, Role: LEADER
I20260630 12:11:47.426214  1729 consensus_queue.cc:237] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
W20260630 12:11:47.428350  1829 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.428663   431 server_base.cc:1061] running on GCE node
I20260630 12:11:47.429531   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:47.429816   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:47.430033   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821507430010 us; error 0 us; skew 500 ppm
I20260630 12:11:47.430855   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:47.432096  1824 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 66468423e735468bbe994dd8f34b901b. Latest consensus state: current_term: 1 leader_uuid: "66468423e735468bbe994dd8f34b901b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.432804  1824 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:47.433773   431 webserver.cc:533] Webserver started at http://127.0.107.194:45241/ using document root <none> and password file <none>
I20260630 12:11:47.434434   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:47.434473  1835 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:47.434846   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:47.435236   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:47.436587   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "b18278cf07ac44a6ba9cb6572a1f326c"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.441650  1835 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:47.442587   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:11:47.447489  1837 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.448370   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:11:47.448681   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "b18278cf07ac44a6ba9cb6572a1f326c"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.448961   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-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)
I20260630 12:11:47.451916  1548 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 1 FOLLOWER]: Refusing update from remote peer 66468423e735468bbe994dd8f34b901b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:47.452217  1678 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 1 FOLLOWER]: Refusing update from remote peer 66468423e735468bbe994dd8f34b901b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:47.453765  1729 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [LEADER]: Connected to new peer: Peer: permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:47.454622  1824 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:47.462915  1711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 66468423e735468bbe994dd8f34b901b. Latest consensus state: current_term: 1 leader_uuid: "66468423e735468bbe994dd8f34b901b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.463670  1711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:47.467639  1729 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "66468423e735468bbe994dd8f34b901b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.468823  1729 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:47.469529  1835 catalog_manager.cc:1383] Generated new cluster ID: db55a49909c14d05824eed99f55172ba
I20260630 12:11:47.469821   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:47.469872  1835 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:47.471544   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:47.491715  1710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 66468423e735468bbe994dd8f34b901b. Latest consensus state: current_term: 1 leader_uuid: "66468423e735468bbe994dd8f34b901b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.492801  1710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:47.493773   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:47.495959  1729 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "66468423e735468bbe994dd8f34b901b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.496667  1729 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:47.497375   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:47.497644   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.497936   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:47.498154   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.499528  1711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "66468423e735468bbe994dd8f34b901b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.500197  1711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:47.504123  1710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "66468423e735468bbe994dd8f34b901b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:47.504856  1710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:47.516970  1835 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:47.518685  1835 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:47.542867  1835 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b: Generated new TSK 0
I20260630 12:11:47.543480  1835 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:47.573953   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38519
I20260630 12:11:47.574043  1907 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38519 every 8 connection(s)
I20260630 12:11:47.593112   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:47.603592  1909 heartbeater.cc:344] Connected to a master server at 127.0.107.253:35547
I20260630 12:11:47.604060  1909 heartbeater.cc:461] Registering TS with master...
W20260630 12:11:47.604758  1915 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.605068  1909 heartbeater.cc:507] Master 127.0.107.253:35547 requested a full tablet report, sending...
I20260630 12:11:47.605291  1908 heartbeater.cc:344] Connected to a master server at 127.0.107.252:38585
I20260630 12:11:47.605757  1908 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.606822  1908 heartbeater.cc:507] Master 127.0.107.252:38585 requested a full tablet report, sending...
W20260630 12:11:47.606891  1916 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.607918  1603 ts_manager.cc:194] Registered new tserver with Master: b18278cf07ac44a6ba9cb6572a1f326c (127.0.107.194:38519)
I20260630 12:11:47.610347  1603 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42380
I20260630 12:11:47.610890  1668 ts_manager.cc:194] Registered new tserver with Master: b18278cf07ac44a6ba9cb6572a1f326c (127.0.107.194:38519)
I20260630 12:11:47.612376  1910 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46213
I20260630 12:11:47.612783  1910 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.613958  1910 heartbeater.cc:507] Master 127.0.107.254:46213 requested a full tablet report, sending...
W20260630 12:11:47.615965  1918 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:47.616137   431 server_base.cc:1061] running on GCE node
I20260630 12:11:47.617053  1538 ts_manager.cc:194] Registered new tserver with Master: b18278cf07ac44a6ba9cb6572a1f326c (127.0.107.194:38519)
I20260630 12:11:47.617336   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:47.617654   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:47.617892   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821507617871 us; error 0 us; skew 500 ppm
I20260630 12:11:47.618445   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:47.620868   431 webserver.cc:533] Webserver started at http://127.0.107.195:45829/ using document root <none> and password file <none>
I20260630 12:11:47.621482   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:47.621744   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:47.622082   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:47.623445   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "35231c1234ea4f1d98489cc9e0e2a52c"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.627800   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:11:47.631055  1923 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.631810   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:11:47.632140   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "35231c1234ea4f1d98489cc9e0e2a52c"
format_stamp: "Formatted at 2026-06-30 12:11:47 on dist-test-slave-ctg2"
I20260630 12:11:47.632447   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821482054927-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)
I20260630 12:11:47.645995   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:47.647243   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:47.648512   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:47.650734   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:47.650954   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.651233   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:47.651415   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:47.689640   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33501
I20260630 12:11:47.689757  1985 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33501 every 8 connection(s)
I20260630 12:11:47.718241  1986 heartbeater.cc:344] Connected to a master server at 127.0.107.252:38585
I20260630 12:11:47.718623  1986 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.719058  1987 heartbeater.cc:344] Connected to a master server at 127.0.107.253:35547
I20260630 12:11:47.719410  1986 heartbeater.cc:507] Master 127.0.107.252:38585 requested a full tablet report, sending...
I20260630 12:11:47.719504  1987 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.719538  1988 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46213
I20260630 12:11:47.720106  1988 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:47.720544  1987 heartbeater.cc:507] Master 127.0.107.253:35547 requested a full tablet report, sending...
I20260630 12:11:47.720927  1988 heartbeater.cc:507] Master 127.0.107.254:46213 requested a full tablet report, sending...
I20260630 12:11:47.722118  1668 ts_manager.cc:194] Registered new tserver with Master: 35231c1234ea4f1d98489cc9e0e2a52c (127.0.107.195:33501)
I20260630 12:11:47.722849  1603 ts_manager.cc:194] Registered new tserver with Master: 35231c1234ea4f1d98489cc9e0e2a52c (127.0.107.195:33501)
I20260630 12:11:47.723559  1538 ts_manager.cc:194] Registered new tserver with Master: 35231c1234ea4f1d98489cc9e0e2a52c (127.0.107.195:33501)
I20260630 12:11:47.723789   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.023999489s
I20260630 12:11:47.724599  1603 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42384
I20260630 12:11:48.262172  1725 catalog_manager.cc:1295] Loaded cluster ID: db55a49909c14d05824eed99f55172ba
I20260630 12:11:48.262457  1725 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: loading cluster ID for follower catalog manager: success
I20260630 12:11:48.266634  1725 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: acquiring CA information for follower catalog manager: success
I20260630 12:11:48.270190  1725 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:48.271277  1735 catalog_manager.cc:1295] Loaded cluster ID: db55a49909c14d05824eed99f55172ba
I20260630 12:11:48.271556  1735 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: loading cluster ID for follower catalog manager: success
I20260630 12:11:48.275794  1735 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: acquiring CA information for follower catalog manager: success
I20260630 12:11:48.278975  1735 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:48.406371  1603 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42364
I20260630 12:11:48.615893  1909 heartbeater.cc:499] Master 127.0.107.253:35547 was elected leader, sending a full tablet report...
I20260630 12:11:48.727283  1987 heartbeater.cc:499] Master 127.0.107.253:35547 was elected leader, sending a full tablet report...
I20260630 12:11:49.272671  1745 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:49.320943  1603 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42394:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:11:49.395149  1951 tablet_service.cc:1511] Processing CreateTablet for tablet ae61b06525634438945cd4f4769331cc (DEFAULT_TABLE table=test-workload [id=1c083c24ef414b1ebf7cc77dbc33e71a]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:11:49.396591  1951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae61b06525634438945cd4f4769331cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:49.399494  1873 tablet_service.cc:1511] Processing CreateTablet for tablet ea6eb3044a9b48a1bc5cc0fe3b5d68cd (DEFAULT_TABLE table=test-workload [id=1c083c24ef414b1ebf7cc77dbc33e71a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:11:49.400794  1873 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea6eb3044a9b48a1bc5cc0fe3b5d68cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:49.401130  1783 tablet_service.cc:1511] Processing CreateTablet for tablet 80af5a06a30b406e9d532911fccc067c (DEFAULT_TABLE table=test-workload [id=1c083c24ef414b1ebf7cc77dbc33e71a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:11:49.402405  1783 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80af5a06a30b406e9d532911fccc067c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:49.408751  1819 heartbeater.cc:499] Master 127.0.107.253:35547 was elected leader, sending a full tablet report...
I20260630 12:11:49.414238  2022 tablet_bootstrap.cc:492] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c: Bootstrap starting.
I20260630 12:11:49.416541  2023 tablet_bootstrap.cc:492] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c: Bootstrap starting.
I20260630 12:11:49.420137  2022 tablet_bootstrap.cc:654] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:49.420984  2024 tablet_bootstrap.cc:492] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3: Bootstrap starting.
I20260630 12:11:49.423265  2023 tablet_bootstrap.cc:654] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:49.427817  2022 tablet_bootstrap.cc:492] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c: No bootstrap required, opened a new log
I20260630 12:11:49.428495  2022 ts_tablet_manager.cc:1403] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:11:49.428910  2024 tablet_bootstrap.cc:654] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:49.432345  2022 raft_consensus.cc:359] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "35231c1234ea4f1d98489cc9e0e2a52c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33501 } }
I20260630 12:11:49.432847  2022 raft_consensus.cc:385] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:49.433216  2022 raft_consensus.cc:740] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35231c1234ea4f1d98489cc9e0e2a52c, State: Initialized, Role: FOLLOWER
I20260630 12:11:49.433980  2024 tablet_bootstrap.cc:492] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3: No bootstrap required, opened a new log
I20260630 12:11:49.434089  2022 consensus_queue.cc:260] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "35231c1234ea4f1d98489cc9e0e2a52c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33501 } }
I20260630 12:11:49.434588  2024 ts_tablet_manager.cc:1403] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:11:49.434896  2022 raft_consensus.cc:399] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:49.435303  2022 raft_consensus.cc:493] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:49.435442  2023 tablet_bootstrap.cc:492] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c: No bootstrap required, opened a new log
I20260630 12:11:49.435710  2022 raft_consensus.cc:3060] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:49.435971  2023 ts_tablet_manager.cc:1403] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.005s
I20260630 12:11:49.437927  2024 raft_consensus.cc:359] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c34b952255fd4a20a77596bab1d7ffd3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37817 } }
I20260630 12:11:49.438546  2024 raft_consensus.cc:385] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:49.438853  2024 raft_consensus.cc:740] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c34b952255fd4a20a77596bab1d7ffd3, State: Initialized, Role: FOLLOWER
I20260630 12:11:49.438836  2023 raft_consensus.cc:359] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b18278cf07ac44a6ba9cb6572a1f326c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38519 } }
I20260630 12:11:49.439558  2023 raft_consensus.cc:385] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:49.439870  2023 raft_consensus.cc:740] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b18278cf07ac44a6ba9cb6572a1f326c, State: Initialized, Role: FOLLOWER
I20260630 12:11:49.439734  2024 consensus_queue.cc:260] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c34b952255fd4a20a77596bab1d7ffd3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37817 } }
I20260630 12:11:49.440542  2024 raft_consensus.cc:399] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:49.440588  2023 consensus_queue.cc:260] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b18278cf07ac44a6ba9cb6572a1f326c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38519 } }
I20260630 12:11:49.440984  2024 raft_consensus.cc:493] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:49.441104  2022 raft_consensus.cc:515] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "35231c1234ea4f1d98489cc9e0e2a52c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33501 } }
I20260630 12:11:49.441355  2023 raft_consensus.cc:399] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:49.441406  2024 raft_consensus.cc:3060] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:49.441913  2023 raft_consensus.cc:493] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:49.441851  2022 leader_election.cc:304] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [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: 35231c1234ea4f1d98489cc9e0e2a52c; no voters: 
I20260630 12:11:49.442576  2023 raft_consensus.cc:3060] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:49.443724  2022 leader_election.cc:290] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:49.444090  2028 raft_consensus.cc:2804] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:49.448588  2024 raft_consensus.cc:515] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c34b952255fd4a20a77596bab1d7ffd3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37817 } }
I20260630 12:11:49.449203  2023 raft_consensus.cc:515] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b18278cf07ac44a6ba9cb6572a1f326c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38519 } }
I20260630 12:11:49.449368  2024 leader_election.cc:304] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [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: c34b952255fd4a20a77596bab1d7ffd3; no voters: 
I20260630 12:11:49.450003  2023 leader_election.cc:304] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [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: b18278cf07ac44a6ba9cb6572a1f326c; no voters: 
I20260630 12:11:49.450155  2028 raft_consensus.cc:697] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 1 LEADER]: Becoming Leader. State: Replica: 35231c1234ea4f1d98489cc9e0e2a52c, State: Running, Role: LEADER
I20260630 12:11:49.451126  2028 consensus_queue.cc:237] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [LEADER]: Queue going to LEADER mode. State: All 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: "35231c1234ea4f1d98489cc9e0e2a52c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33501 } }
I20260630 12:11:49.454849  2022 ts_tablet_manager.cc:1434] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c: Time spent starting tablet: real 0.026s	user 0.020s	sys 0.001s
I20260630 12:11:49.458334  2032 raft_consensus.cc:2804] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:49.459945  2024 leader_election.cc:290] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:49.465780  2024 ts_tablet_manager.cc:1434] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3: Time spent starting tablet: real 0.031s	user 0.017s	sys 0.004s
I20260630 12:11:49.466427  2032 raft_consensus.cc:697] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 1 LEADER]: Becoming Leader. State: Replica: c34b952255fd4a20a77596bab1d7ffd3, State: Running, Role: LEADER
I20260630 12:11:49.467142  2032 consensus_queue.cc:237] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [LEADER]: Queue going to LEADER mode. State: All 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: "c34b952255fd4a20a77596bab1d7ffd3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37817 } }
I20260630 12:11:49.469117  2023 leader_election.cc:290] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:49.469439  2031 raft_consensus.cc:2804] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:49.470335  1602 catalog_manager.cc:5697] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c reported cstate change: term changed from 0 to 1, leader changed from <none> to 35231c1234ea4f1d98489cc9e0e2a52c (127.0.107.195). New cstate: current_term: 1 leader_uuid: "35231c1234ea4f1d98489cc9e0e2a52c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "35231c1234ea4f1d98489cc9e0e2a52c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33501 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:49.517748  1603 catalog_manager.cc:5697] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 reported cstate change: term changed from 0 to 1, leader changed from <none> to c34b952255fd4a20a77596bab1d7ffd3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c34b952255fd4a20a77596bab1d7ffd3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c34b952255fd4a20a77596bab1d7ffd3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37817 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:49.525806  2031 raft_consensus.cc:697] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 1 LEADER]: Becoming Leader. State: Replica: b18278cf07ac44a6ba9cb6572a1f326c, State: Running, Role: LEADER
I20260630 12:11:49.526721  2031 consensus_queue.cc:237] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [LEADER]: Queue going to LEADER mode. State: All 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: "b18278cf07ac44a6ba9cb6572a1f326c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38519 } }
I20260630 12:11:49.527988  2023 ts_tablet_manager.cc:1434] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c: Time spent starting tablet: real 0.092s	user 0.027s	sys 0.049s
I20260630 12:11:49.543577  1601 catalog_manager.cc:5697] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c reported cstate change: term changed from 0 to 1, leader changed from <none> to b18278cf07ac44a6ba9cb6572a1f326c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b18278cf07ac44a6ba9cb6572a1f326c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b18278cf07ac44a6ba9cb6572a1f326c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38519 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:51.273739  1745 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:51.275779  1745 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:51.622175   431 master.cc:562] Master@127.0.107.253:35547 shutting down...
I20260630 12:11:51.639020   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:51.639808   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:51.640178   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 66468423e735468bbe994dd8f34b901b: stopping tablet replica
I20260630 12:11:51.659526   431 master.cc:584] Master@127.0.107.253:35547 shutdown complete.
W20260630 12:11:52.544588  1819 heartbeater.cc:646] Failed to heartbeat to 127.0.107.253:35547 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.253:35547: connect: Connection refused (error 111)
I20260630 12:11:52.938798  2048 raft_consensus.cc:493] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 66468423e735468bbe994dd8f34b901b)
I20260630 12:11:52.939401  2048 raft_consensus.cc:515] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:52.941299  2048 leader_election.cc:290] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 66468423e735468bbe994dd8f34b901b (127.0.107.253:35547), 4f7b716c7ca74a9cb4786525fb93a3a9 (127.0.107.252:38585)
I20260630 12:11:52.943055  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" is_pre_election: true
W20260630 12:11:52.944182  1523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:35547: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260630 12:11:52.947685  1523 leader_election.cc:336] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 66468423e735468bbe994dd8f34b901b (127.0.107.253:35547): Network error: Client connection negotiation failed: client connection to 127.0.107.253:35547: connect: Connection refused (error 111)
I20260630 12:11:52.948027  1523 leader_election.cc:304] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [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: 85b9f6b4713d4a8ab9a71bc17ea7f946; no voters: 4f7b716c7ca74a9cb4786525fb93a3a9, 66468423e735468bbe994dd8f34b901b
I20260630 12:11:52.948632  2048 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:11:53.042425  2051 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 66468423e735468bbe994dd8f34b901b)
I20260630 12:11:53.043043  2051 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:53.045331  2051 leader_election.cc:290] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 85b9f6b4713d4a8ab9a71bc17ea7f946 (127.0.107.254:46213), 66468423e735468bbe994dd8f34b901b (127.0.107.253:35547)
I20260630 12:11:53.046422  1548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" is_pre_election: true
I20260630 12:11:53.047170  1548 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f7b716c7ca74a9cb4786525fb93a3a9 in term 1.
I20260630 12:11:53.048722  1653 leader_election.cc:304] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [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: 4f7b716c7ca74a9cb4786525fb93a3a9, 85b9f6b4713d4a8ab9a71bc17ea7f946; no voters: 
I20260630 12:11:53.049714  2051 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:11:53.050112  2051 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 66468423e735468bbe994dd8f34b901b)
I20260630 12:11:53.050483  2051 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:11:53.052368  1652 leader_election.cc:336] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 66468423e735468bbe994dd8f34b901b (127.0.107.253:35547): Network error: Client connection negotiation failed: client connection to 127.0.107.253:35547: connect: Connection refused (error 111)
I20260630 12:11:53.056236  2051 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:53.057873  2051 leader_election.cc:290] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [CANDIDATE]: Term 2 election: Requested vote from peers 85b9f6b4713d4a8ab9a71bc17ea7f946 (127.0.107.254:46213), 66468423e735468bbe994dd8f34b901b (127.0.107.253:35547)
I20260630 12:11:53.058561  1548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946"
I20260630 12:11:53.059176  1548 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:11:53.061961  1652 leader_election.cc:336] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 66468423e735468bbe994dd8f34b901b (127.0.107.253:35547): Network error: Client connection negotiation failed: client connection to 127.0.107.253:35547: connect: Connection refused (error 111)
I20260630 12:11:53.064468  1548 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f7b716c7ca74a9cb4786525fb93a3a9 in term 2.
I20260630 12:11:53.065451  1653 leader_election.cc:304] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [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: 4f7b716c7ca74a9cb4786525fb93a3a9, 85b9f6b4713d4a8ab9a71bc17ea7f946; no voters: 66468423e735468bbe994dd8f34b901b
I20260630 12:11:53.066131  2051 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:53.067185  2051 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 2 LEADER]: Becoming Leader. State: Replica: 4f7b716c7ca74a9cb4786525fb93a3a9, State: Running, Role: LEADER
I20260630 12:11:53.067950  2051 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [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: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } }
I20260630 12:11:53.071652  2054 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4f7b716c7ca74a9cb4786525fb93a3a9. Latest consensus state: current_term: 2 leader_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "85b9f6b4713d4a8ab9a71bc17ea7f946" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46213 } } peers { permanent_uuid: "66468423e735468bbe994dd8f34b901b" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 35547 } } peers { permanent_uuid: "4f7b716c7ca74a9cb4786525fb93a3a9" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 38585 } } }
I20260630 12:11:53.072333  2054 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:53.073817  2056 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:53.079253  2056 catalog_manager.cc:679] Loaded metadata for table test-workload [id=1c083c24ef414b1ebf7cc77dbc33e71a]
I20260630 12:11:53.083920  2056 tablet_loader.cc:96] loaded metadata for tablet 80af5a06a30b406e9d532911fccc067c (table test-workload [id=1c083c24ef414b1ebf7cc77dbc33e71a])
I20260630 12:11:53.084860  2056 tablet_loader.cc:96] loaded metadata for tablet ae61b06525634438945cd4f4769331cc (table test-workload [id=1c083c24ef414b1ebf7cc77dbc33e71a])
I20260630 12:11:53.085773  2056 tablet_loader.cc:96] loaded metadata for tablet ea6eb3044a9b48a1bc5cc0fe3b5d68cd (table test-workload [id=1c083c24ef414b1ebf7cc77dbc33e71a])
I20260630 12:11:53.087020  2056 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:53.089990  2056 catalog_manager.cc:1295] Loaded cluster ID: db55a49909c14d05824eed99f55172ba
I20260630 12:11:53.090215  2056 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:53.093525  2056 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:53.096623  2056 catalog_manager.cc:6081] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: Loaded TSK: 0
I20260630 12:11:53.097472  2056 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:53.254527  1724 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:53.256224  1724 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:53.257447   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:53.282649   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:53.283696   431 tablet_replica.cc:333] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3: stopping tablet replica
I20260630 12:11:53.284638   431 raft_consensus.cc:2243] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:53.285166   431 raft_consensus.cc:2272] T 80af5a06a30b406e9d532911fccc067c P c34b952255fd4a20a77596bab1d7ffd3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:53.304150   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:53.314517   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:53.335309   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:53.335992   431 tablet_replica.cc:333] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c: stopping tablet replica
I20260630 12:11:53.336508   431 raft_consensus.cc:2243] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:53.337031   431 raft_consensus.cc:2272] T ea6eb3044a9b48a1bc5cc0fe3b5d68cd P b18278cf07ac44a6ba9cb6572a1f326c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:53.355437   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:53.364732   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:11:53.385643   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:53.386322   431 tablet_replica.cc:333] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c: stopping tablet replica
I20260630 12:11:53.386811   431 raft_consensus.cc:2243] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:53.387351   431 raft_consensus.cc:2272] T ae61b06525634438945cd4f4769331cc P 35231c1234ea4f1d98489cc9e0e2a52c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:53.405351   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:53.415433   431 master.cc:562] Master@127.0.107.254:46213 shutting down...
I20260630 12:11:53.435403   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:53.435989   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:53.436362   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 85b9f6b4713d4a8ab9a71bc17ea7f946: stopping tablet replica
I20260630 12:11:53.455751   431 master.cc:584] Master@127.0.107.254:46213 shutdown complete.
I20260630 12:11:53.468485   431 master.cc:562] Master@127.0.107.252:38585 shutting down...
I20260630 12:11:53.486713   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:11:53.487500   431 pending_rounds.cc:70] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: Trying to abort 1 pending ops.
I20260630 12:11:53.487759   431 pending_rounds.cc:77] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: Aborting op as it isn't in flight: id { term: 2 index: 12 } timestamp: 7302436917532880896 op_type: NO_OP noop_request { }
I20260630 12:11:53.488103   431 raft_consensus.cc:2889] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:11:53.488402   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:53.488790   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4f7b716c7ca74a9cb4786525fb93a3a9: stopping tablet replica
I20260630 12:11:53.507700   431 master.cc:584] Master@127.0.107.252:38585 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6653 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:11:53.539651   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37619
I20260630 12:11:53.540743   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:53.546319  2058 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:53.546427  2057 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:53.547258  2060 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:53.551185   431 server_base.cc:1061] running on GCE node
I20260630 12:11:53.551944   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:53.552119   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:53.552238   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821513552227 us; error 0 us; skew 500 ppm
I20260630 12:11:53.552696   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:53.555006   431 webserver.cc:533] Webserver started at http://127.0.107.254:44671/ using document root <none> and password file <none>
I20260630 12:11:53.555433   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:53.555589   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:53.555821   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:53.557248   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "a6ab0930b3884496a129bd564036afef"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.561766   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:11:53.564989  2065 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.565750   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:53.566035   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "a6ab0930b3884496a129bd564036afef"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.566313   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-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)
I20260630 12:11:53.582634   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:53.583817   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:53.621207   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37619
I20260630 12:11:53.621290  2116 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37619 every 8 connection(s)
I20260630 12:11:53.625092  2117 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:53.635249  2117 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef: Bootstrap starting.
I20260630 12:11:53.639628  2117 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:53.644488  2117 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef: No bootstrap required, opened a new log
I20260630 12:11:53.646713  2117 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6ab0930b3884496a129bd564036afef" member_type: VOTER }
I20260630 12:11:53.647125  2117 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:53.647348  2117 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6ab0930b3884496a129bd564036afef, State: Initialized, Role: FOLLOWER
I20260630 12:11:53.647905  2117 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a6ab0930b3884496a129bd564036afef" member_type: VOTER }
I20260630 12:11:53.648340  2117 raft_consensus.cc:399] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:53.648569  2117 raft_consensus.cc:493] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:53.648830  2117 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:53.653043  2117 raft_consensus.cc:515] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6ab0930b3884496a129bd564036afef" member_type: VOTER }
I20260630 12:11:53.653510  2117 leader_election.cc:304] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [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: a6ab0930b3884496a129bd564036afef; no voters: 
I20260630 12:11:53.654605  2117 leader_election.cc:290] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:53.654898  2120 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:53.656188  2120 raft_consensus.cc:697] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 1 LEADER]: Becoming Leader. State: Replica: a6ab0930b3884496a129bd564036afef, State: Running, Role: LEADER
I20260630 12:11:53.656737  2120 consensus_queue.cc:237] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [LEADER]: Queue going to LEADER mode. State: All 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: "a6ab0930b3884496a129bd564036afef" member_type: VOTER }
I20260630 12:11:53.657413  2117 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:53.659632  2121 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a6ab0930b3884496a129bd564036afef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6ab0930b3884496a129bd564036afef" member_type: VOTER } }
I20260630 12:11:53.659768  2122 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6ab0930b3884496a129bd564036afef. Latest consensus state: current_term: 1 leader_uuid: "a6ab0930b3884496a129bd564036afef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6ab0930b3884496a129bd564036afef" member_type: VOTER } }
I20260630 12:11:53.660259  2121 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:53.660395  2122 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:53.663254  2126 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:53.668216  2126 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:53.677717  2126 catalog_manager.cc:1383] Generated new cluster ID: e60bf2587e6e4bbabf5c876f3d262f95
I20260630 12:11:53.677991  2126 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:53.678586   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:53.691196  2126 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:53.692458  2126 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:53.708563  2126 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef: Generated new TSK 0
I20260630 12:11:53.709172  2126 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:53.744552   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:53.750075  2138 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:53.751616  2139 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:53.752619  2141 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:53.754664   431 server_base.cc:1061] running on GCE node
I20260630 12:11:53.755409   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:53.755620   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:53.755762   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821513755749 us; error 0 us; skew 500 ppm
I20260630 12:11:53.756280   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:53.758666   431 webserver.cc:533] Webserver started at http://127.0.107.193:38567/ using document root <none> and password file <none>
I20260630 12:11:53.759125   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:53.759315   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:53.759570   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:53.760589   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "14c9942da8134fe2b6f7bc23ae47f763"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.764729   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:11:53.768060  2146 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.769073   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:11:53.769348   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "14c9942da8134fe2b6f7bc23ae47f763"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.769635   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-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)
I20260630 12:11:53.785063   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:53.786311   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:53.787734   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:53.789985   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:53.790203   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.790431   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:53.790617   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.828269   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34639
I20260630 12:11:53.828368  2208 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34639 every 8 connection(s)
I20260630 12:11:53.833194   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:53.839833  2213 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:53.840129  2214 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:53.843369   431 server_base.cc:1061] running on GCE node
W20260630 12:11:53.843333  2216 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:53.844477   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:53.844702   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:53.844873   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821513844857 us; error 0 us; skew 500 ppm
I20260630 12:11:53.845343   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:53.847931   431 webserver.cc:533] Webserver started at http://127.0.107.194:34597/ using document root <none> and password file <none>
I20260630 12:11:53.848554   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:53.848781   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:53.849079   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:53.849339  2209 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37619
I20260630 12:11:53.849762  2209 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:53.850435   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "a1cce46a5ed0481f84f568aa8a54ab94"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.850584  2209 heartbeater.cc:507] Master 127.0.107.254:37619 requested a full tablet report, sending...
I20260630 12:11:53.852690  2082 ts_manager.cc:194] Registered new tserver with Master: 14c9942da8134fe2b6f7bc23ae47f763 (127.0.107.193:34639)
I20260630 12:11:53.854861  2082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58126
I20260630 12:11:53.855166   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:53.858724  2221 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.859437   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:53.859709   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "a1cce46a5ed0481f84f568aa8a54ab94"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.859961   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-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)
I20260630 12:11:53.873346   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:53.874469   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:53.875787   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:53.877885   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:53.878103   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.878334   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:53.878497   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.915750   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36301
I20260630 12:11:53.915833  2283 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36301 every 8 connection(s)
I20260630 12:11:53.920281   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:53.926352  2287 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:53.928824  2288 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:53.929775  2290 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:53.931631   431 server_base.cc:1061] running on GCE node
I20260630 12:11:53.932436   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:53.932679   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:53.932776  2284 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37619
I20260630 12:11:53.932897   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821513932878 us; error 0 us; skew 500 ppm
I20260630 12:11:53.933215  2284 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:53.933562   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:53.934047  2284 heartbeater.cc:507] Master 127.0.107.254:37619 requested a full tablet report, sending...
I20260630 12:11:53.936151   431 webserver.cc:533] Webserver started at http://127.0.107.195:43507/ using document root <none> and password file <none>
I20260630 12:11:53.936270  2082 ts_manager.cc:194] Registered new tserver with Master: a1cce46a5ed0481f84f568aa8a54ab94 (127.0.107.194:36301)
I20260630 12:11:53.936662   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:53.936887   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:53.937150   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:53.937777  2082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58128
I20260630 12:11:53.938321   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "106b7c00a334472880ab420abb34a561"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.942881   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:53.945827  2295 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.946545   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:53.946825   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "106b7c00a334472880ab420abb34a561"
format_stamp: "Formatted at 2026-06-30 12:11:53 on dist-test-slave-ctg2"
I20260630 12:11:53.947090   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-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)
I20260630 12:11:53.960454   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:53.961545   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:53.962954   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:53.965016   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:53.965251   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:53.965483   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:53.965675   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:11:54.004086   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34051
I20260630 12:11:54.004184  2357 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34051 every 8 connection(s)
I20260630 12:11:54.017371  2358 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37619
I20260630 12:11:54.017769  2358 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:54.018537  2358 heartbeater.cc:507] Master 127.0.107.254:37619 requested a full tablet report, sending...
I20260630 12:11:54.020354  2082 ts_manager.cc:194] Registered new tserver with Master: 106b7c00a334472880ab420abb34a561 (127.0.107.195:34051)
I20260630 12:11:54.020813   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013531844s
I20260630 12:11:54.021708  2082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58130
I20260630 12:11:54.857623  2209 heartbeater.cc:499] Master 127.0.107.254:37619 was elected leader, sending a full tablet report...
I20260630 12:11:54.940363  2284 heartbeater.cc:499] Master 127.0.107.254:37619 was elected leader, sending a full tablet report...
I20260630 12:11:55.023988  2358 heartbeater.cc:499] Master 127.0.107.254:37619 was elected leader, sending a full tablet report...
I20260630 12:11:55.076103  2082 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55000:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377?""\004\001\000\377\377\377?"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:11:55.078377  2082 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:11:55.139845  2249 tablet_service.cc:1511] Processing CreateTablet for tablet 7f16a6a0298d4ac2ac8d9c7e0a210473 (DEFAULT_TABLE table=test-workload [id=425bb521923f46fbb98e1990e865d79a]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:55.139962  2174 tablet_service.cc:1511] Processing CreateTablet for tablet 7f16a6a0298d4ac2ac8d9c7e0a210473 (DEFAULT_TABLE table=test-workload [id=425bb521923f46fbb98e1990e865d79a]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:55.141372  2249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f16a6a0298d4ac2ac8d9c7e0a210473. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:55.140282  2173 tablet_service.cc:1511] Processing CreateTablet for tablet 0c6d08a2af5d4ff88a890c24f556f97d (DEFAULT_TABLE table=test-workload [id=425bb521923f46fbb98e1990e865d79a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:55.141496  2248 tablet_service.cc:1511] Processing CreateTablet for tablet 0c6d08a2af5d4ff88a890c24f556f97d (DEFAULT_TABLE table=test-workload [id=425bb521923f46fbb98e1990e865d79a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:55.142441  2323 tablet_service.cc:1511] Processing CreateTablet for tablet 7f16a6a0298d4ac2ac8d9c7e0a210473 (DEFAULT_TABLE table=test-workload [id=425bb521923f46fbb98e1990e865d79a]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:55.142833  2248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c6d08a2af5d4ff88a890c24f556f97d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:55.141480  2174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f16a6a0298d4ac2ac8d9c7e0a210473. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:55.143709  2323 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f16a6a0298d4ac2ac8d9c7e0a210473. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:55.145507  2173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c6d08a2af5d4ff88a890c24f556f97d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:55.146648  2322 tablet_service.cc:1511] Processing CreateTablet for tablet 0c6d08a2af5d4ff88a890c24f556f97d (DEFAULT_TABLE table=test-workload [id=425bb521923f46fbb98e1990e865d79a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:55.147934  2322 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c6d08a2af5d4ff88a890c24f556f97d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:55.171730  2378 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94: Bootstrap starting.
I20260630 12:11:55.178974  2379 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: Bootstrap starting.
I20260630 12:11:55.180291  2380 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: Bootstrap starting.
I20260630 12:11:55.182283  2378 tablet_bootstrap.cc:654] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:55.186821  2380 tablet_bootstrap.cc:654] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:55.186831  2379 tablet_bootstrap.cc:654] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:55.187618  2378 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94: No bootstrap required, opened a new log
I20260630 12:11:55.188047  2378 ts_tablet_manager.cc:1403] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.006s
I20260630 12:11:55.191195  2378 raft_consensus.cc:359] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.192065  2378 raft_consensus.cc:385] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:55.192415  2378 raft_consensus.cc:740] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a1cce46a5ed0481f84f568aa8a54ab94, State: Initialized, Role: FOLLOWER
I20260630 12:11:55.192744  2379 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: No bootstrap required, opened a new log
I20260630 12:11:55.193243  2379 ts_tablet_manager.cc:1403] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:11:55.193691  2380 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: No bootstrap required, opened a new log
I20260630 12:11:55.193395  2378 consensus_queue.cc:260] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.194090  2380 ts_tablet_manager.cc:1403] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:11:55.196655  2378 ts_tablet_manager.cc:1434] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:11:55.196393  2379 raft_consensus.cc:359] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.196771  2380 raft_consensus.cc:359] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.197248  2379 raft_consensus.cc:385] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:55.197517  2380 raft_consensus.cc:385] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:55.197707  2379 raft_consensus.cc:740] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 106b7c00a334472880ab420abb34a561, State: Initialized, Role: FOLLOWER
I20260630 12:11:55.197947  2380 raft_consensus.cc:740] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14c9942da8134fe2b6f7bc23ae47f763, State: Initialized, Role: FOLLOWER
I20260630 12:11:55.198352  2378 tablet_bootstrap.cc:492] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94: Bootstrap starting.
I20260630 12:11:55.198657  2379 consensus_queue.cc:260] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.198915  2380 consensus_queue.cc:260] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.202049  2379 ts_tablet_manager.cc:1434] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260630 12:11:55.202997  2379 tablet_bootstrap.cc:492] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561: Bootstrap starting.
I20260630 12:11:55.206146  2378 tablet_bootstrap.cc:654] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:55.208912  2379 tablet_bootstrap.cc:654] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:55.219060  2380 ts_tablet_manager.cc:1434] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: Time spent starting tablet: real 0.025s	user 0.001s	sys 0.005s
I20260630 12:11:55.221444  2380 tablet_bootstrap.cc:492] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763: Bootstrap starting.
I20260630 12:11:55.224210  2379 tablet_bootstrap.cc:492] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561: No bootstrap required, opened a new log
I20260630 12:11:55.224220  2378 tablet_bootstrap.cc:492] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94: No bootstrap required, opened a new log
I20260630 12:11:55.224716  2379 ts_tablet_manager.cc:1403] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.010s
I20260630 12:11:55.224918  2378 ts_tablet_manager.cc:1403] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.012s
I20260630 12:11:55.227634  2380 tablet_bootstrap.cc:654] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:55.227710  2379 raft_consensus.cc:359] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.227931  2378 raft_consensus.cc:359] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.228732  2379 raft_consensus.cc:385] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:55.228791  2378 raft_consensus.cc:385] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:55.229285  2379 raft_consensus.cc:740] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 106b7c00a334472880ab420abb34a561, State: Initialized, Role: FOLLOWER
I20260630 12:11:55.229355  2378 raft_consensus.cc:740] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a1cce46a5ed0481f84f568aa8a54ab94, State: Initialized, Role: FOLLOWER
I20260630 12:11:55.230859  2379 consensus_queue.cc:260] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.231356  2378 consensus_queue.cc:260] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.233079  2379 ts_tablet_manager.cc:1434] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:11:55.236508  2378 ts_tablet_manager.cc:1434] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260630 12:11:55.239920  2380 tablet_bootstrap.cc:492] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763: No bootstrap required, opened a new log
I20260630 12:11:55.240401  2380 ts_tablet_manager.cc:1403] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.005s
I20260630 12:11:55.242908  2380 raft_consensus.cc:359] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.243404  2380 raft_consensus.cc:385] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:55.243631  2380 raft_consensus.cc:740] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14c9942da8134fe2b6f7bc23ae47f763, State: Initialized, Role: FOLLOWER
I20260630 12:11:55.244242  2380 consensus_queue.cc:260] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.246045  2380 ts_tablet_manager.cc:1434] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
W20260630 12:11:55.259109  2359 tablet.cc:2406] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:11:55.339306  2386 raft_consensus.cc:493] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:55.339788  2386 raft_consensus.cc:515] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.341866  2386 leader_election.cc:290] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a1cce46a5ed0481f84f568aa8a54ab94 (127.0.107.194:36301), 106b7c00a334472880ab420abb34a561 (127.0.107.195:34051)
I20260630 12:11:55.353811  2333 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c6d08a2af5d4ff88a890c24f556f97d" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "106b7c00a334472880ab420abb34a561" is_pre_election: true
I20260630 12:11:55.353816  2259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c6d08a2af5d4ff88a890c24f556f97d" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" is_pre_election: true
I20260630 12:11:55.354605  2333 raft_consensus.cc:2468] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 0.
I20260630 12:11:55.354710  2259 raft_consensus.cc:2468] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 0.
I20260630 12:11:55.355703  2147 leader_election.cc:304] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 106b7c00a334472880ab420abb34a561, 14c9942da8134fe2b6f7bc23ae47f763; no voters: 
I20260630 12:11:55.356338  2386 raft_consensus.cc:2804] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:55.356668  2386 raft_consensus.cc:493] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:55.356896  2386 raft_consensus.cc:3060] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:55.361542  2386 raft_consensus.cc:515] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.363209  2386 leader_election.cc:290] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 election: Requested vote from peers a1cce46a5ed0481f84f568aa8a54ab94 (127.0.107.194:36301), 106b7c00a334472880ab420abb34a561 (127.0.107.195:34051)
I20260630 12:11:55.364041  2259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c6d08a2af5d4ff88a890c24f556f97d" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1cce46a5ed0481f84f568aa8a54ab94"
I20260630 12:11:55.364192  2333 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c6d08a2af5d4ff88a890c24f556f97d" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "106b7c00a334472880ab420abb34a561"
I20260630 12:11:55.364494  2259 raft_consensus.cc:3060] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:55.364698  2333 raft_consensus.cc:3060] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:55.369180  2259 raft_consensus.cc:2468] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 1.
I20260630 12:11:55.369233  2333 raft_consensus.cc:2468] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 1.
I20260630 12:11:55.370357  2150 leader_election.cc:304] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14c9942da8134fe2b6f7bc23ae47f763, a1cce46a5ed0481f84f568aa8a54ab94; no voters: 
I20260630 12:11:55.371084  2386 raft_consensus.cc:2804] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:55.372247  2386 raft_consensus.cc:697] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Becoming Leader. State: Replica: 14c9942da8134fe2b6f7bc23ae47f763, State: Running, Role: LEADER
I20260630 12:11:55.372936  2386 consensus_queue.cc:237] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } }
I20260630 12:11:55.380478  2080 catalog_manager.cc:5697] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 reported cstate change: term changed from 0 to 1, leader changed from <none> to 14c9942da8134fe2b6f7bc23ae47f763 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "14c9942da8134fe2b6f7bc23ae47f763" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:55.517961  2386 raft_consensus.cc:493] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:55.518492  2386 raft_consensus.cc:515] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.520294  2386 leader_election.cc:290] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 106b7c00a334472880ab420abb34a561 (127.0.107.195:34051), a1cce46a5ed0481f84f568aa8a54ab94 (127.0.107.194:36301)
I20260630 12:11:55.521307  2333 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "106b7c00a334472880ab420abb34a561" is_pre_election: true
I20260630 12:11:55.521407  2259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" is_pre_election: true
I20260630 12:11:55.521970  2333 raft_consensus.cc:2468] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 0.
I20260630 12:11:55.522102  2259 raft_consensus.cc:2468] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 0.
I20260630 12:11:55.523221  2150 leader_election.cc:304] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14c9942da8134fe2b6f7bc23ae47f763, a1cce46a5ed0481f84f568aa8a54ab94; no voters: 
I20260630 12:11:55.523906  2386 raft_consensus.cc:2804] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:55.524278  2386 raft_consensus.cc:493] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:55.524537  2386 raft_consensus.cc:3060] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:55.529253  2386 raft_consensus.cc:515] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.531423  2386 leader_election.cc:290] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 election: Requested vote from peers 106b7c00a334472880ab420abb34a561 (127.0.107.195:34051), a1cce46a5ed0481f84f568aa8a54ab94 (127.0.107.194:36301)
I20260630 12:11:55.532106  2333 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "106b7c00a334472880ab420abb34a561"
I20260630 12:11:55.532415  2259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473" candidate_uuid: "14c9942da8134fe2b6f7bc23ae47f763" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1cce46a5ed0481f84f568aa8a54ab94"
I20260630 12:11:55.532619  2333 raft_consensus.cc:3060] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:55.532955  2259 raft_consensus.cc:3060] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:55.537087  2259 raft_consensus.cc:2468] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 1.
I20260630 12:11:55.537351  2333 raft_consensus.cc:2468] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14c9942da8134fe2b6f7bc23ae47f763 in term 1.
I20260630 12:11:55.538038  2150 leader_election.cc:304] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14c9942da8134fe2b6f7bc23ae47f763, a1cce46a5ed0481f84f568aa8a54ab94; no voters: 
I20260630 12:11:55.538789  2386 raft_consensus.cc:2804] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:55.539243  2386 raft_consensus.cc:697] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Becoming Leader. State: Replica: 14c9942da8134fe2b6f7bc23ae47f763, State: Running, Role: LEADER
I20260630 12:11:55.539984  2386 consensus_queue.cc:237] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.546846  2080 catalog_manager.cc:5697] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 reported cstate change: term changed from 0 to 1, leader changed from <none> to 14c9942da8134fe2b6f7bc23ae47f763 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "14c9942da8134fe2b6f7bc23ae47f763" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:55.675251  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:55.687186  2184 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473"
dest_uuid: "14c9942da8134fe2b6f7bc23ae47f763"
mode: GRACEFUL
new_leader_uuid: "106b7c00a334472880ab420abb34a561"
 from {username='slave'} at 127.0.0.1:55450
I20260630 12:11:55.687831  2184 raft_consensus.cc:606] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Received request to transfer leadership to TS 106b7c00a334472880ab420abb34a561
I20260630 12:11:55.689004  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:11:55.689350  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:55.849717  2386 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:55.862849  2386 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:55.926167  2386 consensus_queue.cc:1048] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:55.932937  2392 raft_consensus.cc:993] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763: : Instructing follower 106b7c00a334472880ab420abb34a561 to start an election
I20260630 12:11:55.933678  2386 raft_consensus.cc:1081] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Signalling peer 106b7c00a334472880ab420abb34a561 to start an election
I20260630 12:11:55.935858  2332 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473"
dest_uuid: "106b7c00a334472880ab420abb34a561"
 from {username='slave'} at 127.0.0.1:49164
I20260630 12:11:55.937114  2332 raft_consensus.cc:493] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:11:55.937534  2332 raft_consensus.cc:3060] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:55.938886  2386 consensus_queue.cc:1048] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:55.945327  2332 raft_consensus.cc:515] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.948890  2332 leader_election.cc:290] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [CANDIDATE]: Term 2 election: Requested vote from peers a1cce46a5ed0481f84f568aa8a54ab94 (127.0.107.194:36301), 14c9942da8134fe2b6f7bc23ae47f763 (127.0.107.193:34639)
I20260630 12:11:55.964114  2259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473" candidate_uuid: "106b7c00a334472880ab420abb34a561" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a1cce46a5ed0481f84f568aa8a54ab94"
I20260630 12:11:55.964833  2259 raft_consensus.cc:3060] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:55.965654  2184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f16a6a0298d4ac2ac8d9c7e0a210473" candidate_uuid: "106b7c00a334472880ab420abb34a561" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "14c9942da8134fe2b6f7bc23ae47f763"
I20260630 12:11:55.966217  2184 raft_consensus.cc:3055] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:11:55.966517  2184 raft_consensus.cc:740] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 14c9942da8134fe2b6f7bc23ae47f763, State: Running, Role: LEADER
I20260630 12:11:55.967267  2184 consensus_queue.cc:260] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [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: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.968381  2184 raft_consensus.cc:3060] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:55.970317  2259 raft_consensus.cc:2468] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 106b7c00a334472880ab420abb34a561 in term 2.
I20260630 12:11:55.971300  2299 leader_election.cc:304] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [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: 106b7c00a334472880ab420abb34a561, a1cce46a5ed0481f84f568aa8a54ab94; no voters: 
I20260630 12:11:55.972206  2401 raft_consensus.cc:2804] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:55.973567  2401 raft_consensus.cc:697] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 2 LEADER]: Becoming Leader. State: Replica: 106b7c00a334472880ab420abb34a561, State: Running, Role: LEADER
I20260630 12:11:55.974900  2184 raft_consensus.cc:2468] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 106b7c00a334472880ab420abb34a561 in term 2.
I20260630 12:11:55.974551  2401 consensus_queue.cc:237] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [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: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } }
I20260630 12:11:55.980914  2082 catalog_manager.cc:5697] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 reported cstate change: term changed from 1 to 2, leader changed from 14c9942da8134fe2b6f7bc23ae47f763 (127.0.107.193) to 106b7c00a334472880ab420abb34a561 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "106b7c00a334472880ab420abb34a561" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:56.379635  2259 raft_consensus.cc:1275] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 2 FOLLOWER]: Refusing update from remote peer 106b7c00a334472880ab420abb34a561: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:56.381235  2401 consensus_queue.cc:1048] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:56.390054  2184 raft_consensus.cc:1275] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 2 FOLLOWER]: Refusing update from remote peer 106b7c00a334472880ab420abb34a561: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:56.391568  2411 consensus_queue.cc:1048] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:11:57.690282  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:57.692221  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:57.692581  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:59.693512  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:59.695459  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:59.695820  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:01.696720  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:01.698763  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:01.699177  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:03.700315  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:03.702747  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:03.703097  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:05.704015  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:05.705952  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:05.706275  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:06.686388   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:06.694394  2414 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:06.694468  2413 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:06.695706  2416 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:06.699600   431 server_base.cc:1061] running on GCE node
I20260630 12:12:06.701126   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:06.701341   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:06.701692   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821526701668 us; error 0 us; skew 500 ppm
I20260630 12:12:06.702302   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:06.705078   431 webserver.cc:533] Webserver started at http://127.0.107.196:43757/ using document root <none> and password file <none>
I20260630 12:12:06.705718   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:06.705947   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:06.706314   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:06.707809   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "a99f42ba35f94de59750d309766179bf"
format_stamp: "Formatted at 2026-06-30 12:12:06 on dist-test-slave-ctg2"
I20260630 12:12:06.712934   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:06.716467  2421 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:06.717653   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:12:06.717970   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "a99f42ba35f94de59750d309766179bf"
format_stamp: "Formatted at 2026-06-30 12:12:06 on dist-test-slave-ctg2"
I20260630 12:12:06.718279   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-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)
I20260630 12:12:06.734525   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:06.735831   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:06.737315   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:06.739758   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:06.740001   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:06.740239   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:06.740443   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:06.783082   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37769
I20260630 12:12:06.783195  2483 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37769 every 8 connection(s)
I20260630 12:12:06.800408  2484 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37619
I20260630 12:12:06.800870  2484 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:06.801750  2484 heartbeater.cc:507] Master 127.0.107.254:37619 requested a full tablet report, sending...
I20260630 12:12:06.803790  2080 ts_manager.cc:194] Registered new tserver with Master: a99f42ba35f94de59750d309766179bf (127.0.107.196:37769)
I20260630 12:12:06.805338  2080 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38448
I20260630 12:12:07.707317  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:07.709264  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:07.709653  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:07.743494  2184 consensus_queue.cc:237] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [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: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: true } }
I20260630 12:12:07.750831  2332 raft_consensus.cc:1275] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Refusing update from remote peer 14c9942da8134fe2b6f7bc23ae47f763: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:07.752400  2405 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:07.752869  2259 raft_consensus.cc:1275] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Refusing update from remote peer 14c9942da8134fe2b6f7bc23ae47f763: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:07.754513  2491 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:12:07.764113  2491 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a99f42ba35f94de59750d309766179bf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: true } } }
I20260630 12:12:07.765259  2332 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a99f42ba35f94de59750d309766179bf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: true } } }
W20260630 12:12:07.766628  2150 consensus_peers.cc:597] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 -> Peer a99f42ba35f94de59750d309766179bf (127.0.107.196:37769): Couldn't send request to peer a99f42ba35f94de59750d309766179bf. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0c6d08a2af5d4ff88a890c24f556f97d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:07.774323  2259 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a99f42ba35f94de59750d309766179bf (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: true } } }
I20260630 12:12:07.778716  2080 catalog_manager.cc:5697] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 reported cstate change: config changed from index -1 to 2, NON_VOTER a99f42ba35f94de59750d309766179bf (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "14c9942da8134fe2b6f7bc23ae47f763" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:07.807993  2484 heartbeater.cc:499] Master 127.0.107.254:37619 was elected leader, sending a full tablet report...
I20260630 12:12:08.263348  2502 ts_tablet_manager.cc:933] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: Initiating tablet copy from peer 14c9942da8134fe2b6f7bc23ae47f763 (127.0.107.193:34639)
I20260630 12:12:08.264937  2502 tablet_copy_client.cc:323] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:34639
I20260630 12:12:08.276669  2194 tablet_copy_service.cc:140] P 14c9942da8134fe2b6f7bc23ae47f763: Received BeginTabletCopySession request for tablet 0c6d08a2af5d4ff88a890c24f556f97d from peer a99f42ba35f94de59750d309766179bf ({username='slave'} at 127.0.0.1:43780)
I20260630 12:12:08.277263  2194 tablet_copy_service.cc:161] P 14c9942da8134fe2b6f7bc23ae47f763: Beginning new tablet copy session on tablet 0c6d08a2af5d4ff88a890c24f556f97d from peer a99f42ba35f94de59750d309766179bf at {username='slave'} at 127.0.0.1:43780: session id = a99f42ba35f94de59750d309766179bf-0c6d08a2af5d4ff88a890c24f556f97d
I20260630 12:12:08.284992  2194 tablet_copy_source_session.cc:215] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:08.288161  2502 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c6d08a2af5d4ff88a890c24f556f97d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:08.299049  2502 tablet_copy_client.cc:806] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:08.299696  2502 tablet_copy_client.cc:670] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:08.303334  2502 tablet_copy_client.cc:538] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:08.309427  2502 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: Bootstrap starting.
I20260630 12:12:08.323673  2502 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:08.324337  2502 tablet_bootstrap.cc:492] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: Bootstrap complete.
I20260630 12:12:08.324868  2502 ts_tablet_manager.cc:1403] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260630 12:12:08.327025  2502 raft_consensus.cc:359] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: true } }
I20260630 12:12:08.327634  2502 raft_consensus.cc:740] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a99f42ba35f94de59750d309766179bf, State: Initialized, Role: LEARNER
I20260630 12:12:08.328168  2502 consensus_queue.cc:260] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [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: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: true } }
I20260630 12:12:08.330516  2502 ts_tablet_manager.cc:1434] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:12:08.332422  2194 tablet_copy_service.cc:342] P 14c9942da8134fe2b6f7bc23ae47f763: Request end of tablet copy session a99f42ba35f94de59750d309766179bf-0c6d08a2af5d4ff88a890c24f556f97d received from {username='slave'} at 127.0.0.1:43780
I20260630 12:12:08.332885  2194 tablet_copy_service.cc:434] P 14c9942da8134fe2b6f7bc23ae47f763: ending tablet copy session a99f42ba35f94de59750d309766179bf-0c6d08a2af5d4ff88a890c24f556f97d on tablet 0c6d08a2af5d4ff88a890c24f556f97d with peer a99f42ba35f94de59750d309766179bf
I20260630 12:12:08.774277  2459 raft_consensus.cc:1217] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:09.357141  2405 raft_consensus.cc:1064] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: attempting to promote NON_VOTER a99f42ba35f94de59750d309766179bf to VOTER
I20260630 12:12:09.359917  2405 consensus_queue.cc:237] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [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: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } }
I20260630 12:12:09.366490  2459 raft_consensus.cc:1275] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 LEARNER]: Refusing update from remote peer 14c9942da8134fe2b6f7bc23ae47f763: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:09.367609  2332 raft_consensus.cc:1275] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Refusing update from remote peer 14c9942da8134fe2b6f7bc23ae47f763: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:09.368281  2510 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:09.370100  2512 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:12:09.377511  2259 raft_consensus.cc:1275] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Refusing update from remote peer 14c9942da8134fe2b6f7bc23ae47f763: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:09.380118  2510 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:09.383096  2405 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a99f42ba35f94de59750d309766179bf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.385126  2333 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a99f42ba35f94de59750d309766179bf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.399446  2082 catalog_manager.cc:5697] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 reported cstate change: config changed from index 2 to 3, a99f42ba35f94de59750d309766179bf (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "14c9942da8134fe2b6f7bc23ae47f763" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.402323  2459 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a99f42ba35f94de59750d309766179bf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.403065  2259 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a99f42ba35f94de59750d309766179bf (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "106b7c00a334472880ab420abb34a561" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34051 } attrs { replace: true } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.432328  2184 consensus_queue.cc:237] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [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: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } }
I20260630 12:12:09.437026  2459 raft_consensus.cc:1275] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 FOLLOWER]: Refusing update from remote peer 14c9942da8134fe2b6f7bc23ae47f763: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:09.437956  2259 raft_consensus.cc:1275] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Refusing update from remote peer 14c9942da8134fe2b6f7bc23ae47f763: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:09.438757  2405 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:09.439556  2510 consensus_queue.cc:1048] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:09.446314  2510 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 106b7c00a334472880ab420abb34a561 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.448855  2459 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 106b7c00a334472880ab420abb34a561 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.449153  2259 raft_consensus.cc:2955] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 106b7c00a334472880ab420abb34a561 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } } }
I20260630 12:12:09.456840  2067 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 0c6d08a2af5d4ff88a890c24f556f97d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:09.460299  2080 catalog_manager.cc:5697] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 reported cstate change: config changed from index 3 to 4, VOTER 106b7c00a334472880ab420abb34a561 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "14c9942da8134fe2b6f7bc23ae47f763" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "14c9942da8134fe2b6f7bc23ae47f763" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34639 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1cce46a5ed0481f84f568aa8a54ab94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36301 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a99f42ba35f94de59750d309766179bf" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37769 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:09.471035  2322 tablet_service.cc:1558] Processing DeleteTablet for tablet 0c6d08a2af5d4ff88a890c24f556f97d with delete_type TABLET_DATA_TOMBSTONED (TS 106b7c00a334472880ab420abb34a561 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49152
I20260630 12:12:09.473536  2523 tablet_replica.cc:333] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: stopping tablet replica
I20260630 12:12:09.474470  2523 raft_consensus.cc:2243] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:09.475203  2523 raft_consensus.cc:2272] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:09.478571  2523 ts_tablet_manager.cc:1916] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:09.489380  2523 ts_tablet_manager.cc:1929] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:09.489835  2523 log.cc:1199] T 0c6d08a2af5d4ff88a890c24f556f97d P 106b7c00a334472880ab420abb34a561: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821482054927-431-0/minicluster-data/ts-2-root/wals/0c6d08a2af5d4ff88a890c24f556f97d
I20260630 12:12:09.491307  2066 catalog_manager.cc:5028] TS 106b7c00a334472880ab420abb34a561 (127.0.107.195:34051): tablet 0c6d08a2af5d4ff88a890c24f556f97d (table test-workload [id=425bb521923f46fbb98e1990e865d79a]) successfully deleted
I20260630 12:12:09.710804  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:09.712672  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:09.713042  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:11.714423  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:11.717270  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:11.717705  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:13.718883  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:13.721083  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:13.721565  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:15.722622  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:15.724542  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:15.724910  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:17.725987  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:17.728116  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:17.728528  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:19.729413  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:19.731482  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:19.731813  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:12:20.447613  2280 debug-util.cc:398] Leaking SignalData structure 0x7b08000ab4a0 after lost signal to thread 434
W20260630 12:12:20.448554  2280 debug-util.cc:398] Leaking SignalData structure 0x7b08000a4b80 after lost signal to thread 2116
W20260630 12:12:20.449631  2280 debug-util.cc:398] Leaking SignalData structure 0x7b080011db20 after lost signal to thread 2208
W20260630 12:12:20.450440  2280 debug-util.cc:398] Leaking SignalData structure 0x7b08001d7de0 after lost signal to thread 2283
W20260630 12:12:20.451306  2280 debug-util.cc:398] Leaking SignalData structure 0x7b080012fd40 after lost signal to thread 2357
W20260630 12:12:20.452250  2280 debug-util.cc:398] Leaking SignalData structure 0x7b08001523e0 after lost signal to thread 2483
I20260630 12:12:21.732733  2135 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:21.734783  2135 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:21.735124  2135 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:22.489605   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:22.534967   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:22.535982   431 tablet_replica.cc:333] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763: stopping tablet replica
I20260630 12:12:22.537374   431 raft_consensus.cc:2243] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:22.538956   431 raft_consensus.cc:2272] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 14c9942da8134fe2b6f7bc23ae47f763 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:22.543543   431 tablet_replica.cc:333] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763: stopping tablet replica
I20260630 12:12:22.544312   431 raft_consensus.cc:2243] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:22.546320   431 raft_consensus.cc:2272] T 0c6d08a2af5d4ff88a890c24f556f97d P 14c9942da8134fe2b6f7bc23ae47f763 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:22.576645   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:12:22.584554  2297 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34639: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260630 12:12:22.588936  2297 consensus_peers.cc:597] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 -> Peer 14c9942da8134fe2b6f7bc23ae47f763 (127.0.107.193:34639): Couldn't send request to peer 14c9942da8134fe2b6f7bc23ae47f763. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34639: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:22.599303   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:22.628325   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:22.629248   431 tablet_replica.cc:333] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94: stopping tablet replica
I20260630 12:12:22.629949   431 raft_consensus.cc:2243] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:22.630574   431 raft_consensus.cc:2272] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P a1cce46a5ed0481f84f568aa8a54ab94 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:22.632881   431 tablet_replica.cc:333] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94: stopping tablet replica
I20260630 12:12:22.633411   431 raft_consensus.cc:2243] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:22.634469   431 raft_consensus.cc:2272] T 0c6d08a2af5d4ff88a890c24f556f97d P a1cce46a5ed0481f84f568aa8a54ab94 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:12:22.958436  2299 consensus_peers.cc:597] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 -> Peer a1cce46a5ed0481f84f568aa8a54ab94 (127.0.107.194:36301): Couldn't send request to peer a1cce46a5ed0481f84f568aa8a54ab94. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:36301: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:23.057436   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:23.068665   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:23.091941   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:23.092630   431 tablet_replica.cc:333] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561: stopping tablet replica
I20260630 12:12:23.093151   431 raft_consensus.cc:2243] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:23.094141   431 raft_consensus.cc:2272] T 7f16a6a0298d4ac2ac8d9c7e0a210473 P 106b7c00a334472880ab420abb34a561 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:23.115867   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:23.129422   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:12:23.154235   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:23.154910   431 tablet_replica.cc:333] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf: stopping tablet replica
I20260630 12:12:23.155472   431 raft_consensus.cc:2243] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:23.156253   431 raft_consensus.cc:2272] T 0c6d08a2af5d4ff88a890c24f556f97d P a99f42ba35f94de59750d309766179bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:23.175213   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:12:23.184891   431 master.cc:562] Master@127.0.107.254:37619 shutting down...
I20260630 12:12:23.201380   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:23.202087   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:23.202436   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a6ab0930b3884496a129bd564036afef: stopping tablet replica
I20260630 12:12:23.222668   431 master.cc:584] Master@127.0.107.254:37619 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (29720 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:12:23.260032   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40437
I20260630 12:12:23.261137   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:23.267263  2531 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.267263  2530 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.267863  2533 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:23.268528   431 server_base.cc:1061] running on GCE node
I20260630 12:12:23.269549   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:23.269846   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:23.270015   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821543269981 us; error 0 us; skew 500 ppm
I20260630 12:12:23.270529   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:23.273209   431 webserver.cc:533] Webserver started at http://127.0.107.254:42477/ using document root <none> and password file <none>
I20260630 12:12:23.273803   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:23.274093   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:23.274405   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:23.275574   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "d8279d965bfb4722a819000a437511c7"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-ctg2"
I20260630 12:12:23.280138   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:12:23.284665  2538 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.285516   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:12:23.286099   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "d8279d965bfb4722a819000a437511c7"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-ctg2"
I20260630 12:12:23.286424   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821482054927-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)
I20260630 12:12:23.311789   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:23.313014   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:23.350666   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40437
I20260630 12:12:23.350759  2589 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40437 every 8 connection(s)
I20260630 12:12:23.354535  2590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:23.364549  2590 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7: Bootstrap starting.
I20260630 12:12:23.368973  2590 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:23.373097  2590 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7: No bootstrap required, opened a new log
I20260630 12:12:23.375216  2590 raft_consensus.cc:359] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d8279d965bfb4722a819000a437511c7" member_type: VOTER }
I20260630 12:12:23.375641  2590 raft_consensus.cc:385] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:23.375902  2590 raft_consensus.cc:740] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8279d965bfb4722a819000a437511c7, State: Initialized, Role: FOLLOWER
I20260630 12:12:23.376825  2590 consensus_queue.cc:260] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d8279d965bfb4722a819000a437511c7" member_type: VOTER }
I20260630 12:12:23.377446  2590 raft_consensus.cc:399] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:23.377743  2590 raft_consensus.cc:493] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:23.378106  2590 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:23.382704  2590 raft_consensus.cc:515] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d8279d965bfb4722a819000a437511c7" member_type: VOTER }
I20260630 12:12:23.383280  2590 leader_election.cc:304] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [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: d8279d965bfb4722a819000a437511c7; no voters: 
I20260630 12:12:23.384466  2590 leader_election.cc:290] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:23.384824  2593 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:23.386379  2593 raft_consensus.cc:697] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 1 LEADER]: Becoming Leader. State: Replica: d8279d965bfb4722a819000a437511c7, State: Running, Role: LEADER
I20260630 12:12:23.387221  2593 consensus_queue.cc:237] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [LEADER]: Queue going to LEADER mode. State: All 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: "d8279d965bfb4722a819000a437511c7" member_type: VOTER }
I20260630 12:12:23.387748  2590 sys_catalog.cc:565] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:23.392894  2594 sys_catalog.cc:455] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d8279d965bfb4722a819000a437511c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d8279d965bfb4722a819000a437511c7" member_type: VOTER } }
I20260630 12:12:23.393685  2594 sys_catalog.cc:458] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:23.393061  2595 sys_catalog.cc:455] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d8279d965bfb4722a819000a437511c7. Latest consensus state: current_term: 1 leader_uuid: "d8279d965bfb4722a819000a437511c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d8279d965bfb4722a819000a437511c7" member_type: VOTER } }
I20260630 12:12:23.394605  2595 sys_catalog.cc:458] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:23.395896  2600 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:23.405222  2600 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:23.406363   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:23.415129  2600 catalog_manager.cc:1383] Generated new cluster ID: 41ec23f745c54323966b583ec57293a7
I20260630 12:12:23.415441  2600 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:23.457285  2600 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:23.458563  2600 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:23.473714  2600 catalog_manager.cc:6070] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7: Generated new TSK 0
I20260630 12:12:23.474294  2600 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:23.536010   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000194475s
W20260630 12:12:28.252833  2586 debug-util.cc:398] Leaking SignalData structure 0x7b08000cc880 after lost signal to thread 434
W20260630 12:12:28.253801  2586 debug-util.cc:398] Leaking SignalData structure 0x7b0800199de0 after lost signal to thread 2589
I20260630 12:12:35.658347   431 master.cc:562] Master@127.0.107.254:40437 shutting down...
I20260630 12:12:35.681874   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:35.682646   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:35.683025   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d8279d965bfb4722a819000a437511c7: stopping tablet replica
I20260630 12:12:35.718492   431 master.cc:584] Master@127.0.107.254:40437 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12490 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:12:35.750422   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35667
I20260630 12:12:35.751519   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:35.757385  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
W20260630 12:12:35.757547  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
W20260630 12:12:35.758286  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
I20260630 12:12:35.758836   431 server_base.cc:1061] running on GCE node
I20260630 12:12:35.760905   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:35.761114   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:35.761269   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821555761253 us; error 0 us; skew 500 ppm
I20260630 12:12:35.761845   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:35.764176   431 webserver.cc:533] Webserver started at http://127.0.107.254:43527/ using document root <none> and password file <none>
I20260630 12:12:35.764674   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:35.764885   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:35.765173   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:35.766384   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9"
format_stamp: "Formatted at 2026-06-30 12:12:35 on dist-test-slave-ctg2"
I20260630 12:12:35.770874   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:35.774197  2621 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:35.775233   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:35.775478   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9"
format_stamp: "Formatted at 2026-06-30 12:12:35 on dist-test-slave-ctg2"
I20260630 12:12:35.775722   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-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)
I20260630 12:12:35.797108   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:35.798391   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:35.839620   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35667
I20260630 12:12:35.839702  2672 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35667 every 8 connection(s)
I20260630 12:12:35.843976  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
I20260630 12:12:35.854708  2673 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9: Bootstrap starting.
I20260630 12:12:35.859431  2673 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:35.863986  2673 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9: No bootstrap required, opened a new log
I20260630 12:12:35.866194  2673 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9" member_type: VOTER }
I20260630 12:12:35.866660  2673 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:35.866910  2673 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4ddddaf8e9844060bd72f10b2aa0bdb9, State: Initialized, Role: FOLLOWER
I20260630 12:12:35.867475  2673 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4ddddaf8e9844060bd72f10b2aa0bdb9" member_type: VOTER }
I20260630 12:12:35.867971  2673 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:35.868201  2673 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:35.868517  2673 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:35.872797  2673 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9" member_type: VOTER }
I20260630 12:12:35.873293  2673 leader_election.cc:304] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [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: 4ddddaf8e9844060bd72f10b2aa0bdb9; no voters: 
I20260630 12:12:35.874429  2673 leader_election.cc:290] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:35.874742  2676 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:35.876029  2676 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 1 LEADER]: Becoming Leader. State: Replica: 4ddddaf8e9844060bd72f10b2aa0bdb9, State: Running, Role: LEADER
I20260630 12:12:35.876704  2676 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [LEADER]: Queue going to LEADER mode. State: All 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: "4ddddaf8e9844060bd72f10b2aa0bdb9" member_type: VOTER }
I20260630 12:12:35.877493  2673 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:35.879949  2677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9" member_type: VOTER } }
I20260630 12:12:35.880060  2678 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4ddddaf8e9844060bd72f10b2aa0bdb9. Latest consensus state: current_term: 1 leader_uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ddddaf8e9844060bd72f10b2aa0bdb9" member_type: VOTER } }
I20260630 12:12:35.880710  2678 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:35.882827  2677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:35.884305  2682 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:35.890245  2682 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:35.893927   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:35.901624  2682 catalog_manager.cc:1383] Generated new cluster ID: be150d5214354ad2b9be8706798254f0
I20260630 12:12:35.901911  2682 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:35.921465  2682 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:35.922976  2682 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:35.942201  2682 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9: Generated new TSK 0
I20260630 12:12:35.942782  2682 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:35.964331   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:35.970707  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
W20260630 12:12:35.971549  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
W20260630 12:12:35.973346  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
I20260630 12:12:35.974121   431 server_base.cc:1061] running on GCE node
I20260630 12:12:35.974941   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:35.975123   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:35.975245   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821555975234 us; error 0 us; skew 500 ppm
I20260630 12:12:35.975674   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:35.977922   431 webserver.cc:533] Webserver started at http://127.0.107.193:37461/ using document root <none> and password file <none>
I20260630 12:12:35.978349   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:35.978506   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:35.978710   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:35.980046   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "5a5cbdfdefcd418e9185b8bc3a3d3389"
format_stamp: "Formatted at 2026-06-30 12:12:35 on dist-test-slave-ctg2"
I20260630 12:12:35.984364   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:12:35.987733  2702 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:35.988575   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:35.988828   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "5a5cbdfdefcd418e9185b8bc3a3d3389"
format_stamp: "Formatted at 2026-06-30 12:12:35 on dist-test-slave-ctg2"
I20260630 12:12:35.989058   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-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)
I20260630 12:12:35.999923   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:36.001039   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:36.002521   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:36.004765   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:36.004933   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:36.005232   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:36.005393   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:36.045409   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38911
I20260630 12:12:36.045495  2764 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38911 every 8 connection(s)
I20260630 12:12:36.050532   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:36.058629  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
W20260630 12:12:36.059929  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
W20260630 12:12:36.064731  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
I20260630 12:12:36.064845   431 server_base.cc:1061] running on GCE node
I20260630 12:12:36.065915   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:36.066138   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:36.066327   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821556066294 us; error 0 us; skew 500 ppm
I20260630 12:12:36.066872   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:36.069789   431 webserver.cc:533] Webserver started at http://127.0.107.194:43487/ using document root <none> and password file <none>
I20260630 12:12:36.070358   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:36.070582   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:36.070852   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:36.071887  2765 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35667
I20260630 12:12:36.072235  2765 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:36.072293   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "ee466c818a4d467ab8b7fdac9c0e0a84"
format_stamp: "Formatted at 2026-06-30 12:12:36 on dist-test-slave-ctg2"
I20260630 12:12:36.073074  2765 heartbeater.cc:507] Master 127.0.107.254:35667 requested a full tablet report, sending...
I20260630 12:12:36.075325  2638 ts_manager.cc:194] Registered new tserver with Master: 5a5cbdfdefcd418e9185b8bc3a3d3389 (127.0.107.193:38911)
I20260630 12:12:36.077765  2638 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60690
I20260630 12:12:36.078140   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:12:36.081892  2777 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:36.082674   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:36.082990   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "ee466c818a4d467ab8b7fdac9c0e0a84"
format_stamp: "Formatted at 2026-06-30 12:12:36 on dist-test-slave-ctg2"
I20260630 12:12:36.083279   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-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)
I20260630 12:12:36.094944   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:36.096123   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:36.097636   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:36.099792   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:36.100021   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:36.100251   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:36.100421   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:36.142115   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35431
I20260630 12:12:36.142202  2839 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35431 every 8 connection(s)
I20260630 12:12:36.146898   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:36.153620  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
W20260630 12:12:36.156208  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
I20260630 12:12:36.158100   431 server_base.cc:1061] running on GCE node
W20260630 12:12:36.159687  2846 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:36.160295  2840 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35667
I20260630 12:12:36.160893  2840 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:36.161216   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:36.161548   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:36.161803   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821556161783 us; error 0 us; skew 500 ppm
I20260630 12:12:36.161929  2840 heartbeater.cc:507] Master 127.0.107.254:35667 requested a full tablet report, sending...
I20260630 12:12:36.162652   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:36.164712  2638 ts_manager.cc:194] Registered new tserver with Master: ee466c818a4d467ab8b7fdac9c0e0a84 (127.0.107.194:35431)
I20260630 12:12:36.166040   431 webserver.cc:533] Webserver started at http://127.0.107.195:40067/ using document root <none> and password file <none>
I20260630 12:12:36.166724   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:36.166878  2638 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60694
I20260630 12:12:36.167013   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:36.167523   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:36.169024   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "7f5019589a604954aff8066ed0c66a83"
format_stamp: "Formatted at 2026-06-30 12:12:36 on dist-test-slave-ctg2"
I20260630 12:12:36.174074   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:12:36.177866  2851 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:36.178668   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:12:36.179098   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "7f5019589a604954aff8066ed0c66a83"
format_stamp: "Formatted at 2026-06-30 12:12:36 on dist-test-slave-ctg2"
I20260630 12:12:36.179371   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821482054927-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)
I20260630 12:12:36.215536   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:36.216884   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:36.218501   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:36.220916   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:36.221175   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:36.221446   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:36.221658   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:12:36.263777   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38591
I20260630 12:12:36.263849  2913 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38591 every 8 connection(s)
I20260630 12:12:36.278903  2914 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35667
I20260630 12:12:36.279270  2914 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:36.280121  2914 heartbeater.cc:507] Master 127.0.107.254:35667 requested a full tablet report, sending...
I20260630 12:12:36.282131  2638 ts_manager.cc:194] Registered new tserver with Master: 7f5019589a604954aff8066ed0c66a83 (127.0.107.195:38591)
I20260630 12:12:36.282994   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016040899s
I20260630 12:12:36.283806  2638 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60700
I20260630 12:12:37.080596  2765 heartbeater.cc:499] Master 127.0.107.254:35667 was elected leader, sending a full tablet report...
I20260630 12:12:37.169689  2840 heartbeater.cc:499] Master 127.0.107.254:35667 was elected leader, sending a full tablet report...
I20260630 12:12:37.286540  2914 heartbeater.cc:499] Master 127.0.107.254:35667 was elected leader, sending a full tablet report...
I20260630 12:12:37.893620  2691 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:39.894445  2691 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:41.895676  2691 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:43.896953  2691 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:45.898310  2691 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:47.899541  2691 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:48.378193   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:48.403403   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:48.420939   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:48.430704   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:48.450793   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:48.467165   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:48.476485   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:48.497193   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:48.512846   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:48.521457   431 master.cc:562] Master@127.0.107.254:35667 shutting down...
I20260630 12:12:48.538404   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:48.539110   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:48.539410   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4ddddaf8e9844060bd72f10b2aa0bdb9: stopping tablet replica
I20260630 12:12:48.557129   431 master.cc:584] Master@127.0.107.254:35667 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12836 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:12:48.590004   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38595
I20260630 12:12:48.591161   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:48.596242  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
W20260630 12:12:48.597570  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
W20260630 12:12:48.598196  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
I20260630 12:12:48.598368   431 server_base.cc:1061] running on GCE node
I20260630 12:12:48.599195   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:48.599403   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:48.599552   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821568599536 us; error 0 us; skew 500 ppm
I20260630 12:12:48.600040   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:48.602316   431 webserver.cc:533] Webserver started at http://127.0.107.254:40861/ using document root <none> and password file <none>
I20260630 12:12:48.602825   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:48.603031   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:48.603308   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:48.604440   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "269632b7072342f88b85fc3b6b2b909a"
format_stamp: "Formatted at 2026-06-30 12:12:48 on dist-test-slave-ctg2"
I20260630 12:12:48.608851   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:48.612088  2927 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:48.612973   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:48.613201   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "269632b7072342f88b85fc3b6b2b909a"
format_stamp: "Formatted at 2026-06-30 12:12:48 on dist-test-slave-ctg2"
I20260630 12:12:48.613430   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-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)
I20260630 12:12:48.640724   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:48.641952   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:48.679044   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38595
I20260630 12:12:48.679155  2978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38595 every 8 connection(s)
I20260630 12:12:48.683099  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
I20260630 12:12:48.695298  2979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a: Bootstrap starting.
I20260630 12:12:48.700281  2979 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:48.704721  2979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a: No bootstrap required, opened a new log
I20260630 12:12:48.706940  2979 raft_consensus.cc:359] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "269632b7072342f88b85fc3b6b2b909a" member_type: VOTER }
I20260630 12:12:48.707365  2979 raft_consensus.cc:385] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:48.707656  2979 raft_consensus.cc:740] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 269632b7072342f88b85fc3b6b2b909a, State: Initialized, Role: FOLLOWER
I20260630 12:12:48.708216  2979 consensus_queue.cc:260] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "269632b7072342f88b85fc3b6b2b909a" member_type: VOTER }
I20260630 12:12:48.708688  2979 raft_consensus.cc:399] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:48.708909  2979 raft_consensus.cc:493] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:48.709187  2979 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:48.713518  2979 raft_consensus.cc:515] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "269632b7072342f88b85fc3b6b2b909a" member_type: VOTER }
I20260630 12:12:48.714092  2979 leader_election.cc:304] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [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: 269632b7072342f88b85fc3b6b2b909a; no voters: 
I20260630 12:12:48.715209  2979 leader_election.cc:290] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:48.715683  2982 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:48.716919  2982 raft_consensus.cc:697] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 1 LEADER]: Becoming Leader. State: Replica: 269632b7072342f88b85fc3b6b2b909a, State: Running, Role: LEADER
I20260630 12:12:48.717653  2982 consensus_queue.cc:237] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [LEADER]: Queue going to LEADER mode. State: All 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: "269632b7072342f88b85fc3b6b2b909a" member_type: VOTER }
I20260630 12:12:48.718277  2979 sys_catalog.cc:565] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:48.720646  2984 sys_catalog.cc:455] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 269632b7072342f88b85fc3b6b2b909a. Latest consensus state: current_term: 1 leader_uuid: "269632b7072342f88b85fc3b6b2b909a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "269632b7072342f88b85fc3b6b2b909a" member_type: VOTER } }
I20260630 12:12:48.720613  2983 sys_catalog.cc:455] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "269632b7072342f88b85fc3b6b2b909a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "269632b7072342f88b85fc3b6b2b909a" member_type: VOTER } }
I20260630 12:12:48.721297  2984 sys_catalog.cc:458] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:48.721395  2983 sys_catalog.cc:458] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:48.729919  2987 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:48.735059  2987 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:48.736075   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:48.743755  2987 catalog_manager.cc:1383] Generated new cluster ID: b6251c4c1b1a454d81b3d86800f7f8b4
I20260630 12:12:48.744024  2987 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:48.787866  2987 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:48.789060  2987 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:48.800210  2987 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a: Generated new TSK 0
I20260630 12:12:48.800791  2987 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:48.867127   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:48.873459  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
W20260630 12:12:48.874356  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
W20260630 12:12:48.875996  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
I20260630 12:12:48.876394   431 server_base.cc:1061] running on GCE node
I20260630 12:12:48.877259   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:48.877472   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:48.877666   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821568877647 us; error 0 us; skew 500 ppm
I20260630 12:12:48.878167   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:48.880564   431 webserver.cc:533] Webserver started at http://127.0.107.193:38975/ using document root <none> and password file <none>
I20260630 12:12:48.881065   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:48.881268   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:48.881533   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:48.882643   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "775523ef049d4a45aa2de17138eb6900"
format_stamp: "Formatted at 2026-06-30 12:12:48 on dist-test-slave-ctg2"
I20260630 12:12:48.887045   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:48.890105  3008 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:48.890828   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:48.891112   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "775523ef049d4a45aa2de17138eb6900"
format_stamp: "Formatted at 2026-06-30 12:12:48 on dist-test-slave-ctg2"
I20260630 12:12:48.891400   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-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)
I20260630 12:12:48.910679   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:48.911861   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:48.913357   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:48.915748   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:48.915963   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:48.916208   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:48.916392   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:48.955070   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36999
I20260630 12:12:48.955165  3070 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36999 every 8 connection(s)
I20260630 12:12:48.960023   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:48.967485  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
W20260630 12:12:48.967965  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
W20260630 12:12:48.971803  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
I20260630 12:12:48.971865   431 server_base.cc:1061] running on GCE node
I20260630 12:12:48.972882   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:48.973110   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:48.973291   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821568973273 us; error 0 us; skew 500 ppm
I20260630 12:12:48.973863   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:48.976440   431 webserver.cc:533] Webserver started at http://127.0.107.194:34831/ using document root <none> and password file <none>
I20260630 12:12:48.977044   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:48.977294   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:48.977630   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:48.978255  3071 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38595
I20260630 12:12:48.978626  3071 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:48.979028   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "dfe617172d6c457ab90aac0c5ce9ebe8"
format_stamp: "Formatted at 2026-06-30 12:12:48 on dist-test-slave-ctg2"
I20260630 12:12:48.979507  3071 heartbeater.cc:507] Master 127.0.107.254:38595 requested a full tablet report, sending...
I20260630 12:12:48.981454  2944 ts_manager.cc:194] Registered new tserver with Master: 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999)
I20260630 12:12:48.983598  2944 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33880
I20260630 12:12:48.983997   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:12:48.987458  3083 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:48.988309   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:12:48.988579   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "dfe617172d6c457ab90aac0c5ce9ebe8"
format_stamp: "Formatted at 2026-06-30 12:12:48 on dist-test-slave-ctg2"
I20260630 12:12:48.988862   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-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)
I20260630 12:12:49.003554   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:49.004652   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:49.006132   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:49.008324   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:49.008550   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:49.008797   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:49.008965   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:49.047640   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35913
I20260630 12:12:49.047737  3145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35913 every 8 connection(s)
I20260630 12:12:49.052174   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:49.058424  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
W20260630 12:12:49.059494  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
W20260630 12:12:49.062539  3153 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:49.062820   431 server_base.cc:1061] running on GCE node
I20260630 12:12:49.063663  3146 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38595
I20260630 12:12:49.063818   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:12:49.064051  3146 heartbeater.cc:461] Registering TS with master...
W20260630 12:12:49.064121   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:49.064538   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821569064512 us; error 0 us; skew 500 ppm
I20260630 12:12:49.065088   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:49.065035  3146 heartbeater.cc:507] Master 127.0.107.254:38595 requested a full tablet report, sending...
I20260630 12:12:49.067513  2944 ts_manager.cc:194] Registered new tserver with Master: dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913)
I20260630 12:12:49.068192   431 webserver.cc:533] Webserver started at http://127.0.107.195:33681/ using document root <none> and password file <none>
I20260630 12:12:49.068825   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:49.069053   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:49.069346   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:49.069383  2944 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33896
I20260630 12:12:49.070950   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "78c2aae63443435b8853d048191943e9"
format_stamp: "Formatted at 2026-06-30 12:12:49 on dist-test-slave-ctg2"
I20260630 12:12:49.075645   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:12:49.078796  3157 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:49.079681   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:49.079993   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "78c2aae63443435b8853d048191943e9"
format_stamp: "Formatted at 2026-06-30 12:12:49 on dist-test-slave-ctg2"
I20260630 12:12:49.080235   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821482054927-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)
I20260630 12:12:49.103448   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:49.104568   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:49.106009   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:49.108134   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:49.108328   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:49.108584   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:49.108758   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:49.151597   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43365
I20260630 12:12:49.151775  3219 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43365 every 8 connection(s)
I20260630 12:12:49.165081  3220 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38595
I20260630 12:12:49.165481  3220 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:49.166244  3220 heartbeater.cc:507] Master 127.0.107.254:38595 requested a full tablet report, sending...
I20260630 12:12:49.168224  2944 ts_manager.cc:194] Registered new tserver with Master: 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365)
I20260630 12:12:49.169005   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014279726s
I20260630 12:12:49.169528  2944 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33904
I20260630 12:12:49.986245  3071 heartbeater.cc:499] Master 127.0.107.254:38595 was elected leader, sending a full tablet report...
I20260630 12:12:50.072367  3146 heartbeater.cc:499] Master 127.0.107.254:38595 was elected leader, sending a full tablet report...
I20260630 12:12:50.171918  3220 heartbeater.cc:499] Master 127.0.107.254:38595 was elected leader, sending a full tablet report...
I20260630 12:12:50.223814  2944 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33912:
name: "range_aware_auto_rebalancer_test"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 2
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:12:50.226454  2944 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_auto_rebalancer_test in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:12:50.296962  3185 tablet_service.cc:1511] Processing CreateTablet for tablet 7d7568f1f85c43598ea76169b3005cc0 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:50.298523  3185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d7568f1f85c43598ea76169b3005cc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.299430  3184 tablet_service.cc:1511] Processing CreateTablet for tablet eaeae394a1f746a3a985f5f3de42d644 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:50.300873  3184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaeae394a1f746a3a985f5f3de42d644. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.304764  3036 tablet_service.cc:1511] Processing CreateTablet for tablet 7d7568f1f85c43598ea76169b3005cc0 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:50.306350  3036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d7568f1f85c43598ea76169b3005cc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.306044  3035 tablet_service.cc:1511] Processing CreateTablet for tablet eaeae394a1f746a3a985f5f3de42d644 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:50.307700  3035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaeae394a1f746a3a985f5f3de42d644. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.310547  3034 tablet_service.cc:1511] Processing CreateTablet for tablet 16e4c383adbf481cb4bba7d5c2318c8c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:50.311896  3034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16e4c383adbf481cb4bba7d5c2318c8c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.313736  3033 tablet_service.cc:1511] Processing CreateTablet for tablet 0220fde2f1bc4ca7ad3a90ee02629f63 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:50.315136  3033 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0220fde2f1bc4ca7ad3a90ee02629f63. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.324457  3240 tablet_bootstrap.cc:492] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9: Bootstrap starting.
I20260630 12:12:50.331879  3241 tablet_bootstrap.cc:492] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: Bootstrap starting.
I20260630 12:12:50.332535  3240 tablet_bootstrap.cc:654] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.339395  3241 tablet_bootstrap.cc:654] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.344537  3240 tablet_bootstrap.cc:492] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9: No bootstrap required, opened a new log
I20260630 12:12:50.346318  3184 tablet_service.cc:1511] Processing CreateTablet for tablet 16e4c383adbf481cb4bba7d5c2318c8c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:50.348097  3184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16e4c383adbf481cb4bba7d5c2318c8c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.349684  3111 tablet_service.cc:1511] Processing CreateTablet for tablet 7d7568f1f85c43598ea76169b3005cc0 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:50.349855  3108 tablet_service.cc:1511] Processing CreateTablet for tablet 0220fde2f1bc4ca7ad3a90ee02629f63 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:50.350651  3109 tablet_service.cc:1511] Processing CreateTablet for tablet 16e4c383adbf481cb4bba7d5c2318c8c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:50.351243  3111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d7568f1f85c43598ea76169b3005cc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.351882  3108 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0220fde2f1bc4ca7ad3a90ee02629f63. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.351984  3110 tablet_service.cc:1511] Processing CreateTablet for tablet eaeae394a1f746a3a985f5f3de42d644 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:50.353377  3110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaeae394a1f746a3a985f5f3de42d644. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.353281  3183 tablet_service.cc:1511] Processing CreateTablet for tablet 0220fde2f1bc4ca7ad3a90ee02629f63 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=e98d90cbf05b42b399b2c77fcfc44c56]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:50.354673  3183 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0220fde2f1bc4ca7ad3a90ee02629f63. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.357941  3109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16e4c383adbf481cb4bba7d5c2318c8c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.345078  3240 ts_tablet_manager.cc:1403] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260630 12:12:50.368716  3240 raft_consensus.cc:359] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.369449  3240 raft_consensus.cc:385] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.369756  3240 raft_consensus.cc:740] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78c2aae63443435b8853d048191943e9, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.370502  3240 consensus_queue.cc:260] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.375408  3244 tablet_bootstrap.cc:492] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8: Bootstrap starting.
I20260630 12:12:50.386979  3244 tablet_bootstrap.cc:654] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.415899  3244 tablet_bootstrap.cc:492] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8: No bootstrap required, opened a new log
I20260630 12:12:50.416524  3244 ts_tablet_manager.cc:1403] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent bootstrapping tablet: real 0.041s	user 0.013s	sys 0.005s
I20260630 12:12:50.419657  3244 raft_consensus.cc:359] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.420591  3244 raft_consensus.cc:385] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.420970  3244 raft_consensus.cc:740] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfe617172d6c457ab90aac0c5ce9ebe8, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.421967  3244 consensus_queue.cc:260] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.456926  3244 ts_tablet_manager.cc:1434] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent starting tablet: real 0.040s	user 0.007s	sys 0.006s
I20260630 12:12:50.468456  3244 tablet_bootstrap.cc:492] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8: Bootstrap starting.
I20260630 12:12:50.475422  3244 tablet_bootstrap.cc:654] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.485401  3240 ts_tablet_manager.cc:1434] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9: Time spent starting tablet: real 0.119s	user 0.028s	sys 0.022s
I20260630 12:12:50.486618  3241 tablet_bootstrap.cc:492] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: No bootstrap required, opened a new log
I20260630 12:12:50.488291  3241 ts_tablet_manager.cc:1403] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: Time spent bootstrapping tablet: real 0.157s	user 0.042s	sys 0.082s
I20260630 12:12:50.492156  3241 raft_consensus.cc:359] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.493345  3241 raft_consensus.cc:385] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.493940  3241 raft_consensus.cc:740] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 775523ef049d4a45aa2de17138eb6900, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.495064  3241 consensus_queue.cc:260] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.496090  3240 tablet_bootstrap.cc:492] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9: Bootstrap starting.
I20260630 12:12:50.504935  3240 tablet_bootstrap.cc:654] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.515493  3241 ts_tablet_manager.cc:1434] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: Time spent starting tablet: real 0.027s	user 0.011s	sys 0.014s
I20260630 12:12:50.516809  3241 tablet_bootstrap.cc:492] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: Bootstrap starting.
W20260630 12:12:50.570978  3147 tablet.cc:2406] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:12:50.589766  3240 tablet_bootstrap.cc:492] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9: No bootstrap required, opened a new log
I20260630 12:12:50.590339  3240 ts_tablet_manager.cc:1403] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9: Time spent bootstrapping tablet: real 0.095s	user 0.019s	sys 0.002s
I20260630 12:12:50.593396  3240 raft_consensus.cc:359] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.594161  3240 raft_consensus.cc:385] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.594498  3240 raft_consensus.cc:740] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78c2aae63443435b8853d048191943e9, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.595023  3241 tablet_bootstrap.cc:654] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.595448  3240 consensus_queue.cc:260] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.597790  3240 ts_tablet_manager.cc:1434] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260630 12:12:50.598914  3240 tablet_bootstrap.cc:492] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9: Bootstrap starting.
I20260630 12:12:50.600950  3241 tablet_bootstrap.cc:492] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: No bootstrap required, opened a new log
I20260630 12:12:50.601517  3241 ts_tablet_manager.cc:1403] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: Time spent bootstrapping tablet: real 0.085s	user 0.012s	sys 0.004s
I20260630 12:12:50.605125  3240 tablet_bootstrap.cc:654] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.604749  3241 raft_consensus.cc:359] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.605607  3241 raft_consensus.cc:385] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.605932  3241 raft_consensus.cc:740] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 775523ef049d4a45aa2de17138eb6900, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.606832  3241 consensus_queue.cc:260] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.610201  3241 ts_tablet_manager.cc:1434] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:12:50.611449  3241 tablet_bootstrap.cc:492] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900: Bootstrap starting.
I20260630 12:12:50.619648  3241 tablet_bootstrap.cc:654] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.622810  3240 tablet_bootstrap.cc:492] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9: No bootstrap required, opened a new log
I20260630 12:12:50.623435  3240 ts_tablet_manager.cc:1403] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.006s
I20260630 12:12:50.626242  3240 raft_consensus.cc:359] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.627041  3240 raft_consensus.cc:385] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.627377  3240 raft_consensus.cc:740] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78c2aae63443435b8853d048191943e9, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.628118  3240 consensus_queue.cc:260] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.630363  3240 ts_tablet_manager.cc:1434] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:50.631455  3240 tablet_bootstrap.cc:492] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9: Bootstrap starting.
I20260630 12:12:50.637631  3240 tablet_bootstrap.cc:654] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.638634  3244 tablet_bootstrap.cc:492] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8: No bootstrap required, opened a new log
I20260630 12:12:50.639195  3244 ts_tablet_manager.cc:1403] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent bootstrapping tablet: real 0.171s	user 0.010s	sys 0.014s
I20260630 12:12:50.642966  3241 tablet_bootstrap.cc:492] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900: No bootstrap required, opened a new log
I20260630 12:12:50.642724  3244 raft_consensus.cc:359] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.643754  3244 raft_consensus.cc:385] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.644142  3244 raft_consensus.cc:740] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfe617172d6c457ab90aac0c5ce9ebe8, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.643453  3241 ts_tablet_manager.cc:1403] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900: Time spent bootstrapping tablet: real 0.032s	user 0.025s	sys 0.003s
I20260630 12:12:50.647799  3240 tablet_bootstrap.cc:492] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9: No bootstrap required, opened a new log
I20260630 12:12:50.645146  3244 consensus_queue.cc:260] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.648293  3240 ts_tablet_manager.cc:1403] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.007s
I20260630 12:12:50.648213  3241 raft_consensus.cc:359] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.649017  3241 raft_consensus.cc:385] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.649345  3241 raft_consensus.cc:740] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 775523ef049d4a45aa2de17138eb6900, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.649993  3244 ts_tablet_manager.cc:1434] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.003s
I20260630 12:12:50.650228  3241 consensus_queue.cc:260] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.651026  3244 tablet_bootstrap.cc:492] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8: Bootstrap starting.
I20260630 12:12:50.651211  3240 raft_consensus.cc:359] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.651947  3240 raft_consensus.cc:385] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.652259  3240 raft_consensus.cc:740] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78c2aae63443435b8853d048191943e9, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.652403  3241 ts_tablet_manager.cc:1434] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:12:50.653388  3241 tablet_bootstrap.cc:492] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900: Bootstrap starting.
I20260630 12:12:50.653083  3240 consensus_queue.cc:260] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.658756  3240 ts_tablet_manager.cc:1434] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:12:50.659505  3244 tablet_bootstrap.cc:654] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.659533  3241 tablet_bootstrap.cc:654] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.670102  3244 tablet_bootstrap.cc:492] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8: No bootstrap required, opened a new log
I20260630 12:12:50.670639  3244 ts_tablet_manager.cc:1403] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.002s
I20260630 12:12:50.671590  3241 tablet_bootstrap.cc:492] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900: No bootstrap required, opened a new log
I20260630 12:12:50.672010  3241 ts_tablet_manager.cc:1403] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.008s
I20260630 12:12:50.672880  3244 raft_consensus.cc:359] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.673408  3244 raft_consensus.cc:385] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.673703  3244 raft_consensus.cc:740] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfe617172d6c457ab90aac0c5ce9ebe8, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.674170  3241 raft_consensus.cc:359] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.674288  3244 consensus_queue.cc:260] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.674823  3241 raft_consensus.cc:385] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.675189  3241 raft_consensus.cc:740] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 775523ef049d4a45aa2de17138eb6900, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.676201  3244 ts_tablet_manager.cc:1434] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:12:50.675977  3241 consensus_queue.cc:260] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.677106  3244 tablet_bootstrap.cc:492] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8: Bootstrap starting.
I20260630 12:12:50.678133  3241 ts_tablet_manager.cc:1434] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.004s
I20260630 12:12:50.683848  3244 tablet_bootstrap.cc:654] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:50.689347  3244 tablet_bootstrap.cc:492] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8: No bootstrap required, opened a new log
I20260630 12:12:50.689790  3244 ts_tablet_manager.cc:1403] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent bootstrapping tablet: real 0.013s	user 0.003s	sys 0.009s
I20260630 12:12:50.691776  3244 raft_consensus.cc:359] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.692308  3244 raft_consensus.cc:385] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:50.692553  3244 raft_consensus.cc:740] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfe617172d6c457ab90aac0c5ce9ebe8, State: Initialized, Role: FOLLOWER
I20260630 12:12:50.693226  3244 consensus_queue.cc:260] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.694880  3244 ts_tablet_manager.cc:1434] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:12:50.696576  3249 raft_consensus.cc:493] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:50.696975  3249 raft_consensus.cc:515] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.699154  3249 leader_election.cc:290] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365), dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913)
I20260630 12:12:50.711671  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d7568f1f85c43598ea76169b3005cc0" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9" is_pre_election: true
I20260630 12:12:50.712086  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d7568f1f85c43598ea76169b3005cc0" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" is_pre_election: true
I20260630 12:12:50.712471  3195 raft_consensus.cc:2468] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 0.
I20260630 12:12:50.712744  3121 raft_consensus.cc:2468] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 0.
I20260630 12:12:50.713744  3010 leader_election.cc:304] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 775523ef049d4a45aa2de17138eb6900, 78c2aae63443435b8853d048191943e9; no voters: 
I20260630 12:12:50.714352  3249 raft_consensus.cc:2804] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:50.714783  3249 raft_consensus.cc:493] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:50.715099  3249 raft_consensus.cc:3060] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.718592  3245 raft_consensus.cc:493] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:50.719065  3245 raft_consensus.cc:515] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.721019  3249 raft_consensus.cc:515] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.721622  3245 leader_election.cc:290] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999), dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913)
I20260630 12:12:50.723099  3249 leader_election.cc:290] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 election: Requested vote from peers 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365), dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913)
I20260630 12:12:50.725229  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d7568f1f85c43598ea76169b3005cc0" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9"
I20260630 12:12:50.725530  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d7568f1f85c43598ea76169b3005cc0" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8"
I20260630 12:12:50.725854  3195 raft_consensus.cc:3060] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.726179  3121 raft_consensus.cc:3060] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:12:50.730058  2992 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:50.733067  3195 raft_consensus.cc:2468] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 1.
I20260630 12:12:50.733206  3121 raft_consensus.cc:2468] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 1.
I20260630 12:12:50.734607  2997 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
I20260630 12:12:50.734740  3010 leader_election.cc:304] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 775523ef049d4a45aa2de17138eb6900, dfe617172d6c457ab90aac0c5ce9ebe8; no voters: 
W20260630 12:12:50.735458  2997 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:12:50.735607  3249 raft_consensus.cc:2804] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:50.736953  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaeae394a1f746a3a985f5f3de42d644" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "775523ef049d4a45aa2de17138eb6900" is_pre_election: true
I20260630 12:12:50.736987  3249 raft_consensus.cc:697] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 1 LEADER]: Becoming Leader. State: Replica: 775523ef049d4a45aa2de17138eb6900, State: Running, Role: LEADER
I20260630 12:12:50.737138  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaeae394a1f746a3a985f5f3de42d644" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" is_pre_election: true
I20260630 12:12:50.737813  3046 raft_consensus.cc:2468] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 0.
I20260630 12:12:50.738081  3121 raft_consensus.cc:2468] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 0.
I20260630 12:12:50.738251  3249 consensus_queue.cc:237] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:50.739143  3160 leader_election.cc:304] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 775523ef049d4a45aa2de17138eb6900, 78c2aae63443435b8853d048191943e9; no voters: 
I20260630 12:12:50.740062  3245 raft_consensus.cc:2804] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:50.740366  3245 raft_consensus.cc:493] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:50.740612  3245 raft_consensus.cc:3060] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.746729  3264 raft_consensus.cc:493] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:50.746934  3245 raft_consensus.cc:515] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.747220  3264 raft_consensus.cc:515] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.747846  2944 catalog_manager.cc:5697] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 reported cstate change: term changed from 0 to 1, leader changed from <none> to 775523ef049d4a45aa2de17138eb6900 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "775523ef049d4a45aa2de17138eb6900" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:50.749708  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaeae394a1f746a3a985f5f3de42d644" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "775523ef049d4a45aa2de17138eb6900"
I20260630 12:12:50.750063  3264 leader_election.cc:290] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999), dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913)
I20260630 12:12:50.750205  3045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0220fde2f1bc4ca7ad3a90ee02629f63" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "775523ef049d4a45aa2de17138eb6900" is_pre_election: true
I20260630 12:12:50.750437  3046 raft_consensus.cc:3060] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.750290  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0220fde2f1bc4ca7ad3a90ee02629f63" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" is_pre_election: true
I20260630 12:12:50.751457  3045 raft_consensus.cc:2468] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 0.
I20260630 12:12:50.751853  3121 raft_consensus.cc:2468] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 0.
I20260630 12:12:50.755668  3160 leader_election.cc:304] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 775523ef049d4a45aa2de17138eb6900, 78c2aae63443435b8853d048191943e9; no voters: 
I20260630 12:12:50.756428  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaeae394a1f746a3a985f5f3de42d644" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8"
I20260630 12:12:50.756968  3121 raft_consensus.cc:3060] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.758541  3046 raft_consensus.cc:2468] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 1.
I20260630 12:12:50.759660  3160 leader_election.cc:304] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 775523ef049d4a45aa2de17138eb6900, 78c2aae63443435b8853d048191943e9; no voters: 
I20260630 12:12:50.761435  3264 raft_consensus.cc:2804] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:50.761847  3264 raft_consensus.cc:493] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:50.762217  3264 raft_consensus.cc:3060] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.764781  3121 raft_consensus.cc:2468] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 1.
I20260630 12:12:50.765933  3245 leader_election.cc:290] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 election: Requested vote from peers 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999), dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913)
I20260630 12:12:50.766573  3265 raft_consensus.cc:2804] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:50.767529  3265 raft_consensus.cc:697] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 1 LEADER]: Becoming Leader. State: Replica: 78c2aae63443435b8853d048191943e9, State: Running, Role: LEADER
I20260630 12:12:50.768114  3249 raft_consensus.cc:493] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:50.768566  3249 raft_consensus.cc:515] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.768572  3265 consensus_queue.cc:237] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.769212  3264 raft_consensus.cc:515] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.770571  3249 leader_election.cc:290] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913), 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365)
I20260630 12:12:50.771253  3264 leader_election.cc:290] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 election: Requested vote from peers 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999), dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913)
I20260630 12:12:50.772091  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16e4c383adbf481cb4bba7d5c2318c8c" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9" is_pre_election: true
I20260630 12:12:50.772382  3120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0220fde2f1bc4ca7ad3a90ee02629f63" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8"
I20260630 12:12:50.772601  3046 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0220fde2f1bc4ca7ad3a90ee02629f63" candidate_uuid: "78c2aae63443435b8853d048191943e9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "775523ef049d4a45aa2de17138eb6900"
I20260630 12:12:50.772701  3195 raft_consensus.cc:2468] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 0.
I20260630 12:12:50.772987  3120 raft_consensus.cc:3060] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.773207  3046 raft_consensus.cc:3060] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.774240  3010 leader_election.cc:304] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 775523ef049d4a45aa2de17138eb6900, 78c2aae63443435b8853d048191943e9; no voters: 
I20260630 12:12:50.772717  3121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16e4c383adbf481cb4bba7d5c2318c8c" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" is_pre_election: true
I20260630 12:12:50.775000  3249 raft_consensus.cc:2804] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:50.775275  3121 raft_consensus.cc:2468] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 0.
I20260630 12:12:50.775452  3249 raft_consensus.cc:493] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:50.775998  3249 raft_consensus.cc:3060] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.779839  3120 raft_consensus.cc:2468] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 1.
I20260630 12:12:50.780424  3046 raft_consensus.cc:2468] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78c2aae63443435b8853d048191943e9 in term 1.
I20260630 12:12:50.781180  3159 leader_election.cc:304] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 78c2aae63443435b8853d048191943e9, dfe617172d6c457ab90aac0c5ce9ebe8; no voters: 
I20260630 12:12:50.781947  3264 raft_consensus.cc:2804] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:50.782457  3264 raft_consensus.cc:697] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 1 LEADER]: Becoming Leader. State: Replica: 78c2aae63443435b8853d048191943e9, State: Running, Role: LEADER
I20260630 12:12:50.783083  3264 consensus_queue.cc:237] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.787156  3249 raft_consensus.cc:515] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.788854  3249 leader_election.cc:290] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 election: Requested vote from peers dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194:35913), 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365)
I20260630 12:12:50.788169  2944 catalog_manager.cc:5697] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78c2aae63443435b8853d048191943e9 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "78c2aae63443435b8853d048191943e9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:50.789861  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16e4c383adbf481cb4bba7d5c2318c8c" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9"
I20260630 12:12:50.789889  3120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16e4c383adbf481cb4bba7d5c2318c8c" candidate_uuid: "775523ef049d4a45aa2de17138eb6900" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8"
I20260630 12:12:50.790562  3195 raft_consensus.cc:3060] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.790656  3120 raft_consensus.cc:3060] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:50.797165  3120 raft_consensus.cc:2468] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 1.
I20260630 12:12:50.798252  3195 raft_consensus.cc:2468] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 775523ef049d4a45aa2de17138eb6900 in term 1.
I20260630 12:12:50.798281  3010 leader_election.cc:304] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 775523ef049d4a45aa2de17138eb6900, dfe617172d6c457ab90aac0c5ce9ebe8; no voters: 
I20260630 12:12:50.799672  3249 raft_consensus.cc:2804] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:50.800113  3249 raft_consensus.cc:697] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 1 LEADER]: Becoming Leader. State: Replica: 775523ef049d4a45aa2de17138eb6900, State: Running, Role: LEADER
I20260630 12:12:50.800765  3249 consensus_queue.cc:237] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:50.801106  2944 catalog_manager.cc:5697] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78c2aae63443435b8853d048191943e9 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "78c2aae63443435b8853d048191943e9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:50.809347  2943 catalog_manager.cc:5697] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 reported cstate change: term changed from 0 to 1, leader changed from <none> to 775523ef049d4a45aa2de17138eb6900 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "775523ef049d4a45aa2de17138eb6900" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:50.917938   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:50.936478   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:50.937319   431 tablet_replica.cc:333] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900: stopping tablet replica
I20260630 12:12:50.937943   431 raft_consensus.cc:2243] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:50.938367   431 raft_consensus.cc:2272] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:50.940315   431 tablet_replica.cc:333] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900: stopping tablet replica
I20260630 12:12:50.940826   431 raft_consensus.cc:2243] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:50.941184   431 raft_consensus.cc:2272] T eaeae394a1f746a3a985f5f3de42d644 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:50.942910   431 tablet_replica.cc:333] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: stopping tablet replica
I20260630 12:12:50.943423   431 raft_consensus.cc:2243] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:50.943912   431 pending_rounds.cc:70] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: Trying to abort 1 pending ops.
I20260630 12:12:50.944077   431 pending_rounds.cc:77] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437154008952832 op_type: NO_OP noop_request { }
I20260630 12:12:50.944321   431 raft_consensus.cc:2889] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:50.944530   431 raft_consensus.cc:2272] T 16e4c383adbf481cb4bba7d5c2318c8c P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:50.946521   431 tablet_replica.cc:333] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: stopping tablet replica
I20260630 12:12:50.946921   431 raft_consensus.cc:2243] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:50.947386   431 pending_rounds.cc:70] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: Trying to abort 1 pending ops.
I20260630 12:12:50.947543   431 pending_rounds.cc:77] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437153754468352 op_type: NO_OP noop_request { }
I20260630 12:12:50.947748   431 raft_consensus.cc:2889] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:50.947950   431 raft_consensus.cc:2272] T 7d7568f1f85c43598ea76169b3005cc0 P 775523ef049d4a45aa2de17138eb6900 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.197570  3264 consensus_queue.cc:1048] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:51.208261  3160 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111) [suppressed 1 similar messages]
W20260630 12:12:51.212505  3160 consensus_peers.cc:597] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:51.292347  3264 consensus_queue.cc:1048] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:51.304574  3160 consensus_peers.cc:597] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:12:51.524508  3067 debug-util.cc:398] Leaking SignalData structure 0x7b0800236e00 after lost signal to thread 434
W20260630 12:12:51.525452  3067 debug-util.cc:398] Leaking SignalData structure 0x7b08000adb20 after lost signal to thread 2978
W20260630 12:12:51.958246   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 3067)
I20260630 12:12:52.393041  3275 raft_consensus.cc:493] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:52.393546  3275 raft_consensus.cc:515] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:52.395690  3275 leader_election.cc:290] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365), 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999)
I20260630 12:12:52.412940  3275 raft_consensus.cc:493] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:52.413421  3275 raft_consensus.cc:515] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:52.414013  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d7568f1f85c43598ea76169b3005cc0" candidate_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9" is_pre_election: true
W20260630 12:12:52.414264  3086 leader_election.cc:336] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111)
I20260630 12:12:52.414628  3195 raft_consensus.cc:2468] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dfe617172d6c457ab90aac0c5ce9ebe8 in term 1.
I20260630 12:12:52.415446  3275 leader_election.cc:290] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999), 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365)
I20260630 12:12:52.416270  3085 leader_election.cc:304] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 78c2aae63443435b8853d048191943e9, dfe617172d6c457ab90aac0c5ce9ebe8; no voters: 775523ef049d4a45aa2de17138eb6900
I20260630 12:12:52.417224  3275 raft_consensus.cc:2804] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:12:52.417398  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16e4c383adbf481cb4bba7d5c2318c8c" candidate_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9" is_pre_election: true
I20260630 12:12:52.417675  3275 raft_consensus.cc:493] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:52.418021  3275 raft_consensus.cc:3060] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:52.418061  3195 raft_consensus.cc:2468] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dfe617172d6c457ab90aac0c5ce9ebe8 in term 1.
I20260630 12:12:52.419404  3085 leader_election.cc:304] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [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: 78c2aae63443435b8853d048191943e9, dfe617172d6c457ab90aac0c5ce9ebe8; no voters: 
W20260630 12:12:52.422448  3086 leader_election.cc:336] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111)
I20260630 12:12:52.423903  3280 raft_consensus.cc:2804] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:12:52.424357  3280 raft_consensus.cc:493] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:52.424727  3280 raft_consensus.cc:3060] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:52.426051  3275 raft_consensus.cc:515] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:52.428699  3275 leader_election.cc:290] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 election: Requested vote from peers 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365), 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999)
I20260630 12:12:52.428648  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d7568f1f85c43598ea76169b3005cc0" candidate_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9"
I20260630 12:12:52.429385  3195 raft_consensus.cc:3060] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:12:52.432721  3086 leader_election.cc:336] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111)
I20260630 12:12:52.433040  3280 raft_consensus.cc:515] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:52.435541  3280 leader_election.cc:290] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 election: Requested vote from peers 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999), 78c2aae63443435b8853d048191943e9 (127.0.107.195:43365)
I20260630 12:12:52.436178  3194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16e4c383adbf481cb4bba7d5c2318c8c" candidate_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78c2aae63443435b8853d048191943e9"
I20260630 12:12:52.436712  3195 raft_consensus.cc:2468] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dfe617172d6c457ab90aac0c5ce9ebe8 in term 2.
I20260630 12:12:52.436800  3194 raft_consensus.cc:3060] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:52.438155  3085 leader_election.cc:304] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [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: 78c2aae63443435b8853d048191943e9, dfe617172d6c457ab90aac0c5ce9ebe8; no voters: 775523ef049d4a45aa2de17138eb6900
W20260630 12:12:52.440042  3086 leader_election.cc:336] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111)
I20260630 12:12:52.440187  3280 raft_consensus.cc:2804] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:52.440943  3280 raft_consensus.cc:697] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 LEADER]: Becoming Leader. State: Replica: dfe617172d6c457ab90aac0c5ce9ebe8, State: Running, Role: LEADER
I20260630 12:12:52.441823  3280 consensus_queue.cc:237] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [LEADER]: Queue going to LEADER 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: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } }
I20260630 12:12:52.443842  3194 raft_consensus.cc:2468] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dfe617172d6c457ab90aac0c5ce9ebe8 in term 2.
I20260630 12:12:52.445111  3085 leader_election.cc:304] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [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: 78c2aae63443435b8853d048191943e9, dfe617172d6c457ab90aac0c5ce9ebe8; no voters: 775523ef049d4a45aa2de17138eb6900
I20260630 12:12:52.446343  3275 raft_consensus.cc:2804] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:52.447767  3275 raft_consensus.cc:697] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 LEADER]: Becoming Leader. State: Replica: dfe617172d6c457ab90aac0c5ce9ebe8, State: Running, Role: LEADER
I20260630 12:12:52.448614  3275 consensus_queue.cc:237] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [LEADER]: Queue going to LEADER 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: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } }
I20260630 12:12:52.461717  2943 catalog_manager.cc:5697] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 reported cstate change: term changed from 1 to 2, leader changed from 775523ef049d4a45aa2de17138eb6900 (127.0.107.193) to dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:52.477826  2943 catalog_manager.cc:5697] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 reported cstate change: term changed from 1 to 2, leader changed from 775523ef049d4a45aa2de17138eb6900 (127.0.107.193) to dfe617172d6c457ab90aac0c5ce9ebe8 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "775523ef049d4a45aa2de17138eb6900" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfe617172d6c457ab90aac0c5ce9ebe8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35913 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:52.737353  2997 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
I20260630 12:12:52.760448  3194 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "0220fde2f1bc4ca7ad3a90ee02629f63"
dest_uuid: "78c2aae63443435b8853d048191943e9"
mode: GRACEFUL
new_leader_uuid: "775523ef049d4a45aa2de17138eb6900"
 from {username='slave'} at 127.0.0.1:59548
I20260630 12:12:52.761427  3194 raft_consensus.cc:606] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 1 LEADER]: Received request to transfer leadership to TS 775523ef049d4a45aa2de17138eb6900
I20260630 12:12:52.763177  2997 auto_leader_rebalancer.cc:440] table: range_aware_auto_rebalancer_test, leader rebalance finish, leader transfer count: 1
I20260630 12:12:52.763784  2997 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:52.842615  3194 raft_consensus.cc:1275] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Refusing update from remote peer dfe617172d6c457ab90aac0c5ce9ebe8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:12:52.844467  3280 consensus_queue.cc:1048] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:12:52.876052  3086 consensus_peers.cc:597] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:12:52.891878  3086 consensus_peers.cc:597] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:12:52.958843   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 3067)
I20260630 12:12:52.979233  3194 raft_consensus.cc:1275] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Refusing update from remote peer dfe617172d6c457ab90aac0c5ce9ebe8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:12:52.980672  3294 consensus_queue.cc:1048] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78c2aae63443435b8853d048191943e9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:53.595402  3160 consensus_peers.cc:597] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:12:53.815368  3160 consensus_peers.cc:597] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:12:53.959331   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 3067)
I20260630 12:12:54.764704  2997 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
I20260630 12:12:54.769701  3194 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "eaeae394a1f746a3a985f5f3de42d644"
dest_uuid: "78c2aae63443435b8853d048191943e9"
mode: GRACEFUL
new_leader_uuid: "775523ef049d4a45aa2de17138eb6900"
 from {username='slave'} at 127.0.0.1:59548
I20260630 12:12:54.770216  3194 raft_consensus.cc:606] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 1 LEADER]: Received request to transfer leadership to TS 775523ef049d4a45aa2de17138eb6900
I20260630 12:12:54.771435  2997 auto_leader_rebalancer.cc:440] table: range_aware_auto_rebalancer_test, leader rebalance finish, leader transfer count: 1
I20260630 12:12:54.771814  2997 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:12:54.959741   431 thread.cc:527] Waited for 4000ms trying to join with diag-logger (tid 3067)
W20260630 12:12:55.262688  3086 consensus_peers.cc:597] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:12:55.295238  3086 consensus_peers.cc:597] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 -> Peer 775523ef049d4a45aa2de17138eb6900 (127.0.107.193:36999): Couldn't send request to peer 775523ef049d4a45aa2de17138eb6900. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36999: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:12:55.399977   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:55.420975   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:55.445667   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:55.446637   431 tablet_replica.cc:333] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8: stopping tablet replica
I20260630 12:12:55.447340   431 raft_consensus.cc:2243] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.447849   431 raft_consensus.cc:2272] T eaeae394a1f746a3a985f5f3de42d644 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.449966   431 tablet_replica.cc:333] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8: stopping tablet replica
I20260630 12:12:55.450500   431 raft_consensus.cc:2243] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.451277   431 raft_consensus.cc:2272] T 16e4c383adbf481cb4bba7d5c2318c8c P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.453119   431 tablet_replica.cc:333] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8: stopping tablet replica
I20260630 12:12:55.453650   431 raft_consensus.cc:2243] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.454439   431 raft_consensus.cc:2272] T 7d7568f1f85c43598ea76169b3005cc0 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.456455   431 tablet_replica.cc:333] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8: stopping tablet replica
I20260630 12:12:55.456944   431 raft_consensus.cc:2243] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.457362   431 raft_consensus.cc:2272] T 0220fde2f1bc4ca7ad3a90ee02629f63 P dfe617172d6c457ab90aac0c5ce9ebe8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.481230   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:55.495198   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:55.516916   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:55.517534   431 tablet_replica.cc:333] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9: stopping tablet replica
I20260630 12:12:55.518149   431 raft_consensus.cc:2243] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.518519   431 raft_consensus.cc:2272] T 16e4c383adbf481cb4bba7d5c2318c8c P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.520478   431 tablet_replica.cc:333] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9: stopping tablet replica
I20260630 12:12:55.520928   431 raft_consensus.cc:2243] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.521714   431 raft_consensus.cc:2272] T 0220fde2f1bc4ca7ad3a90ee02629f63 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.523646   431 tablet_replica.cc:333] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9: stopping tablet replica
I20260630 12:12:55.524046   431 raft_consensus.cc:2243] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.524370   431 raft_consensus.cc:2272] T 7d7568f1f85c43598ea76169b3005cc0 P 78c2aae63443435b8853d048191943e9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.526151   431 tablet_replica.cc:333] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9: stopping tablet replica
I20260630 12:12:55.526531   431 raft_consensus.cc:2243] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.527221   431 raft_consensus.cc:2272] T eaeae394a1f746a3a985f5f3de42d644 P 78c2aae63443435b8853d048191943e9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.550110   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:55.564241   431 master.cc:562] Master@127.0.107.254:38595 shutting down...
I20260630 12:12:55.582548   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.583182   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.583520   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 269632b7072342f88b85fc3b6b2b909a: stopping tablet replica
I20260630 12:12:55.601234   431 master.cc:584] Master@127.0.107.254:38595 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (7053 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:12:55.643163   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41801
I20260630 12:12:55.644263   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:55.649863  3299 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:55.649938  3300 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:55.650722  3302 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:55.652441   431 server_base.cc:1061] running on GCE node
I20260630 12:12:55.653177   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:55.653389   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:55.653553   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821575653533 us; error 0 us; skew 500 ppm
I20260630 12:12:55.654090   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:55.656702   431 webserver.cc:533] Webserver started at http://127.0.107.254:40369/ using document root <none> and password file <none>
I20260630 12:12:55.657184   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:55.657392   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:55.657716   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:55.658813   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "490ced6965cd412a9a203ad09ce56166"
format_stamp: "Formatted at 2026-06-30 12:12:55 on dist-test-slave-ctg2"
I20260630 12:12:55.663062   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:55.666327  3307 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:55.667158   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:55.667390   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "490ced6965cd412a9a203ad09ce56166"
format_stamp: "Formatted at 2026-06-30 12:12:55 on dist-test-slave-ctg2"
I20260630 12:12:55.667622   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-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)
I20260630 12:12:55.688942   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:55.690138   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:55.726773   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41801
I20260630 12:12:55.726859  3358 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41801 every 8 connection(s)
I20260630 12:12:55.730700  3359 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:55.740945  3359 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166: Bootstrap starting.
I20260630 12:12:55.745493  3359 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:55.749465  3359 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166: No bootstrap required, opened a new log
I20260630 12:12:55.751569  3359 raft_consensus.cc:359] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "490ced6965cd412a9a203ad09ce56166" member_type: VOTER }
I20260630 12:12:55.751971  3359 raft_consensus.cc:385] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:55.752207  3359 raft_consensus.cc:740] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 490ced6965cd412a9a203ad09ce56166, State: Initialized, Role: FOLLOWER
I20260630 12:12:55.752846  3359 consensus_queue.cc:260] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "490ced6965cd412a9a203ad09ce56166" member_type: VOTER }
I20260630 12:12:55.753319  3359 raft_consensus.cc:399] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:55.753541  3359 raft_consensus.cc:493] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:55.753841  3359 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:55.758054  3359 raft_consensus.cc:515] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "490ced6965cd412a9a203ad09ce56166" member_type: VOTER }
I20260630 12:12:55.758554  3359 leader_election.cc:304] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [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: 490ced6965cd412a9a203ad09ce56166; no voters: 
I20260630 12:12:55.759680  3359 leader_election.cc:290] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:55.760097  3362 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:55.761447  3362 raft_consensus.cc:697] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 1 LEADER]: Becoming Leader. State: Replica: 490ced6965cd412a9a203ad09ce56166, State: Running, Role: LEADER
I20260630 12:12:55.762138  3362 consensus_queue.cc:237] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [LEADER]: Queue going to LEADER mode. State: All 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: "490ced6965cd412a9a203ad09ce56166" member_type: VOTER }
I20260630 12:12:55.762728  3359 sys_catalog.cc:565] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:55.766978  3363 sys_catalog.cc:455] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "490ced6965cd412a9a203ad09ce56166" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "490ced6965cd412a9a203ad09ce56166" member_type: VOTER } }
I20260630 12:12:55.767319  3364 sys_catalog.cc:455] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 490ced6965cd412a9a203ad09ce56166. Latest consensus state: current_term: 1 leader_uuid: "490ced6965cd412a9a203ad09ce56166" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "490ced6965cd412a9a203ad09ce56166" member_type: VOTER } }
I20260630 12:12:55.768162  3364 sys_catalog.cc:458] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:55.767681  3363 sys_catalog.cc:458] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:55.776423  3369 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:55.782606  3369 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:55.785985   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:55.791198  3369 catalog_manager.cc:1383] Generated new cluster ID: d39a95b21e1f4cef8d2b5a3cb1a729b7
I20260630 12:12:55.791466  3369 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:55.808830  3369 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:55.810133  3369 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:55.830513  3369 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166: Generated new TSK 0
I20260630 12:12:55.831163  3369 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:55.852451   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:55.858233  3380 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:55.859246  3381 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:55.861092   431 server_base.cc:1061] running on GCE node
W20260630 12:12:55.861054  3383 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:55.862288   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:55.862469   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:55.862589   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821575862578 us; error 0 us; skew 500 ppm
I20260630 12:12:55.862995   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:55.865259   431 webserver.cc:533] Webserver started at http://127.0.107.193:46759/ using document root <none> and password file <none>
I20260630 12:12:55.865724   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:55.865890   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:55.866098   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:55.867094   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "301cbb62d74f42b69a770f42cad9c18b"
format_stamp: "Formatted at 2026-06-30 12:12:55 on dist-test-slave-ctg2"
I20260630 12:12:55.871395   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:55.874471  3388 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:55.875252   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:55.875488   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "301cbb62d74f42b69a770f42cad9c18b"
format_stamp: "Formatted at 2026-06-30 12:12:55 on dist-test-slave-ctg2"
I20260630 12:12:55.875715   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-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)
I20260630 12:12:55.913540   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:55.914640   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:55.915999   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:55.918264   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:55.918483   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:55.918733   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:55.918919   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:55.957937   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36587
I20260630 12:12:55.958031  3450 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36587 every 8 connection(s)
I20260630 12:12:55.962857   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:55.970911  3455 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:55.971791  3456 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:55.974092  3458 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:55.974537   431 server_base.cc:1061] running on GCE node
I20260630 12:12:55.975286   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:55.975463   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:55.975664   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821575975648 us; error 0 us; skew 500 ppm
I20260630 12:12:55.976086   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:55.978750   431 webserver.cc:533] Webserver started at http://127.0.107.194:45131/ using document root <none> and password file <none>
I20260630 12:12:55.979357   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:55.979597   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:55.979928   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:55.980510  3451 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41801
I20260630 12:12:55.980872  3451 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:55.981333   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "076d3ac8c5824651bbc1027511e8898e"
format_stamp: "Formatted at 2026-06-30 12:12:55 on dist-test-slave-ctg2"
I20260630 12:12:55.981628  3451 heartbeater.cc:507] Master 127.0.107.254:41801 requested a full tablet report, sending...
I20260630 12:12:55.983785  3324 ts_manager.cc:194] Registered new tserver with Master: 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:55.986328  3324 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37316
I20260630 12:12:55.987102   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:12:55.990486  3463 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:55.991261   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:55.991539   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "076d3ac8c5824651bbc1027511e8898e"
format_stamp: "Formatted at 2026-06-30 12:12:55 on dist-test-slave-ctg2"
I20260630 12:12:55.991804   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-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)
I20260630 12:12:56.018776   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:56.019933   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:56.021376   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:56.023593   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:56.023828   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.024052   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:56.024228   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.062857   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39341
I20260630 12:12:56.062959  3525 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39341 every 8 connection(s)
I20260630 12:12:56.067677   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:56.074689  3529 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.075789  3530 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.079224  3532 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:56.080119   431 server_base.cc:1061] running on GCE node
I20260630 12:12:56.080621  3526 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41801
I20260630 12:12:56.080991  3526 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:56.081126   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:56.081389   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:56.081570   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821576081546 us; error 0 us; skew 500 ppm
I20260630 12:12:56.081797  3526 heartbeater.cc:507] Master 127.0.107.254:41801 requested a full tablet report, sending...
I20260630 12:12:56.082212   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:56.083935  3324 ts_manager.cc:194] Registered new tserver with Master: 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:56.084836   431 webserver.cc:533] Webserver started at http://127.0.107.195:39757/ using document root <none> and password file <none>
I20260630 12:12:56.085327   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:56.085345  3324 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37324
I20260630 12:12:56.085731   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:56.086051   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:56.087319   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "7575d7545dfc48c19de83373ca5f604a"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-ctg2"
I20260630 12:12:56.092023   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:56.095510  3537 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.096258   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:12:56.096546   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "7575d7545dfc48c19de83373ca5f604a"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-ctg2"
I20260630 12:12:56.096822   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-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)
I20260630 12:12:56.109246   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:56.110514   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:56.112013   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:56.114284   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:56.114511   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.114749   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:56.114917   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.152575   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36779
I20260630 12:12:56.152671  3599 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36779 every 8 connection(s)
I20260630 12:12:56.166690  3600 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41801
I20260630 12:12:56.167111  3600 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:56.167811  3600 heartbeater.cc:507] Master 127.0.107.254:41801 requested a full tablet report, sending...
I20260630 12:12:56.169795  3324 ts_manager.cc:194] Registered new tserver with Master: 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:56.170233   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014535192s
I20260630 12:12:56.171170  3324 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37336
I20260630 12:12:56.988998  3451 heartbeater.cc:499] Master 127.0.107.254:41801 was elected leader, sending a full tablet report...
I20260630 12:12:57.087815  3526 heartbeater.cc:499] Master 127.0.107.254:41801 was elected leader, sending a full tablet report...
I20260630 12:12:57.174106  3600 heartbeater.cc:499] Master 127.0.107.254:41801 was elected leader, sending a full tablet report...
I20260630 12:12:57.223230  3324 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37346:
name: "range_aware_rebalance_new_range"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 8
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:12:57.225296  3324 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_rebalance_new_range in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:12:57.280324  3416 tablet_service.cc:1511] Processing CreateTablet for tablet 891aee28b79f48a6bc7b59b29f74a762 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.281941  3416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 891aee28b79f48a6bc7b59b29f74a762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.286561  3415 tablet_service.cc:1511] Processing CreateTablet for tablet 53ce229375a04f5b868f275bb22bf2d0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.287954  3415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53ce229375a04f5b868f275bb22bf2d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.289108  3414 tablet_service.cc:1511] Processing CreateTablet for tablet 61f1d0db77dc457e9e945d74f4e00607 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.290493  3414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61f1d0db77dc457e9e945d74f4e00607. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.295810  3565 tablet_service.cc:1511] Processing CreateTablet for tablet 891aee28b79f48a6bc7b59b29f74a762 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.297196  3565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 891aee28b79f48a6bc7b59b29f74a762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.298833  3563 tablet_service.cc:1511] Processing CreateTablet for tablet 61f1d0db77dc457e9e945d74f4e00607 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.300271  3563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61f1d0db77dc457e9e945d74f4e00607. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.302708  3562 tablet_service.cc:1511] Processing CreateTablet for tablet 64caae64bb684c25985cdb2a08346149 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.304098  3562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64caae64bb684c25985cdb2a08346149. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.306584  3412 tablet_service.cc:1511] Processing CreateTablet for tablet 452fdcde166a469c90895df03da8548a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.307902  3412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452fdcde166a469c90895df03da8548a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.310554  3561 tablet_service.cc:1511] Processing CreateTablet for tablet 452fdcde166a469c90895df03da8548a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.310976  3490 tablet_service.cc:1511] Processing CreateTablet for tablet 53ce229375a04f5b868f275bb22bf2d0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.311894  3561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452fdcde166a469c90895df03da8548a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.312750  3490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53ce229375a04f5b868f275bb22bf2d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.313791  3413 tablet_service.cc:1511] Processing CreateTablet for tablet 64caae64bb684c25985cdb2a08346149 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.315080  3413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64caae64bb684c25985cdb2a08346149. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.318563  3411 tablet_service.cc:1511] Processing CreateTablet for tablet 85ce38340c8d4a34805d5f1f9e28e129 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.318763  3410 tablet_service.cc:1511] Processing CreateTablet for tablet 7da323a8875c49268c98c1a371b0f1fe (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.319937  3411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85ce38340c8d4a34805d5f1f9e28e129. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.324194  3559 tablet_service.cc:1511] Processing CreateTablet for tablet 7da323a8875c49268c98c1a371b0f1fe (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.325546  3559 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7da323a8875c49268c98c1a371b0f1fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.326421  3564 tablet_service.cc:1511] Processing CreateTablet for tablet 53ce229375a04f5b868f275bb22bf2d0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.327329  3489 tablet_service.cc:1511] Processing CreateTablet for tablet 61f1d0db77dc457e9e945d74f4e00607 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.327387  3488 tablet_service.cc:1511] Processing CreateTablet for tablet 64caae64bb684c25985cdb2a08346149 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.328822  3489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61f1d0db77dc457e9e945d74f4e00607. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.328672  3491 tablet_service.cc:1511] Processing CreateTablet for tablet 891aee28b79f48a6bc7b59b29f74a762 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.329499  3488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64caae64bb684c25985cdb2a08346149. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.330386  3560 tablet_service.cc:1511] Processing CreateTablet for tablet 85ce38340c8d4a34805d5f1f9e28e129 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.332093  3410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7da323a8875c49268c98c1a371b0f1fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.333952  3491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 891aee28b79f48a6bc7b59b29f74a762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.335536  3564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53ce229375a04f5b868f275bb22bf2d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.335263  3487 tablet_service.cc:1511] Processing CreateTablet for tablet 452fdcde166a469c90895df03da8548a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.337052  3487 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452fdcde166a469c90895df03da8548a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.337926  3560 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85ce38340c8d4a34805d5f1f9e28e129. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.351342  3486 tablet_service.cc:1511] Processing CreateTablet for tablet 85ce38340c8d4a34805d5f1f9e28e129 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.352857  3486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85ce38340c8d4a34805d5f1f9e28e129. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.354583  3485 tablet_service.cc:1511] Processing CreateTablet for tablet 7da323a8875c49268c98c1a371b0f1fe (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.356009  3485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7da323a8875c49268c98c1a371b0f1fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.402560  3414 tablet_service.cc:1511] Processing CreateTablet for tablet 99ef6d0d13ce4db2b951674c334c7097 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.403898  3414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 99ef6d0d13ce4db2b951674c334c7097. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.414127  3558 tablet_service.cc:1511] Processing CreateTablet for tablet 99ef6d0d13ce4db2b951674c334c7097 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.415524  3558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 99ef6d0d13ce4db2b951674c334c7097. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.439491  3485 tablet_service.cc:1511] Processing CreateTablet for tablet 99ef6d0d13ce4db2b951674c334c7097 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:57.441277  3485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 99ef6d0d13ce4db2b951674c334c7097. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.458369  3620 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:57.466710  3621 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.467545  3622 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.473265  3622 tablet_bootstrap.cc:654] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.474928  3621 tablet_bootstrap.cc:654] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.478117  3622 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.478580  3622 ts_tablet_manager.cc:1403] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.011s	user 0.005s	sys 0.005s
I20260630 12:12:57.479055  3620 tablet_bootstrap.cc:654] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.481238  3622 raft_consensus.cc:359] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.481906  3622 raft_consensus.cc:385] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.482164  3622 raft_consensus.cc:740] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.482834  3622 consensus_queue.cc:260] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.485685  3620 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:57.485834  3622 ts_tablet_manager.cc:1434] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:57.486182  3620 ts_tablet_manager.cc:1403] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.028s	user 0.007s	sys 0.007s
I20260630 12:12:57.486853  3622 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.488289  3621 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:57.488736  3621 ts_tablet_manager.cc:1403] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.022s	user 0.000s	sys 0.016s
I20260630 12:12:57.489130  3620 raft_consensus.cc:359] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.489959  3620 raft_consensus.cc:385] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.490235  3620 raft_consensus.cc:740] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.491029  3620 consensus_queue.cc:260] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.491775  3621 raft_consensus.cc:359] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.492606  3621 raft_consensus.cc:385] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.492983  3621 raft_consensus.cc:740] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.493757  3622 tablet_bootstrap.cc:654] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.494258  3621 consensus_queue.cc:260] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.501601  3620 ts_tablet_manager.cc:1434] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:12:57.502938  3620 tablet_bootstrap.cc:492] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:57.504055  3621 ts_tablet_manager.cc:1434] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.015s	user 0.015s	sys 0.000s
I20260630 12:12:57.505808  3622 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.506321  3622 ts_tablet_manager.cc:1403] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.001s
I20260630 12:12:57.509186  3620 tablet_bootstrap.cc:654] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.509150  3622 raft_consensus.cc:359] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.510066  3622 raft_consensus.cc:385] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.510368  3622 raft_consensus.cc:740] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.511348  3622 consensus_queue.cc:260] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.513842  3622 ts_tablet_manager.cc:1434] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:57.514861  3622 tablet_bootstrap.cc:492] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.517038  3621 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.520852  3622 tablet_bootstrap.cc:654] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.526221  3621 tablet_bootstrap.cc:654] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.532756  3622 tablet_bootstrap.cc:492] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.532754  3620 tablet_bootstrap.cc:492] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:57.532930  3621 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:57.533558  3622 ts_tablet_manager.cc:1403] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.000s
I20260630 12:12:57.533739  3621 ts_tablet_manager.cc:1403] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.005s
I20260630 12:12:57.533686  3620 ts_tablet_manager.cc:1403] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.031s	user 0.020s	sys 0.010s
I20260630 12:12:57.535877  3621 raft_consensus.cc:359] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.536371  3621 raft_consensus.cc:385] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.536559  3621 raft_consensus.cc:740] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.536675  3622 raft_consensus.cc:359] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.537407  3622 raft_consensus.cc:385] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.537161  3621 consensus_queue.cc:260] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.537086  3620 raft_consensus.cc:359] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.537788  3622 raft_consensus.cc:740] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.538270  3620 raft_consensus.cc:385] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.538642  3620 raft_consensus.cc:740] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.539204  3621 ts_tablet_manager.cc:1434] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:12:57.538844  3622 consensus_queue.cc:260] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.539645  3620 consensus_queue.cc:260] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.540151  3621 tablet_bootstrap.cc:492] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.541915  3620 ts_tablet_manager.cc:1434] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:12:57.542889  3620 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:57.545439  3622 ts_tablet_manager.cc:1434] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.011s	user 0.000s	sys 0.006s
I20260630 12:12:57.546465  3622 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.546916  3621 tablet_bootstrap.cc:654] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.552663  3622 tablet_bootstrap.cc:654] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.558537  3621 tablet_bootstrap.cc:492] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:57.559023  3621 ts_tablet_manager.cc:1403] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:12:57.561767  3621 raft_consensus.cc:359] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.562564  3621 raft_consensus.cc:385] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.562871  3621 raft_consensus.cc:740] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.563052  3620 tablet_bootstrap.cc:654] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.563629  3621 consensus_queue.cc:260] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.564299  3622 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.564808  3622 ts_tablet_manager.cc:1403] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.008s
I20260630 12:12:57.566819  3621 ts_tablet_manager.cc:1434] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:57.567898  3621 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.568255  3622 raft_consensus.cc:359] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.570487  3622 raft_consensus.cc:385] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.570859  3622 raft_consensus.cc:740] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.571909  3622 consensus_queue.cc:260] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.574463  3620 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:57.574949  3620 ts_tablet_manager.cc:1403] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.005s
I20260630 12:12:57.580343  3621 tablet_bootstrap.cc:654] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.580925  3622 ts_tablet_manager.cc:1434] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.004s
I20260630 12:12:57.582036  3622 tablet_bootstrap.cc:492] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.588199  3622 tablet_bootstrap.cc:654] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.587990  3620 raft_consensus.cc:359] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.588770  3620 raft_consensus.cc:385] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.589123  3620 raft_consensus.cc:740] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.590153  3620 consensus_queue.cc:260] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.595093  3620 ts_tablet_manager.cc:1434] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.020s	user 0.003s	sys 0.004s
I20260630 12:12:57.596369  3620 tablet_bootstrap.cc:492] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:57.607100  3627 raft_consensus.cc:493] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.607627  3627 raft_consensus.cc:515] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.608408  3621 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:57.608964  3621 ts_tablet_manager.cc:1403] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.041s	user 0.020s	sys 0.016s
I20260630 12:12:57.609510  3620 tablet_bootstrap.cc:654] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.609611  3622 tablet_bootstrap.cc:492] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.610389  3622 ts_tablet_manager.cc:1403] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.029s	user 0.019s	sys 0.008s
I20260630 12:12:57.611938  3621 raft_consensus.cc:359] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.612771  3621 raft_consensus.cc:385] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.613183  3621 raft_consensus.cc:740] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.613514  3622 raft_consensus.cc:359] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.614454  3622 raft_consensus.cc:385] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.614833  3622 raft_consensus.cc:740] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.614198  3621 consensus_queue.cc:260] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.615904  3622 consensus_queue.cc:260] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.619808  3621 ts_tablet_manager.cc:1434] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260630 12:12:57.621158  3621 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.622996  3622 ts_tablet_manager.cc:1434] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:12:57.630450  3621 tablet_bootstrap.cc:654] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.617805  3627 leader_election.cc:290] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.634533  3622 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.643662  3621 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:57.644357  3621 ts_tablet_manager.cc:1403] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.008s
I20260630 12:12:57.648036  3621 raft_consensus.cc:359] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.649035  3621 raft_consensus.cc:385] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.648851  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85ce38340c8d4a34805d5f1f9e28e129" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.649757  3501 raft_consensus.cc:2468] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:57.651609  3392 leader_election.cc:304] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:57.652683  3627 raft_consensus.cc:2804] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.652854  3621 raft_consensus.cc:740] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.653112  3622 tablet_bootstrap.cc:654] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.653174  3627 raft_consensus.cc:493] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.653774  3627 raft_consensus.cc:3060] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.654127  3621 consensus_queue.cc:260] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.656558  3621 ts_tablet_manager.cc:1434] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:12:57.657486  3621 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.658839  3620 tablet_bootstrap.cc:492] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:57.660470  3620 ts_tablet_manager.cc:1403] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.064s	user 0.032s	sys 0.023s
I20260630 12:12:57.663582  3621 tablet_bootstrap.cc:654] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.663226  3627 raft_consensus.cc:515] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.663481  3620 raft_consensus.cc:359] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.664266  3620 raft_consensus.cc:385] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.664623  3620 raft_consensus.cc:740] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.665522  3620 consensus_queue.cc:260] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.666798  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85ce38340c8d4a34805d5f1f9e28e129" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:57.667488  3501 raft_consensus.cc:3060] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.666730  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85ce38340c8d4a34805d5f1f9e28e129" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
W20260630 12:12:57.672851  3390 leader_election.cc:343] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:57.674867  3501 raft_consensus.cc:2468] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:57.676247  3392 leader_election.cc:304] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:57.684561  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85ce38340c8d4a34805d5f1f9e28e129" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
W20260630 12:12:57.686573  3390 leader_election.cc:343] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:57.687842  3626 raft_consensus.cc:493] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.688485  3626 raft_consensus.cc:515] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.694507  3626 leader_election.cc:290] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:57.695479  3643 raft_consensus.cc:2804] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:57.695960  3620 ts_tablet_manager.cc:1434] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.035s	user 0.019s	sys 0.015s
I20260630 12:12:57.696079  3643 raft_consensus.cc:697] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Leader. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:12:57.697072  3643 consensus_queue.cc:237] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.697703  3627 leader_election.cc:290] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.697093  3620 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:57.705807  3621 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:57.706403  3621 ts_tablet_manager.cc:1403] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.049s	user 0.023s	sys 0.015s
I20260630 12:12:57.709123  3620 tablet_bootstrap.cc:654] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.709367  3621 raft_consensus.cc:359] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.710132  3621 raft_consensus.cc:385] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.710439  3621 raft_consensus.cc:740] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.711228  3621 consensus_queue.cc:260] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.721139  3628 raft_consensus.cc:493] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.723408  3622 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.723938  3622 ts_tablet_manager.cc:1403] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.090s	user 0.012s	sys 0.006s
I20260630 12:12:57.728193  3621 ts_tablet_manager.cc:1434] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260630 12:12:57.732266  3622 raft_consensus.cc:359] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.733362  3622 raft_consensus.cc:385] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.733722  3622 raft_consensus.cc:740] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.734516  3622 consensus_queue.cc:260] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.735262  3620 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:57.735746  3620 ts_tablet_manager.cc:1403] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.039s	user 0.009s	sys 0.003s
I20260630 12:12:57.736735  3622 ts_tablet_manager.cc:1434] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:12:57.738153  3622 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.738633  3620 raft_consensus.cc:359] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.739367  3620 raft_consensus.cc:385] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.739635  3620 raft_consensus.cc:740] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.728421  3628 raft_consensus.cc:515] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.746448  3622 tablet_bootstrap.cc:654] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.746538  3620 consensus_queue.cc:260] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.752838  3620 ts_tablet_manager.cc:1434] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.002s
I20260630 12:12:57.758389  3628 leader_election.cc:290] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.754244  3620 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:57.766664  3621 tablet_bootstrap.cc:492] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.784786  3643 raft_consensus.cc:493] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.785495  3643 raft_consensus.cc:515] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.788341  3643 leader_election.cc:290] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.789553  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:57.785422  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452fdcde166a469c90895df03da8548a" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:57.790248  3575 raft_consensus.cc:2468] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:57.792127  3621 tablet_bootstrap.cc:654] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.791986  3390 leader_election.cc:304] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
W20260630 12:12:57.794068  3541 leader_election.cc:343] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:57.794931  3620 tablet_bootstrap.cc:654] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.795890  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452fdcde166a469c90895df03da8548a" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.796538  3501 raft_consensus.cc:2468] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 0.
I20260630 12:12:57.797628  3541 leader_election.cc:304] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 301cbb62d74f42b69a770f42cad9c18b
I20260630 12:12:57.798812  3626 raft_consensus.cc:2804] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.799220  3626 raft_consensus.cc:493] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.799549  3626 raft_consensus.cc:3060] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.785897  3377 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:57.795658  3643 raft_consensus.cc:2804] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.803750  3643 raft_consensus.cc:493] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.804283  3643 raft_consensus.cc:3060] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.813980  3627 raft_consensus.cc:493] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:12:57.818269  3377 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
W20260630 12:12:57.818795  3372 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:57.822018  3627 raft_consensus.cc:515] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.828593  3627 leader_election.cc:290] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.813973  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.830039  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.830266  3627 raft_consensus.cc:493] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.830693  3500 raft_consensus.cc:2468] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:57.830952  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:57.830773  3627 raft_consensus.cc:515] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.831588  3575 raft_consensus.cc:2468] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
W20260630 12:12:57.832108  3392 leader_election.cc:343] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:57.833092  3392 leader_election.cc:304] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:57.830309  3322 catalog_manager.cc:5697] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: term changed from 0 to 1, leader changed from <none> to 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:57.834620  3645 raft_consensus.cc:2804] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.835035  3645 raft_consensus.cc:493] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.835361  3645 raft_consensus.cc:3060] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.837088  3627 leader_election.cc:290] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.838259  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:57.838198  3643 raft_consensus.cc:515] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.838670  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.839107  3575 raft_consensus.cc:2468] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:57.839288  3500 raft_consensus.cc:2468] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:57.840485  3390 leader_election.cc:304] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:57.842149  3627 raft_consensus.cc:2804] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.842571  3627 raft_consensus.cc:493] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.842941  3627 raft_consensus.cc:3060] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.843458  3643 leader_election.cc:290] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.828598  3626 raft_consensus.cc:515] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.844790  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:57.845863  3626 leader_election.cc:290] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Requested vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:57.845504  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:57.846441  3626 raft_consensus.cc:493] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.846154  3575 raft_consensus.cc:3060] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.846907  3626 raft_consensus.cc:515] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.847295  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452fdcde166a469c90895df03da8548a" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:57.847471  3645 raft_consensus.cc:515] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.847995  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452fdcde166a469c90895df03da8548a" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:57.848578  3501 raft_consensus.cc:3060] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:12:57.848822  3541 leader_election.cc:343] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:57.850206  3621 tablet_bootstrap.cc:492] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
W20260630 12:12:57.848649  3392 leader_election.cc:343] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:57.851153  3621 ts_tablet_manager.cc:1403] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.091s	user 0.017s	sys 0.014s
I20260630 12:12:57.853644  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:57.854532  3621 raft_consensus.cc:359] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.855345  3621 raft_consensus.cc:385] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.855584  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:57.856247  3501 raft_consensus.cc:2468] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 1.
I20260630 12:12:57.856325  3500 raft_consensus.cc:3060] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.857085  3575 raft_consensus.cc:2468] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:57.857354  3622 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.858013  3622 ts_tablet_manager.cc:1403] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.120s	user 0.015s	sys 0.025s
I20260630 12:12:57.859552  3645 leader_election.cc:290] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.859889  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:57.860493  3574 raft_consensus.cc:3060] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.861145  3626 leader_election.cc:290] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:57.861377  3622 raft_consensus.cc:359] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.862273  3622 raft_consensus.cc:385] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.862435  3390 leader_election.cc:304] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [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: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 076d3ac8c5824651bbc1027511e8898e
I20260630 12:12:57.855677  3621 raft_consensus.cc:740] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.863687  3645 raft_consensus.cc:2804] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:57.864236  3645 raft_consensus.cc:697] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Leader. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:12:57.864166  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:57.863947  3621 consensus_queue.cc:260] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.862634  3622 raft_consensus.cc:740] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.864952  3573 raft_consensus.cc:2468] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:57.865814  3622 consensus_queue.cc:260] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.866693  3620 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:57.870988  3621 ts_tablet_manager.cc:1434] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260630 12:12:57.872120  3621 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:57.872673  3574 raft_consensus.cc:2468] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:57.873450  3620 ts_tablet_manager.cc:1403] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.120s	user 0.013s	sys 0.019s
I20260630 12:12:57.875419  3541 leader_election.cc:304] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 301cbb62d74f42b69a770f42cad9c18b
I20260630 12:12:57.876787  3620 raft_consensus.cc:359] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.867000  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64caae64bb684c25985cdb2a08346149" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.889245  3620 raft_consensus.cc:385] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.868255  3465 leader_election.cc:304] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:57.869040  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64caae64bb684c25985cdb2a08346149" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:57.889791  3620 raft_consensus.cc:740] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.890061  3425 raft_consensus.cc:2468] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 0.
I20260630 12:12:57.878218  3390 leader_election.cc:304] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:57.890451  3650 raft_consensus.cc:2804] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.890825  3650 raft_consensus.cc:493] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.891130  3643 raft_consensus.cc:2804] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:57.890693  3620 consensus_queue.cc:260] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.889510  3499 raft_consensus.cc:2468] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 0.
I20260630 12:12:57.891769  3541 leader_election.cc:304] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:57.893741  3657 raft_consensus.cc:493] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.894394  3662 raft_consensus.cc:2804] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.879745  3626 raft_consensus.cc:2804] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:57.881805  3622 ts_tablet_manager.cc:1434] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.023s	user 0.008s	sys 0.000s
I20260630 12:12:57.865147  3645 consensus_queue.cc:237] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.897310  3622 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:57.883602  3500 raft_consensus.cc:2468] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:57.891263  3650 raft_consensus.cc:3060] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.895052  3662 raft_consensus.cc:493] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.894493  3657 raft_consensus.cc:515] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.900938  3662 raft_consensus.cc:3060] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.885501  3627 raft_consensus.cc:515] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.904255  3426 raft_consensus.cc:2393] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 076d3ac8c5824651bbc1027511e8898e in current term 1: Already voted for candidate 301cbb62d74f42b69a770f42cad9c18b in this term.
I20260630 12:12:57.904490  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85ce38340c8d4a34805d5f1f9e28e129" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:57.904278  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:57.908458  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85ce38340c8d4a34805d5f1f9e28e129" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.903586  3627 leader_election.cc:290] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.909361  3499 raft_consensus.cc:2393] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7575d7545dfc48c19de83373ca5f604a in current term 1: Already voted for candidate 301cbb62d74f42b69a770f42cad9c18b in this term.
I20260630 12:12:57.911978  3657 leader_election.cc:290] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:57.912696  3650 raft_consensus.cc:515] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.913918  3500 raft_consensus.cc:2393] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 301cbb62d74f42b69a770f42cad9c18b in current term 1: Already voted for candidate 076d3ac8c5824651bbc1027511e8898e in this term.
I20260630 12:12:57.914242  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:57.914855  3574 raft_consensus.cc:3060] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.879086  3621 tablet_bootstrap.cc:654] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.919658  3541 leader_election.cc:304] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [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: 7575d7545dfc48c19de83373ca5f604a; no voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b
I20260630 12:12:57.920621  3657 raft_consensus.cc:3060] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.924247  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:57.924472  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:57.925757  3426 raft_consensus.cc:2393] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 076d3ac8c5824651bbc1027511e8898e in current term 1: Already voted for candidate 301cbb62d74f42b69a770f42cad9c18b in this term.
I20260630 12:12:57.926070  3650 leader_election.cc:290] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Requested vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:57.927249  3467 leader_election.cc:304] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [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: 076d3ac8c5824651bbc1027511e8898e; no voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a
I20260630 12:12:57.928011  3622 tablet_bootstrap.cc:654] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.928401  3650 raft_consensus.cc:2749] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:12:57.930091  3643 raft_consensus.cc:697] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Leader. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:12:57.933336  3643 consensus_queue.cc:237] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.930576  3626 raft_consensus.cc:697] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Becoming Leader. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Running, Role: LEADER
I20260630 12:12:57.938398  3574 raft_consensus.cc:2468] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:57.939260  3620 ts_tablet_manager.cc:1434] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.065s	user 0.013s	sys 0.017s
I20260630 12:12:57.939688  3626 consensus_queue.cc:237] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.940913  3620 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:57.945545  3390 leader_election.cc:304] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [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: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 076d3ac8c5824651bbc1027511e8898e
I20260630 12:12:57.950390  3620 tablet_bootstrap.cc:654] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.955080  3661 raft_consensus.cc:2804] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:57.955456  3657 raft_consensus.cc:2749] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:57.959236  3622 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:57.959877  3622 ts_tablet_manager.cc:1403] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.063s	user 0.009s	sys 0.008s
I20260630 12:12:57.961473  3621 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:57.962162  3621 ts_tablet_manager.cc:1403] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.090s	user 0.019s	sys 0.003s
I20260630 12:12:57.963649  3622 raft_consensus.cc:359] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.964581  3626 raft_consensus.cc:493] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.964758  3622 raft_consensus.cc:385] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.965281  3622 raft_consensus.cc:740] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.966409  3622 consensus_queue.cc:260] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.957839  3661 raft_consensus.cc:697] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Leader. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:12:57.970849  3661 consensus_queue.cc:237] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.968961  3621 raft_consensus.cc:359] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.972259  3621 raft_consensus.cc:385] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.968865  3626 raft_consensus.cc:515] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.972630  3621 raft_consensus.cc:740] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.971460  3622 ts_tablet_manager.cc:1434] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:12:57.974368  3621 consensus_queue.cc:260] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:57.975322  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:57.958803  3662 raft_consensus.cc:515] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
W20260630 12:12:57.976861  3541 leader_election.cc:343] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:57.981390  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64caae64bb684c25985cdb2a08346149" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:57.982267  3500 raft_consensus.cc:3060] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.984583  3626 leader_election.cc:290] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:57.990326  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:57.991011  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64caae64bb684c25985cdb2a08346149" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:57.991034  3499 raft_consensus.cc:2468] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 0.
I20260630 12:12:57.991763  3426 raft_consensus.cc:3060] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.992769  3541 leader_election.cc:304] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 301cbb62d74f42b69a770f42cad9c18b
I20260630 12:12:57.994107  3626 raft_consensus.cc:2804] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.994504  3626 raft_consensus.cc:493] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.994853  3626 raft_consensus.cc:3060] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.999311  3621 ts_tablet_manager.cc:1434] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.037s	user 0.006s	sys 0.002s
I20260630 12:12:57.999639  3324 catalog_manager.cc:5697] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a reported cstate change: term changed from 0 to 1, leader changed from <none> to 7575d7545dfc48c19de83373ca5f604a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:57.981417  3662 leader_election.cc:290] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:58.008247  3426 raft_consensus.cc:2468] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 1.
I20260630 12:12:58.012161  3541 leader_election.cc:304] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:58.013124  3662 raft_consensus.cc:2804] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:58.013650  3662 raft_consensus.cc:697] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Becoming Leader. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Running, Role: LEADER
I20260630 12:12:58.014460  3662 consensus_queue.cc:237] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.019191  3620 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:58.019693  3620 ts_tablet_manager.cc:1403] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.079s	user 0.026s	sys 0.038s
I20260630 12:12:58.020030  3500 raft_consensus.cc:2468] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 1.
I20260630 12:12:58.022559  3620 raft_consensus.cc:359] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.023564  3620 raft_consensus.cc:385] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.023931  3620 raft_consensus.cc:740] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.023816  3626 raft_consensus.cc:515] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.024760  3620 consensus_queue.cc:260] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.027149  3620 ts_tablet_manager.cc:1434] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:58.028445  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:58.028606  3626 leader_election.cc:290] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Requested vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:58.029793  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:58.030377  3500 raft_consensus.cc:3060] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:12:58.030674  3541 leader_election.cc:343] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:58.033228  3323 catalog_manager.cc:5697] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: term changed from 0 to 1, leader changed from <none> to 7575d7545dfc48c19de83373ca5f604a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:58.037078  3620 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:58.037071  3500 raft_consensus.cc:2468] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 1.
I20260630 12:12:58.038980  3541 leader_election.cc:304] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 301cbb62d74f42b69a770f42cad9c18b
I20260630 12:12:58.040153  3626 raft_consensus.cc:2804] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:58.040869  3626 raft_consensus.cc:697] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Becoming Leader. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Running, Role: LEADER
I20260630 12:12:58.041754  3626 consensus_queue.cc:237] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.043907  3620 tablet_bootstrap.cc:654] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.044099  3324 catalog_manager.cc:5697] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: term changed from 0 to 1, leader changed from <none> to 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:58.046013  3324 catalog_manager.cc:5697] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: term changed from 0 to 1, leader changed from <none> to 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:58.048440  3324 catalog_manager.cc:5697] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: term changed from 0 to 1, leader changed from <none> to 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:58.050359  3620 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:58.050757  3620 ts_tablet_manager.cc:1403] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:12:58.051165  3323 catalog_manager.cc:5697] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a reported cstate change: term changed from 0 to 1, leader changed from <none> to 7575d7545dfc48c19de83373ca5f604a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:58.052894  3620 raft_consensus.cc:359] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.053617  3620 raft_consensus.cc:385] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.053879  3620 raft_consensus.cc:740] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.054517  3620 consensus_queue.cc:260] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.056408  3620 ts_tablet_manager.cc:1434] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:12:58.056656  3650 raft_consensus.cc:493] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:58.057124  3650 raft_consensus.cc:515] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.058939  3650 leader_election.cc:290] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:58.059785  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:58.060397  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:58.061048  3574 raft_consensus.cc:2468] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:58.060395  3426 raft_consensus.cc:2468] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:58.062359  3467 leader_election.cc:304] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:58.062997  3650 raft_consensus.cc:2804] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:58.063426  3650 raft_consensus.cc:493] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:58.063812  3650 raft_consensus.cc:3060] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:58.070148  3650 raft_consensus.cc:515] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.071702  3650 leader_election.cc:290] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Requested vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:58.072438  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:58.072986  3426 raft_consensus.cc:3060] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:58.072955  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:58.073678  3574 raft_consensus.cc:3060] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:58.077667  3426 raft_consensus.cc:2468] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 1.
I20260630 12:12:58.078755  3467 leader_election.cc:304] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:58.079080  3574 raft_consensus.cc:2468] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 1.
I20260630 12:12:58.079480  3650 raft_consensus.cc:2804] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:58.079962  3650 raft_consensus.cc:697] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Becoming Leader. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Running, Role: LEADER
I20260630 12:12:58.080703  3650 consensus_queue.cc:237] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.087814  3323 catalog_manager.cc:5697] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e reported cstate change: term changed from 0 to 1, leader changed from <none> to 076d3ac8c5824651bbc1027511e8898e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:58.117117  3643 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.127982  3643 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.144986  3643 raft_consensus.cc:493] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:58.145401  3643 raft_consensus.cc:515] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.147032  3643 leader_election.cc:290] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:58.147683  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452fdcde166a469c90895df03da8548a" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:58.147923  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452fdcde166a469c90895df03da8548a" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:58.148305  3500 raft_consensus.cc:2393] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 301cbb62d74f42b69a770f42cad9c18b in current term 1: Already voted for candidate 7575d7545dfc48c19de83373ca5f604a in this term.
I20260630 12:12:58.149211  3392 leader_election.cc:304] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [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: 301cbb62d74f42b69a770f42cad9c18b; no voters: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a
I20260630 12:12:58.149932  3643 raft_consensus.cc:3060] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:58.154225  3643 raft_consensus.cc:2749] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:58.173502  3650 raft_consensus.cc:493] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:58.174062  3650 raft_consensus.cc:515] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.175804  3650 leader_election.cc:290] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:58.176538  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:58.176927  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:58.177769  3574 raft_consensus.cc:2393] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 076d3ac8c5824651bbc1027511e8898e in current term 1: Already voted for candidate 301cbb62d74f42b69a770f42cad9c18b in this term.
I20260630 12:12:58.178529  3465 leader_election.cc:304] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [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: 076d3ac8c5824651bbc1027511e8898e; no voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a
I20260630 12:12:58.179165  3650 raft_consensus.cc:3060] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:58.183651  3650 raft_consensus.cc:2749] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:58.269742   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:58.275488  3681 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:58.276154  3682 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:58.278020   431 server_base.cc:1061] running on GCE node
W20260630 12:12:58.278560  3684 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:58.279410   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:58.279670   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:58.279932   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821578279917 us; error 0 us; skew 500 ppm
I20260630 12:12:58.280480   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:58.282833   431 webserver.cc:533] Webserver started at http://127.0.107.196:41097/ using document root <none> and password file <none>
I20260630 12:12:58.283303   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:58.283509   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:58.283778   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:58.284854   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
format_stamp: "Formatted at 2026-06-30 12:12:58 on dist-test-slave-ctg2"
I20260630 12:12:58.289103   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:58.292287  3689 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:58.293248   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:58.293562   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
format_stamp: "Formatted at 2026-06-30 12:12:58 on dist-test-slave-ctg2"
I20260630 12:12:58.293870   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-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)
I20260630 12:12:58.322954   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:58.324177   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:58.325456   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:58.327597   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:58.327826   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:58.328064   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:58.328241   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:58.344672  3643 consensus_queue.cc:1048] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.359959  3660 consensus_queue.cc:1048] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.372375  3626 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.373327  3660 consensus_queue.cc:1048] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.393006  3662 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:58.401491  3627 consensus_queue.cc:1048] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:58.428891  3425 raft_consensus.cc:3060] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:58.439893  3627 raft_consensus.cc:493] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:58.440577  3627 raft_consensus.cc:515] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.444590  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:58.445452  3500 raft_consensus.cc:2468] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:58.446812  3392 leader_election.cc:304] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [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: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:58.448639  3627 leader_election.cc:290] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:58.448947  3661 raft_consensus.cc:2804] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:12:58.449478  3661 raft_consensus.cc:493] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:58.449988  3661 raft_consensus.cc:3060] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:58.451761  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:58.454674  3662 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:58.459561  3661 raft_consensus.cc:515] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.460935  3425 raft_consensus.cc:1240] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Rejecting Update request from peer 7575d7545dfc48c19de83373ca5f604a for earlier term 1. Current term is 2. Ops: [1.1-1.1]
I20260630 12:12:58.463824  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:58.464015  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7da323a8875c49268c98c1a371b0f1fe" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:58.464694  3500 raft_consensus.cc:3060] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:58.464840  3661 leader_election.cc:290] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 2 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:58.469805  3662 consensus_queue.cc:1059] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.470705  3662 raft_consensus.cc:3055] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:58.471035  3662 raft_consensus.cc:740] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Running, Role: LEADER
I20260630 12:12:58.472642  3662 consensus_queue.cc:260] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [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: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.473835  3662 raft_consensus.cc:3060] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:58.476521  3500 raft_consensus.cc:2468] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 2.
I20260630 12:12:58.477918  3392 leader_election.cc:304] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [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: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 7575d7545dfc48c19de83373ca5f604a
I20260630 12:12:58.479245  3661 raft_consensus.cc:2804] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:58.479771  3661 raft_consensus.cc:697] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 LEADER]: Becoming Leader. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:12:58.480651  3661 consensus_queue.cc:237] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER 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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.488869   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44405
I20260630 12:12:58.488976  3758 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44405 every 8 connection(s)
I20260630 12:12:58.491449  3323 catalog_manager.cc:5697] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: term changed from 1 to 2, leader changed from 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) to 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193). New cstate: current_term: 2 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:58.492756  3662 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.502018  3322 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:37346:
table { table_name: "range_aware_rebalance_new_range" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\n\000\000\000\007\001\024\000\000\000" indirect_data: """" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false } } modify_external_catalogs: true
I20260630 12:12:58.512326  3657 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.515093  3661 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.526144  3759 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41801
I20260630 12:12:58.526743  3759 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:58.527736  3759 heartbeater.cc:507] Master 127.0.107.254:41801 requested a full tablet report, sending...
I20260630 12:12:58.530648  3321 ts_manager.cc:194] Registered new tserver with Master: 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405)
I20260630 12:12:58.532629  3321 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37362
I20260630 12:12:58.537976  3661 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.547058  3650 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:58.551362  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1886bd30e3714c9f895f810bf0bc503a has no consensus state
I20260630 12:12:58.555771  3628 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:58.558775  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bbe024b68f3b47e2bd8884c0a033c0cb has no consensus state
W20260630 12:12:58.560351  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet cefce7c0909d4ebc9751cf52f6f11a0e has no consensus state
W20260630 12:12:58.562774  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 33f78fce66964616b5d61575efb89e70 has no consensus state
W20260630 12:12:58.565009  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 67cc293650a84a2c8411457f636281c6 has no consensus state
W20260630 12:12:58.566464  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2da415e72e9848d2bb333219ee920e16 has no consensus state
W20260630 12:12:58.568547  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 29dccaaddf69419cba806873dbce89ad has no consensus state
W20260630 12:12:58.571218  3322 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e25cca14771e4b428f6af873832fc392 has no consensus state
W20260630 12:12:58.589286  3309 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet 33f78fce66964616b5d61575efb89e70 (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 33f78fce66964616b5d61575efb89e70 has no consensus state
I20260630 12:12:58.610287  3485 tablet_service.cc:1511] Processing CreateTablet for tablet 1886bd30e3714c9f895f810bf0bc503a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.612027  3485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1886bd30e3714c9f895f810bf0bc503a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.611824  3410 tablet_service.cc:1511] Processing CreateTablet for tablet 1886bd30e3714c9f895f810bf0bc503a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.613078  3410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1886bd30e3714c9f895f810bf0bc503a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.614699  3558 tablet_service.cc:1511] Processing CreateTablet for tablet bbe024b68f3b47e2bd8884c0a033c0cb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.616355  3558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbe024b68f3b47e2bd8884c0a033c0cb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.623131  3560 tablet_service.cc:1511] Processing CreateTablet for tablet cefce7c0909d4ebc9751cf52f6f11a0e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.624512  3560 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cefce7c0909d4ebc9751cf52f6f11a0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.629554  3559 tablet_service.cc:1511] Processing CreateTablet for tablet 67cc293650a84a2c8411457f636281c6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.631319  3559 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67cc293650a84a2c8411457f636281c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.635771  3565 tablet_service.cc:1511] Processing CreateTablet for tablet 2da415e72e9848d2bb333219ee920e16 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.637126  3565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2da415e72e9848d2bb333219ee920e16. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.646996  3564 tablet_service.cc:1511] Processing CreateTablet for tablet e25cca14771e4b428f6af873832fc392 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.648787  3564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e25cca14771e4b428f6af873832fc392. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.669932  3414 tablet_service.cc:1511] Processing CreateTablet for tablet bbe024b68f3b47e2bd8884c0a033c0cb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.671865  3414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbe024b68f3b47e2bd8884c0a033c0cb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.672967  3486 tablet_service.cc:1511] Processing CreateTablet for tablet 33f78fce66964616b5d61575efb89e70 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.673868  3416 tablet_service.cc:1511] Processing CreateTablet for tablet 33f78fce66964616b5d61575efb89e70 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.674317  3486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33f78fce66964616b5d61575efb89e70. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.670168  3488 tablet_service.cc:1511] Processing CreateTablet for tablet cefce7c0909d4ebc9751cf52f6f11a0e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.676576  3488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cefce7c0909d4ebc9751cf52f6f11a0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.689390  3416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33f78fce66964616b5d61575efb89e70. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.698313  3412 tablet_service.cc:1511] Processing CreateTablet for tablet 67cc293650a84a2c8411457f636281c6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.700126  3412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67cc293650a84a2c8411457f636281c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.706346  3773 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:58.711177  3772 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:58.713291  3773 tablet_bootstrap.cc:654] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.705363  3774 tablet_bootstrap.cc:492] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:58.725294  3717 tablet_service.cc:1511] Processing CreateTablet for tablet 1886bd30e3714c9f895f810bf0bc503a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.726780  3717 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1886bd30e3714c9f895f810bf0bc503a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.731628  3772 tablet_bootstrap.cc:654] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.732770  3774 tablet_bootstrap.cc:654] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.715642  3486 tablet_service.cc:1511] Processing CreateTablet for tablet 2da415e72e9848d2bb333219ee920e16 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.718387  3410 tablet_service.cc:1511] Processing CreateTablet for tablet 29dccaaddf69419cba806873dbce89ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.721138  3485 tablet_service.cc:1511] Processing CreateTablet for tablet 29dccaaddf69419cba806873dbce89ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.738082  3486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2da415e72e9848d2bb333219ee920e16. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.738499  3410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29dccaaddf69419cba806873dbce89ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.739156  3485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29dccaaddf69419cba806873dbce89ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.750885  3774 tablet_bootstrap.cc:492] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:58.752902  3774 ts_tablet_manager.cc:1403] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.048s	user 0.005s	sys 0.010s
I20260630 12:12:58.755039  3714 tablet_service.cc:1511] Processing CreateTablet for tablet 33f78fce66964616b5d61575efb89e70 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.756232  3712 tablet_service.cc:1511] Processing CreateTablet for tablet 2da415e72e9848d2bb333219ee920e16 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.757010  3711 tablet_service.cc:1511] Processing CreateTablet for tablet 29dccaaddf69419cba806873dbce89ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.751729  3716 tablet_service.cc:1511] Processing CreateTablet for tablet bbe024b68f3b47e2bd8884c0a033c0cb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.756528  3772 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:58.758948  3715 tablet_service.cc:1511] Processing CreateTablet for tablet cefce7c0909d4ebc9751cf52f6f11a0e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.759913  3713 tablet_service.cc:1511] Processing CreateTablet for tablet 67cc293650a84a2c8411457f636281c6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.760921  3772 ts_tablet_manager.cc:1403] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.051s	user 0.005s	sys 0.011s
I20260630 12:12:58.763105  3710 tablet_service.cc:1511] Processing CreateTablet for tablet e25cca14771e4b428f6af873832fc392 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.764078  3714 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33f78fce66964616b5d61575efb89e70. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.765919  3774 raft_consensus.cc:359] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.766701  3774 raft_consensus.cc:385] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.767009  3774 raft_consensus.cc:740] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.767755  3774 consensus_queue.cc:260] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.770169  3774 ts_tablet_manager.cc:1434] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260630 12:12:58.755088  3414 tablet_service.cc:1511] Processing CreateTablet for tablet e25cca14771e4b428f6af873832fc392 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:58.770519  3716 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbe024b68f3b47e2bd8884c0a033c0cb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.776540  3710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e25cca14771e4b428f6af873832fc392. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.778362  3774 tablet_bootstrap.cc:492] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:58.777984  3713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67cc293650a84a2c8411457f636281c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.784855  3414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e25cca14771e4b428f6af873832fc392. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.784499  3712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2da415e72e9848d2bb333219ee920e16. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.793190  3773 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:58.794262  3772 raft_consensus.cc:359] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:58.795132  3772 raft_consensus.cc:385] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.795197  3773 ts_tablet_manager.cc:1403] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.089s	user 0.008s	sys 0.009s
I20260630 12:12:58.795476  3772 raft_consensus.cc:740] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.797077  3772 consensus_queue.cc:260] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:58.791186  3711 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29dccaaddf69419cba806873dbce89ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.811993  3772 ts_tablet_manager.cc:1434] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.051s	user 0.007s	sys 0.002s
I20260630 12:12:58.813930  3774 tablet_bootstrap.cc:654] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.814141  3772 tablet_bootstrap.cc:492] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:58.812110  3773 raft_consensus.cc:359] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:58.816239  3773 raft_consensus.cc:385] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.816545  3773 raft_consensus.cc:740] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.817354  3773 consensus_queue.cc:260] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:58.813974  3715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cefce7c0909d4ebc9751cf52f6f11a0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:58.824458  3773 ts_tablet_manager.cc:1434] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.029s	user 0.003s	sys 0.003s
W20260630 12:12:58.831986  3372 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:58.825757  3773 tablet_bootstrap.cc:492] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:58.850080  3778 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:58.860469  3773 tablet_bootstrap.cc:654] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.865715  3772 tablet_bootstrap.cc:654] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.871433  3773 tablet_bootstrap.cc:492] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:58.871932  3773 ts_tablet_manager.cc:1403] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.046s	user 0.007s	sys 0.006s
I20260630 12:12:58.874315  3774 tablet_bootstrap.cc:492] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:58.874801  3774 ts_tablet_manager.cc:1403] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.099s	user 0.010s	sys 0.017s
I20260630 12:12:58.876219  3773 raft_consensus.cc:359] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:58.876938  3773 raft_consensus.cc:385] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.877225  3773 raft_consensus.cc:740] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.877545  3574 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:12:58.878096  3574 pending_rounds.cc:85] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Aborting all ops after (but not including) 0
I20260630 12:12:58.878402  3574 pending_rounds.cc:107] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:12:58.879096  3574 raft_consensus.cc:2889] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:12:58.880784  3661 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.878074  3773 consensus_queue.cc:260] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:58.888701  3778 tablet_bootstrap.cc:654] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.898301  3773 ts_tablet_manager.cc:1434] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.026s	user 0.003s	sys 0.006s
I20260630 12:12:58.899255  3774 raft_consensus.cc:359] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.899873  3774 raft_consensus.cc:385] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.900108  3774 raft_consensus.cc:740] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.900688  3774 consensus_queue.cc:260] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:58.902933  3774 ts_tablet_manager.cc:1434] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.028s	user 0.007s	sys 0.000s
I20260630 12:12:58.903714  3774 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:58.906194  3500 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:12:58.907612  3773 tablet_bootstrap.cc:492] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:58.907725  3661 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.916656  3772 tablet_bootstrap.cc:492] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:58.917209  3772 ts_tablet_manager.cc:1403] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.104s	user 0.015s	sys 0.002s
I20260630 12:12:58.923326  3772 raft_consensus.cc:359] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:58.924153  3772 raft_consensus.cc:385] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.924477  3772 raft_consensus.cc:740] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.925511  3772 consensus_queue.cc:260] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:58.926397  3774 tablet_bootstrap.cc:654] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.926438  3778 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:58.927188  3778 ts_tablet_manager.cc:1403] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.078s	user 0.015s	sys 0.005s
I20260630 12:12:58.928359  3772 ts_tablet_manager.cc:1434] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.001s
I20260630 12:12:58.929308  3773 tablet_bootstrap.cc:654] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.932773  3772 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:58.935462  3778 raft_consensus.cc:359] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:58.936508  3778 raft_consensus.cc:385] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.940950  3778 raft_consensus.cc:740] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.956455  3778 consensus_queue.cc:260] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:58.960548  3774 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:58.961565  3774 ts_tablet_manager.cc:1403] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.058s	user 0.021s	sys 0.017s
I20260630 12:12:58.965229  3774 raft_consensus.cc:359] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:58.965974  3774 raft_consensus.cc:385] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:58.966250  3774 raft_consensus.cc:740] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:58.966969  3774 consensus_queue.cc:260] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:58.967880  3772 tablet_bootstrap.cc:654] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.969892  3774 ts_tablet_manager.cc:1434] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260630 12:12:58.970891  3774 tablet_bootstrap.cc:492] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:58.971884  3778 ts_tablet_manager.cc:1434] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.044s	user 0.009s	sys 0.009s
I20260630 12:12:58.971916  3759 heartbeater.cc:499] Master 127.0.107.254:41801 was elected leader, sending a full tablet report...
I20260630 12:12:58.972976  3778 tablet_bootstrap.cc:492] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:58.974721  3768 raft_consensus.cc:493] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:58.975240  3768 raft_consensus.cc:515] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:58.978860  3774 tablet_bootstrap.cc:654] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:58.982208  3768 leader_election.cc:290] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:58.993230  3773 tablet_bootstrap.cc:492] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:58.994266  3773 ts_tablet_manager.cc:1403] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.087s	user 0.032s	sys 0.008s
I20260630 12:12:58.999125  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33f78fce66964616b5d61575efb89e70" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:58.999444  3778 tablet_bootstrap.cc:654] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
W20260630 12:12:59.000916  3467 leader_election.cc:343] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.002595  3773 raft_consensus.cc:359] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.004571  3773 raft_consensus.cc:385] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.005890  3773 raft_consensus.cc:740] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.006807  3773 consensus_queue.cc:260] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.007998  3772 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:59.010210  3772 ts_tablet_manager.cc:1403] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.078s	user 0.010s	sys 0.014s
I20260630 12:12:59.013185  3774 tablet_bootstrap.cc:492] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:59.013705  3774 ts_tablet_manager.cc:1403] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.043s	user 0.014s	sys 0.006s
I20260630 12:12:59.015131  3773 ts_tablet_manager.cc:1434] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.002s
I20260630 12:12:59.016573  3731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33f78fce66964616b5d61575efb89e70" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
W20260630 12:12:59.018764  3467 leader_election.cc:343] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.019366  3467 leader_election.cc:304] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [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: 076d3ac8c5824651bbc1027511e8898e; no voters: 301cbb62d74f42b69a770f42cad9c18b, 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:12:59.020334  3772 raft_consensus.cc:359] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.016603  3773 tablet_bootstrap.cc:492] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:59.021044  3772 raft_consensus.cc:385] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.021488  3772 raft_consensus.cc:740] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.021840  3768 raft_consensus.cc:2749] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:59.022362  3772 consensus_queue.cc:260] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.025368  3774 raft_consensus.cc:359] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.026290  3774 raft_consensus.cc:385] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.026643  3774 raft_consensus.cc:740] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.027405  3774 consensus_queue.cc:260] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.028018  3778 tablet_bootstrap.cc:492] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:59.029034  3778 ts_tablet_manager.cc:1403] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.056s	user 0.021s	sys 0.004s
I20260630 12:12:59.030391  3773 tablet_bootstrap.cc:654] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.030655  3774 ts_tablet_manager.cc:1434] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260630 12:12:59.031708  3774 tablet_bootstrap.cc:492] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:12:59.038538  3772 ts_tablet_manager.cc:1434] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.028s	user 0.007s	sys 0.001s
I20260630 12:12:59.039628  3774 tablet_bootstrap.cc:654] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.039650  3772 tablet_bootstrap.cc:492] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:59.036384  3320 catalog_manager.cc:6242] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166: range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773] alter complete (version 0)
I20260630 12:12:59.042472  3657 raft_consensus.cc:493] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.042954  3657 raft_consensus.cc:515] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.045228  3657 leader_election.cc:290] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:59.051353  3786 raft_consensus.cc:493] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.052011  3786 raft_consensus.cc:515] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:59.070685  3786 leader_election.cc:290] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:59.075814  3768 raft_consensus.cc:493] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.076311  3768 raft_consensus.cc:515] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:59.078706  3768 leader_election.cc:290] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405)
I20260630 12:12:59.081290  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1886bd30e3714c9f895f810bf0bc503a" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:59.081821  3731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1886bd30e3714c9f895f810bf0bc503a" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.081998  3425 raft_consensus.cc:2468] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:59.082438  3731 raft_consensus.cc:2468] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:59.083699  3467 leader_election.cc:304] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:59.035535  3778 raft_consensus.cc:359] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.084759  3778 raft_consensus.cc:385] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.085058  3768 raft_consensus.cc:493] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.085974  3768 raft_consensus.cc:515] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.088488  3768 leader_election.cc:290] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:59.091226  3768 raft_consensus.cc:2804] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.085188  3778 raft_consensus.cc:740] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.092495  3768 raft_consensus.cc:493] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.093727  3768 raft_consensus.cc:3060] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.095839  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbe024b68f3b47e2bd8884c0a033c0cb" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:59.096627  3425 raft_consensus.cc:2468] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 0.
I20260630 12:12:59.098119  3541 leader_election.cc:304] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:59.102074  3657 raft_consensus.cc:2804] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.102435  3657 raft_consensus.cc:493] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.102768  3657 raft_consensus.cc:3060] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.105176  3626 raft_consensus.cc:493] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.105803  3626 raft_consensus.cc:515] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.089231  3772 tablet_bootstrap.cc:654] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
W20260630 12:12:59.149737  3467 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:36587, user_credentials={real_user=slave}} blocked reactor thread for 66139.6us
I20260630 12:12:59.100420  3778 consensus_queue.cc:260] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.153177  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cefce7c0909d4ebc9751cf52f6f11a0e" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:59.157927  3574 raft_consensus.cc:2468] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:59.158694  3778 ts_tablet_manager.cc:1434] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.129s	user 0.011s	sys 0.003s
I20260630 12:12:59.154230  3773 tablet_bootstrap.cc:492] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:59.158905  3731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cefce7c0909d4ebc9751cf52f6f11a0e" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.159411  3773 ts_tablet_manager.cc:1403] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.143s	user 0.033s	sys 0.065s
I20260630 12:12:59.159608  3778 tablet_bootstrap.cc:492] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:59.163523  3773 raft_consensus.cc:359] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.164346  3627 raft_consensus.cc:493] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.155673  3768 raft_consensus.cc:515] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
W20260630 12:12:59.162765  3467 leader_election.cc:343] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.165568  3773 raft_consensus.cc:385] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.165884  3627 raft_consensus.cc:515] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.166843  3773 raft_consensus.cc:740] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.171813  3773 consensus_queue.cc:260] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.173187  3627 leader_election.cc:290] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:59.173399  3768 leader_election.cc:290] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Requested vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405)
I20260630 12:12:59.174268  3772 tablet_bootstrap.cc:492] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:59.174734  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67cc293650a84a2c8411457f636281c6" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:59.174971  3772 ts_tablet_manager.cc:1403] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.136s	user 0.007s	sys 0.007s
I20260630 12:12:59.175405  3574 raft_consensus.cc:2468] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:59.177369  3626 leader_election.cc:290] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:59.177362  3390 leader_election.cc:304] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:59.184556  3627 raft_consensus.cc:2804] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.185371  3627 raft_consensus.cc:493] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.185734  3627 raft_consensus.cc:3060] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.186530  3657 raft_consensus.cc:515] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.188586  3657 leader_election.cc:290] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Requested vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:59.190028  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbe024b68f3b47e2bd8884c0a033c0cb" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:59.190716  3425 raft_consensus.cc:3060] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.191090  3773 ts_tablet_manager.cc:1434] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.031s	user 0.008s	sys 0.000s
I20260630 12:12:59.191193  3731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbe024b68f3b47e2bd8884c0a033c0cb" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.192176  3773 tablet_bootstrap.cc:492] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:12:59.192381  3730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cefce7c0909d4ebc9751cf52f6f11a0e" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.196328  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbe024b68f3b47e2bd8884c0a033c0cb" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
I20260630 12:12:59.334702  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cefce7c0909d4ebc9751cf52f6f11a0e" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:59.313853  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1886bd30e3714c9f895f810bf0bc503a" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:59.338245  3499 raft_consensus.cc:2468] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 0.
I20260630 12:12:59.339395  3778 tablet_bootstrap.cc:654] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.196866  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1886bd30e3714c9f895f810bf0bc503a" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:59.339991  3426 raft_consensus.cc:3060] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.340729  3627 raft_consensus.cc:515] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.201141  3425 raft_consensus.cc:2468] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 1.
I20260630 12:12:59.236230  3465 leader_election.cc:304] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 8ef1a00a20854fe7adcb3b69cb1e03d6
W20260630 12:12:59.347506  3465 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:36779, user_credentials={real_user=slave}} blocked reactor thread for 182610us
I20260630 12:12:59.347568  3796 raft_consensus.cc:2804] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.348356  3796 raft_consensus.cc:493] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.348806  3796 raft_consensus.cc:3060] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.356501  3796 raft_consensus.cc:515] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.358690  3796 leader_election.cc:290] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Requested vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:59.229139  3774 tablet_bootstrap.cc:492] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a: No bootstrap required, opened a new log
I20260630 12:12:59.203891  3657 raft_consensus.cc:493] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.366760  3731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cefce7c0909d4ebc9751cf52f6f11a0e" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
I20260630 12:12:59.366654  3730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1886bd30e3714c9f895f810bf0bc503a" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
W20260630 12:12:59.202309  3541 leader_election.cc:343] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.367476  3730 raft_consensus.cc:3060] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.366776  3657 raft_consensus.cc:515] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.370379  3774 ts_tablet_manager.cc:1403] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.339s	user 0.034s	sys 0.014s
I20260630 12:12:59.377071  3772 raft_consensus.cc:359] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.377867  3772 raft_consensus.cc:385] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.377925  3778 tablet_bootstrap.cc:492] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:59.378222  3772 raft_consensus.cc:740] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.378567  3778 ts_tablet_manager.cc:1403] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.219s	user 0.042s	sys 0.046s
W20260630 12:12:59.369968  3467 leader_election.cc:343] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.384189  3657 leader_election.cc:290] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:59.379040  3772 consensus_queue.cc:260] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
W20260630 12:12:59.381279  3541 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.196:44405, user_credentials={real_user=slave}} blocked reactor thread for 183771us
I20260630 12:12:59.384263  3778 raft_consensus.cc:359] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.387796  3778 raft_consensus.cc:385] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.389499  3778 raft_consensus.cc:740] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.392457  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2da415e72e9848d2bb333219ee920e16" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:59.390936  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2da415e72e9848d2bb333219ee920e16" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.391424  3541 leader_election.cc:304] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:59.417035  3786 raft_consensus.cc:493] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.420567  3778 consensus_queue.cc:260] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.420862  3786 raft_consensus.cc:515] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.422449  3626 raft_consensus.cc:2804] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.421952  3627 leader_election.cc:290] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Requested vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:59.431130  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cefce7c0909d4ebc9751cf52f6f11a0e" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:59.432128  3573 raft_consensus.cc:3060] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.431078  3541 leader_election.cc:304] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:12:59.435390  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67cc293650a84a2c8411457f636281c6" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:59.435907  3574 raft_consensus.cc:3060] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:12:59.448863  3541 leader_election.cc:343] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.450407  3786 leader_election.cc:290] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:59.451397  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33f78fce66964616b5d61575efb89e70" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:59.445012  3626 raft_consensus.cc:697] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Becoming Leader. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Running, Role: LEADER
I20260630 12:12:59.452246  3500 raft_consensus.cc:2468] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 0.
I20260630 12:12:59.452677  3626 consensus_queue.cc:237] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.457183  3773 tablet_bootstrap.cc:654] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.461081  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33f78fce66964616b5d61575efb89e70" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:59.461971  3693 leader_election.cc:304] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:12:59.428681  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1886bd30e3714c9f895f810bf0bc503a" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:59.468314  3768 raft_consensus.cc:493] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.468809  3768 raft_consensus.cc:515] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
W20260630 12:12:59.465224  3541 leader_election.cc:343] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:12:59.470440  3541 leader_election.cc:343] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.470870  3768 leader_election.cc:290] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405)
W20260630 12:12:59.471495  3541 leader_election.cc:343] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.462709  3426 raft_consensus.cc:2468] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 1.
I20260630 12:12:59.476390  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29dccaaddf69419cba806873dbce89ad" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:59.466581  3424 raft_consensus.cc:2468] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 0.
I20260630 12:12:59.474658  3786 raft_consensus.cc:2804] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.487389  3786 raft_consensus.cc:493] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.488668  3786 raft_consensus.cc:3060] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.487324  3467 leader_election.cc:304] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
W20260630 12:12:59.489740  3467 leader_election.cc:343] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.477423  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29dccaaddf69419cba806873dbce89ad" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.472921  3772 ts_tablet_manager.cc:1434] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.298s	user 0.013s	sys 0.006s
W20260630 12:12:59.496670  3467 leader_election.cc:343] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.497263  3467 leader_election.cc:304] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [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: 076d3ac8c5824651bbc1027511e8898e; no voters: 301cbb62d74f42b69a770f42cad9c18b, 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:12:59.498229  3796 raft_consensus.cc:2749] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:59.499173  3772 tablet_bootstrap.cc:492] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:59.473707  3541 leader_election.cc:304] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [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: 7575d7545dfc48c19de83373ca5f604a; no voters: 076d3ac8c5824651bbc1027511e8898e, 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:12:59.501381  3662 raft_consensus.cc:2749] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:59.503064  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67cc293650a84a2c8411457f636281c6" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.504525  3730 raft_consensus.cc:2468] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 1.
I20260630 12:12:59.505846  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67cc293650a84a2c8411457f636281c6" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
W20260630 12:12:59.506933  3392 leader_election.cc:343] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:12:59.507947  3392 leader_election.cc:343] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.493268  3499 raft_consensus.cc:2393] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in current term 1: Already voted for candidate 076d3ac8c5824651bbc1027511e8898e in this term.
I20260630 12:12:59.466003  3774 raft_consensus.cc:359] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.512471  3802 raft_consensus.cc:2804] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.513034  3802 raft_consensus.cc:697] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Becoming Leader. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Running, Role: LEADER
I20260630 12:12:59.511596  3573 raft_consensus.cc:2468] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 1.
I20260630 12:12:59.512123  3774 raft_consensus.cc:385] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.519709  3693 leader_election.cc:304] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b
I20260630 12:12:59.516103  3657 raft_consensus.cc:2764] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:12:59.517542  3774 raft_consensus.cc:740] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.520623  3802 consensus_queue.cc:237] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } }
I20260630 12:12:59.524112  3804 raft_consensus.cc:2749] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:59.525771  3465 leader_election.cc:304] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:12:59.531562  3796 raft_consensus.cc:2804] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.534440  3796 raft_consensus.cc:697] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Becoming Leader. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Running, Role: LEADER
I20260630 12:12:59.536888  3574 raft_consensus.cc:2468] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:59.535015  3774 consensus_queue.cc:260] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.539162  3778 ts_tablet_manager.cc:1434] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.160s	user 0.031s	sys 0.018s
I20260630 12:12:59.543256  3778 tablet_bootstrap.cc:492] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:59.542888  3796 consensus_queue.cc:237] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.545223  3773 tablet_bootstrap.cc:492] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e: No bootstrap required, opened a new log
I20260630 12:12:59.545737  3773 ts_tablet_manager.cc:1403] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.354s	user 0.017s	sys 0.011s
I20260630 12:12:59.547816  3774 ts_tablet_manager.cc:1434] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.168s	user 0.007s	sys 0.007s
I20260630 12:12:59.551055  3390 leader_election.cc:304] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [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: 301cbb62d74f42b69a770f42cad9c18b, 7575d7545dfc48c19de83373ca5f604a; no voters: 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:12:59.552889  3773 raft_consensus.cc:359] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.553973  3773 raft_consensus.cc:385] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.554348  3772 tablet_bootstrap.cc:654] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.554363  3773 raft_consensus.cc:740] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.555446  3805 raft_consensus.cc:2804] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.556650  3773 consensus_queue.cc:260] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.557623  3786 raft_consensus.cc:515] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.560544  3773 ts_tablet_manager.cc:1434] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260630 12:12:59.560731  3786 leader_election.cc:290] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:59.561808  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33f78fce66964616b5d61575efb89e70" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:59.561955  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33f78fce66964616b5d61575efb89e70" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:59.562394  3424 raft_consensus.cc:3060] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.562687  3499 raft_consensus.cc:3060] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.565127  3323 catalog_manager.cc:5697] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e reported cstate change: term changed from 0 to 1, leader changed from <none> to 076d3ac8c5824651bbc1027511e8898e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:59.566883  3322 catalog_manager.cc:5697] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a reported cstate change: term changed from 0 to 1, leader changed from <none> to 7575d7545dfc48c19de83373ca5f604a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:59.558156  3805 raft_consensus.cc:697] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Leader. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:12:59.573443  3424 raft_consensus.cc:2468] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 1.
I20260630 12:12:59.573666  3805 consensus_queue.cc:237] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.574697  3693 leader_election.cc:304] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:12:59.577046  3786 raft_consensus.cc:2804] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.577574  3786 raft_consensus.cc:697] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEADER]: Becoming Leader. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Running, Role: LEADER
I20260630 12:12:59.578547  3786 consensus_queue.cc:237] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.581664  3499 raft_consensus.cc:2468] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 1.
I20260630 12:12:59.579138  3778 tablet_bootstrap.cc:654] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.597548  3772 tablet_bootstrap.cc:492] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:59.598083  3772 ts_tablet_manager.cc:1403] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.099s	user 0.014s	sys 0.005s
I20260630 12:12:59.618094  3772 raft_consensus.cc:359] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.618887  3772 raft_consensus.cc:385] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.619242  3772 raft_consensus.cc:740] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.648597  3772 consensus_queue.cc:260] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.651388  3778 tablet_bootstrap.cc:492] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:59.651845  3778 ts_tablet_manager.cc:1403] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.109s	user 0.010s	sys 0.001s
I20260630 12:12:59.652480  3320 catalog_manager.cc:5697] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:59.656510  3772 ts_tablet_manager.cc:1434] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.058s	user 0.006s	sys 0.001s
I20260630 12:12:59.657850  3772 tablet_bootstrap.cc:492] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b: Bootstrap starting.
I20260630 12:12:59.654632  3778 raft_consensus.cc:359] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.667347  3778 raft_consensus.cc:385] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.668018  3778 raft_consensus.cc:740] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.669227  3778 consensus_queue.cc:260] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.672019  3778 ts_tablet_manager.cc:1434] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.001s
I20260630 12:12:59.672875  3778 tablet_bootstrap.cc:492] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:59.679805  3786 raft_consensus.cc:493] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.680331  3786 raft_consensus.cc:515] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.680820  3778 tablet_bootstrap.cc:654] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.682888  3786 leader_election.cc:290] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:59.685798  3772 tablet_bootstrap.cc:654] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.686424  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e25cca14771e4b428f6af873832fc392" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b" is_pre_election: true
I20260630 12:12:59.687476  3778 tablet_bootstrap.cc:492] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:59.688030  3778 ts_tablet_manager.cc:1403] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
W20260630 12:12:59.687989  3693 leader_election.cc:343] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:59.692040  3778 raft_consensus.cc:359] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.692950  3778 raft_consensus.cc:385] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.692353  3324 catalog_manager.cc:5697] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: term changed from 0 to 1, leader changed from <none> to 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:59.693344  3778 raft_consensus.cc:740] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.694162  3778 consensus_queue.cc:260] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.696580  3778 ts_tablet_manager.cc:1434] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:12:59.697625  3778 tablet_bootstrap.cc:492] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:59.699671  3796 raft_consensus.cc:493] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.700138  3796 raft_consensus.cc:515] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.702162  3796 leader_election.cc:290] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:59.703366  3730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2da415e72e9848d2bb333219ee920e16" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.704077  3730 raft_consensus.cc:2468] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:59.705681  3467 leader_election.cc:304] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:12:59.706765  3796 raft_consensus.cc:2804] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.707229  3796 raft_consensus.cc:493] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.707652  3796 raft_consensus.cc:3060] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.708271  3778 tablet_bootstrap.cc:654] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.715046  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2da415e72e9848d2bb333219ee920e16" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:59.715699  3574 raft_consensus.cc:2468] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 0.
I20260630 12:12:59.718137  3796 raft_consensus.cc:515] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.720161  3796 leader_election.cc:290] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Requested vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:12:59.721402  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2da415e72e9848d2bb333219ee920e16" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:59.722059  3573 raft_consensus.cc:3060] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.723248  3778 tablet_bootstrap.cc:492] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:59.723793  3778 ts_tablet_manager.cc:1403] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.026s	user 0.005s	sys 0.007s
I20260630 12:12:59.723906  3322 catalog_manager.cc:5697] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e reported cstate change: term changed from 0 to 1, leader changed from <none> to 076d3ac8c5824651bbc1027511e8898e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:59.727349  3778 raft_consensus.cc:359] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.728519  3778 raft_consensus.cc:385] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.728860  3778 raft_consensus.cc:740] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.729642  3778 consensus_queue.cc:260] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.731913  3573 raft_consensus.cc:2468] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 1.
I20260630 12:12:59.732144  3778 ts_tablet_manager.cc:1434] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:12:59.733297  3778 tablet_bootstrap.cc:492] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:59.733980  3730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2da415e72e9848d2bb333219ee920e16" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
I20260630 12:12:59.734658  3730 raft_consensus.cc:3060] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.739876  3778 tablet_bootstrap.cc:654] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.744494  3730 raft_consensus.cc:2468] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 1.
I20260630 12:12:59.746665  3467 leader_election.cc:304] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:12:59.747992  3802 raft_consensus.cc:2804] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.748464  3802 raft_consensus.cc:697] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Becoming Leader. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Running, Role: LEADER
I20260630 12:12:59.749190  3802 consensus_queue.cc:237] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:12:59.756404  3805 raft_consensus.cc:493] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:59.757450  3772 tablet_bootstrap.cc:492] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b: No bootstrap required, opened a new log
I20260630 12:12:59.757040  3805 raft_consensus.cc:515] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.758026  3772 ts_tablet_manager.cc:1403] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b: Time spent bootstrapping tablet: real 0.100s	user 0.003s	sys 0.009s
I20260630 12:12:59.760591  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29dccaaddf69419cba806873dbce89ad" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" is_pre_election: true
I20260630 12:12:59.761284  3729 raft_consensus.cc:2468] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:59.762298  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29dccaaddf69419cba806873dbce89ad" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e" is_pre_election: true
I20260630 12:12:59.762957  3392 leader_election.cc:304] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 301cbb62d74f42b69a770f42cad9c18b, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:12:59.763648  3805 leader_election.cc:290] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:59.764156  3661 raft_consensus.cc:2804] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.764659  3661 raft_consensus.cc:493] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.763098  3499 raft_consensus.cc:2468] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 0.
I20260630 12:12:59.765074  3661 raft_consensus.cc:3060] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.769614  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e25cca14771e4b428f6af873832fc392" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a" is_pre_election: true
I20260630 12:12:59.770437  3573 raft_consensus.cc:2468] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 0.
I20260630 12:12:59.772475  3691 leader_election.cc:304] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: 7575d7545dfc48c19de83373ca5f604a, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 301cbb62d74f42b69a770f42cad9c18b
I20260630 12:12:59.773913  3786 raft_consensus.cc:2804] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:59.774403  3786 raft_consensus.cc:493] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:59.774819  3786 raft_consensus.cc:3060] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.776073  3661 raft_consensus.cc:515] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.781791  3730 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29dccaaddf69419cba806873dbce89ad" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
I20260630 12:12:59.784489  3786 raft_consensus.cc:515] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.785616  3730 raft_consensus.cc:3060] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.791841  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e25cca14771e4b428f6af873832fc392" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:12:59.792627  3573 raft_consensus.cc:3060] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.792495  3772 raft_consensus.cc:359] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.794976  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29dccaaddf69419cba806873dbce89ad" candidate_uuid: "301cbb62d74f42b69a770f42cad9c18b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:12:59.795804  3500 raft_consensus.cc:3060] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.805940  3500 raft_consensus.cc:2468] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:59.807420  3392 leader_election.cc:304] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 076d3ac8c5824651bbc1027511e8898e, 301cbb62d74f42b69a770f42cad9c18b; no voters: 
I20260630 12:12:59.808406  3805 raft_consensus.cc:2804] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.809024  3805 raft_consensus.cc:697] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Leader. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:12:59.810353  3805 consensus_queue.cc:237] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } }
I20260630 12:12:59.814925  3661 leader_election.cc:290] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [CANDIDATE]: Term 1 election: Requested vote from peers 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405), 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:12:59.815035  3573 raft_consensus.cc:2468] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 1.
I20260630 12:12:59.816627  3691 leader_election.cc:304] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7575d7545dfc48c19de83373ca5f604a, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:12:59.817665  3804 raft_consensus.cc:2804] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:59.818475  3786 leader_election.cc:290] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 1 election: Requested vote from peers 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:12:59.819526  3377 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:59.819738  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e25cca14771e4b428f6af873832fc392" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:12:59.823855  3804 raft_consensus.cc:697] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEADER]: Becoming Leader. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Running, Role: LEADER
I20260630 12:12:59.824717  3804 consensus_queue.cc:237] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.826383  3320 catalog_manager.cc:5697] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e reported cstate change: term changed from 0 to 1, leader changed from <none> to 076d3ac8c5824651bbc1027511e8898e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
W20260630 12:12:59.833077  3377 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:12:59.844529  3324 catalog_manager.cc:5697] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:59.848134  3778 tablet_bootstrap.cc:492] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:59.848630  3778 ts_tablet_manager.cc:1403] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.116s	user 0.057s	sys 0.046s
I20260630 12:12:59.848399  3322 catalog_manager.cc:5697] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: term changed from 0 to 1, leader changed from <none> to 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:59.851143  3778 raft_consensus.cc:359] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.851938  3778 raft_consensus.cc:385] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.852286  3778 raft_consensus.cc:740] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.853487  3778 consensus_queue.cc:260] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.856045  3778 ts_tablet_manager.cc:1434] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:59.856948  3778 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:12:59.793361  3772 raft_consensus.cc:385] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.858484  3772 raft_consensus.cc:740] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.859364  3772 consensus_queue.cc:260] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.860526  3424 raft_consensus.cc:3060] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.864455  3778 tablet_bootstrap.cc:654] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:59.869755  3730 raft_consensus.cc:2468] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 301cbb62d74f42b69a770f42cad9c18b in term 1.
I20260630 12:12:59.870738  3772 ts_tablet_manager.cc:1434] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b: Time spent starting tablet: real 0.112s	user 0.005s	sys 0.004s
I20260630 12:12:59.880669  3424 raft_consensus.cc:2468] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 1.
I20260630 12:12:59.900275  3730 raft_consensus.cc:3060] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:59.909224  3626 consensus_queue.cc:1048] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:59.913966  3778 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: No bootstrap required, opened a new log
I20260630 12:12:59.914564  3778 ts_tablet_manager.cc:1403] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.058s	user 0.019s	sys 0.014s
I20260630 12:12:59.916915  3778 raft_consensus.cc:359] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.917414  3778 raft_consensus.cc:385] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:59.921411  3778 raft_consensus.cc:740] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: FOLLOWER
I20260630 12:12:59.922127  3778 consensus_queue.cc:260] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } }
I20260630 12:12:59.924360  3778 ts_tablet_manager.cc:1434] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.000s
I20260630 12:12:59.950510  3802 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:59.950539  3657 consensus_queue.cc:1048] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:59.952062  3573 consensus_queue.cc:237] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:12:59.963733  3796 consensus_queue.cc:1048] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:59.970539  3729 raft_consensus.cc:3060] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:12:59.984141  3541 consensus_peers.cc:597] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a -> Peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Couldn't send request to peer 8ef1a00a20854fe7adcb3b69cb1e03d6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 64caae64bb684c25985cdb2a08346149. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:59.996622  3500 raft_consensus.cc:1275] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:59.997013  3424 raft_consensus.cc:1275] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:59.998381  3802 consensus_queue.cc:1048] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:59.999066  3657 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:00.001010  3626 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:00.009841  3661 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:00.041491  3626 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.045189  3500 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.052845  3796 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:00.083588  3804 consensus_queue.cc:1048] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:00.084020  3324 catalog_manager.cc:5697] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:00.093233  3424 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.102608  3804 consensus_queue.cc:1048] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:00.119225  3729 raft_consensus.cc:3060] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:00.141741  3424 consensus_queue.cc:237] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.143726  3796 consensus_queue.cc:1048] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:00.159610  3768 consensus_queue.cc:1048] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:00.167227  3661 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:00.203794  3661 consensus_queue.cc:1048] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:00.211550  3573 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:00.212844  3499 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:00.213306  3627 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:13:00.215240  3805 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:13:00.221477  3392 consensus_peers.cc:597] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b -> Peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Couldn't send request to peer 8ef1a00a20854fe7adcb3b69cb1e03d6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 891aee28b79f48a6bc7b59b29f74a762. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:00.236322  3661 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.239133  3826 consensus_queue.cc:1048] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:00.250861  3499 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.256825  3573 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.268688  3575 consensus_queue.cc:237] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.271260  3854 consensus_queue.cc:1048] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:13:00.269512  3320 catalog_manager.cc:5697] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:00.288249  3826 consensus_queue.cc:1048] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:00.314677  3541 consensus_peers.cc:597] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a -> Peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Couldn't send request to peer 8ef1a00a20854fe7adcb3b69cb1e03d6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 452fdcde166a469c90895df03da8548a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:00.315945  3499 raft_consensus.cc:1275] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:00.319058  3657 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" 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
I20260630 12:13:00.320703  3426 raft_consensus.cc:1275] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:00.328142  3662 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:00.339291  3626 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.344450  3499 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.360369  3322 catalog_manager.cc:5697] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:00.361816  3424 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.392979  3499 consensus_queue.cc:237] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.404495  3575 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:13:00.405733  3467 consensus_peers.cc:597] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e -> Peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Couldn't send request to peer 8ef1a00a20854fe7adcb3b69cb1e03d6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 99ef6d0d13ce4db2b951674c334c7097. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:00.406118  3844 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:00.406431  3424 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:00.408250  3768 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:00.415493  3844 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.417400  3575 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.421208  3424 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.430088  3322 catalog_manager.cc:5697] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:00.481362  3868 ts_tablet_manager.cc:933] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Initiating tablet copy from peer 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:13:00.483040  3868 tablet_copy_client.cc:323] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36779
I20260630 12:13:00.484567  3585 tablet_copy_service.cc:140] P 7575d7545dfc48c19de83373ca5f604a: Received BeginTabletCopySession request for tablet 64caae64bb684c25985cdb2a08346149 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 ({username='slave'} at 127.0.0.1:56910)
I20260630 12:13:00.485066  3585 tablet_copy_service.cc:161] P 7575d7545dfc48c19de83373ca5f604a: Beginning new tablet copy session on tablet 64caae64bb684c25985cdb2a08346149 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 at {username='slave'} at 127.0.0.1:56910: session id = 8ef1a00a20854fe7adcb3b69cb1e03d6-64caae64bb684c25985cdb2a08346149
I20260630 12:13:00.490336  3585 tablet_copy_source_session.cc:215] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:00.493351  3868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64caae64bb684c25985cdb2a08346149. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:00.506001  3868 tablet_copy_client.cc:806] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:00.506513  3868 tablet_copy_client.cc:670] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:00.510087  3868 tablet_copy_client.cc:538] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:00.516063  3868 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:13:00.532517  3868 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:00.533468  3868 tablet_bootstrap.cc:492] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap complete.
I20260630 12:13:00.534165  3868 ts_tablet_manager.cc:1403] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.004s
I20260630 12:13:00.537406  3868 raft_consensus.cc:359] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.538260  3868 raft_consensus.cc:740] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: LEARNER
I20260630 12:13:00.538894  3868 consensus_queue.cc:260] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.541252  3868 ts_tablet_manager.cc:1434] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:13:00.543437  3585 tablet_copy_service.cc:342] P 7575d7545dfc48c19de83373ca5f604a: Request end of tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-64caae64bb684c25985cdb2a08346149 received from {username='slave'} at 127.0.0.1:56910
I20260630 12:13:00.543836  3585 tablet_copy_service.cc:434] P 7575d7545dfc48c19de83373ca5f604a: ending tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-64caae64bb684c25985cdb2a08346149 on tablet 64caae64bb684c25985cdb2a08346149 with peer 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:00.661629  3868 ts_tablet_manager.cc:933] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Initiating tablet copy from peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:13:00.663301  3868 tablet_copy_client.cc:323] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36587
I20260630 12:13:00.665123  3436 tablet_copy_service.cc:140] P 301cbb62d74f42b69a770f42cad9c18b: Received BeginTabletCopySession request for tablet 891aee28b79f48a6bc7b59b29f74a762 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 ({username='slave'} at 127.0.0.1:32792)
I20260630 12:13:00.665664  3436 tablet_copy_service.cc:161] P 301cbb62d74f42b69a770f42cad9c18b: Beginning new tablet copy session on tablet 891aee28b79f48a6bc7b59b29f74a762 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 at {username='slave'} at 127.0.0.1:32792: session id = 8ef1a00a20854fe7adcb3b69cb1e03d6-891aee28b79f48a6bc7b59b29f74a762
I20260630 12:13:00.671097  3436 tablet_copy_source_session.cc:215] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:00.675913  3868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 891aee28b79f48a6bc7b59b29f74a762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:00.686007  3868 tablet_copy_client.cc:806] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:00.686486  3868 tablet_copy_client.cc:670] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:00.689895  3868 tablet_copy_client.cc:538] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:00.696060  3868 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:13:00.710635  3868 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:00.711280  3868 tablet_bootstrap.cc:492] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap complete.
I20260630 12:13:00.711769  3868 ts_tablet_manager.cc:1403] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.004s
I20260630 12:13:00.713740  3868 raft_consensus.cc:359] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.714321  3868 raft_consensus.cc:740] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: LEARNER
I20260630 12:13:00.714808  3868 consensus_queue.cc:260] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.716822  3868 ts_tablet_manager.cc:1434] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:00.718590  3436 tablet_copy_service.cc:342] P 301cbb62d74f42b69a770f42cad9c18b: Request end of tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-891aee28b79f48a6bc7b59b29f74a762 received from {username='slave'} at 127.0.0.1:32792
I20260630 12:13:00.719035  3436 tablet_copy_service.cc:434] P 301cbb62d74f42b69a770f42cad9c18b: ending tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-891aee28b79f48a6bc7b59b29f74a762 on tablet 891aee28b79f48a6bc7b59b29f74a762 with peer 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:00.741771  3868 ts_tablet_manager.cc:933] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Initiating tablet copy from peer 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:13:00.743520  3868 tablet_copy_client.cc:323] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36779
I20260630 12:13:00.745134  3585 tablet_copy_service.cc:140] P 7575d7545dfc48c19de83373ca5f604a: Received BeginTabletCopySession request for tablet 452fdcde166a469c90895df03da8548a from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 ({username='slave'} at 127.0.0.1:56910)
I20260630 12:13:00.745570  3585 tablet_copy_service.cc:161] P 7575d7545dfc48c19de83373ca5f604a: Beginning new tablet copy session on tablet 452fdcde166a469c90895df03da8548a from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 at {username='slave'} at 127.0.0.1:56910: session id = 8ef1a00a20854fe7adcb3b69cb1e03d6-452fdcde166a469c90895df03da8548a
I20260630 12:13:00.750094  3585 tablet_copy_source_session.cc:215] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:00.753010  3868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452fdcde166a469c90895df03da8548a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:00.769789  3868 tablet_copy_client.cc:806] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:00.770388  3868 tablet_copy_client.cc:670] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:00.775815  3868 tablet_copy_client.cc:538] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:00.784703  3868 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:13:00.802122  3868 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:00.802803  3868 tablet_bootstrap.cc:492] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap complete.
I20260630 12:13:00.803320  3868 ts_tablet_manager.cc:1403] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.019s	user 0.019s	sys 0.001s
I20260630 12:13:00.805325  3868 raft_consensus.cc:359] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.806154  3868 raft_consensus.cc:740] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: LEARNER
I20260630 12:13:00.806699  3868 consensus_queue.cc:260] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.808835  3868 ts_tablet_manager.cc:1434] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:00.811120  3585 tablet_copy_service.cc:342] P 7575d7545dfc48c19de83373ca5f604a: Request end of tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-452fdcde166a469c90895df03da8548a received from {username='slave'} at 127.0.0.1:56910
I20260630 12:13:00.811546  3585 tablet_copy_service.cc:434] P 7575d7545dfc48c19de83373ca5f604a: ending tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-452fdcde166a469c90895df03da8548a on tablet 452fdcde166a469c90895df03da8548a with peer 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:00.814000  3868 ts_tablet_manager.cc:933] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Initiating tablet copy from peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:13:00.825053  3868 tablet_copy_client.cc:323] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39341
I20260630 12:13:00.826500  3511 tablet_copy_service.cc:140] P 076d3ac8c5824651bbc1027511e8898e: Received BeginTabletCopySession request for tablet 99ef6d0d13ce4db2b951674c334c7097 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 ({username='slave'} at 127.0.0.1:44800)
I20260630 12:13:00.827032  3511 tablet_copy_service.cc:161] P 076d3ac8c5824651bbc1027511e8898e: Beginning new tablet copy session on tablet 99ef6d0d13ce4db2b951674c334c7097 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 at {username='slave'} at 127.0.0.1:44800: session id = 8ef1a00a20854fe7adcb3b69cb1e03d6-99ef6d0d13ce4db2b951674c334c7097
I20260630 12:13:00.831907  3511 tablet_copy_source_session.cc:215] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:00.835151  3868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 99ef6d0d13ce4db2b951674c334c7097. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:00.848196  3868 tablet_copy_client.cc:806] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:00.848699  3868 tablet_copy_client.cc:670] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:00.852155  3868 tablet_copy_client.cc:538] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:00.859812  3868 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:13:00.876108  3868 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:00.876930  3868 tablet_bootstrap.cc:492] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap complete.
I20260630 12:13:00.877539  3868 ts_tablet_manager.cc:1403] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260630 12:13:00.880441  3868 raft_consensus.cc:359] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.881165  3868 raft_consensus.cc:740] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: LEARNER
I20260630 12:13:00.881748  3868 consensus_queue.cc:260] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:00.886446  3868 ts_tablet_manager.cc:1434] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:13:00.888132  3511 tablet_copy_service.cc:342] P 076d3ac8c5824651bbc1027511e8898e: Request end of tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-99ef6d0d13ce4db2b951674c334c7097 received from {username='slave'} at 127.0.0.1:44800
I20260630 12:13:00.888549  3511 tablet_copy_service.cc:434] P 076d3ac8c5824651bbc1027511e8898e: ending tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-99ef6d0d13ce4db2b951674c334c7097 on tablet 99ef6d0d13ce4db2b951674c334c7097 with peer 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:01.044142  3731 raft_consensus.cc:1217] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:01.126849  3731 raft_consensus.cc:1217] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:01.198518  3731 raft_consensus.cc:1217] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:01.302596  3731 raft_consensus.cc:1217] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:01.537914  3854 raft_consensus.cc:1064] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: attempting to promote NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 to VOTER
I20260630 12:13:01.539727  3854 consensus_queue.cc:237] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:01.545620  3731 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.545917  3575 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.546895  3499 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.547446  3854 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.548755  3661 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.549620  3627 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.572934  3854 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.578171  3499 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.578868  3731 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.591147  3575 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.595659  3320 catalog_manager.cc:5697] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:01.624467  3424 consensus_queue.cc:237] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:01.630220  3731 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:01.630950  3499 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:01.632761  3854 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:01.633841  3627 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:01.639523  3854 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.641314  3499 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.642199  3731 raft_consensus.cc:2955] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.648950  3311 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 891aee28b79f48a6bc7b59b29f74a762 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:01.652726  3324 catalog_manager.cc:5697] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:01.661358  3881 raft_consensus.cc:1064] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: attempting to promote NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 to VOTER
I20260630 12:13:01.666004  3565 tablet_service.cc:1558] Processing DeleteTablet for tablet 891aee28b79f48a6bc7b59b29f74a762 with delete_type TABLET_DATA_TOMBSTONED (TS 7575d7545dfc48c19de83373ca5f604a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:56894
I20260630 12:13:01.663937  3881 consensus_queue.cc:237] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:01.668246  3892 tablet_replica.cc:333] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:01.669222  3892 raft_consensus.cc:2243] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:01.670037  3892 raft_consensus.cc:2272] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:01.673394  3892 ts_tablet_manager.cc:1916] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:01.674327  3731 raft_consensus.cc:1275] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.676887  3499 raft_consensus.cc:1275] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.677321  3424 raft_consensus.cc:1275] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.678793  3662 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.679823  3880 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.680598  3881 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.689109  3892 ts_tablet_manager.cc:1929] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:01.689549  3892 log.cc:1199] T 891aee28b79f48a6bc7b59b29f74a762 P 7575d7545dfc48c19de83373ca5f604a: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-2-root/wals/891aee28b79f48a6bc7b59b29f74a762
I20260630 12:13:01.691572  3309 catalog_manager.cc:5028] TS 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779): tablet 891aee28b79f48a6bc7b59b29f74a762 (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:01.698982  3881 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.703758  3499 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.704162  3731 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.711120  3424 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.718147  3324 catalog_manager.cc:5697] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:01.733234  3575 consensus_queue.cc:237] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:01.739589  3731 raft_consensus.cc:1275] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:01.739919  3499 raft_consensus.cc:1275] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:01.741300  3880 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:13:01.743268  3880 consensus_queue.cc:1048] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:01.749420  3662 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.750731  3499 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.752310  3731 raft_consensus.cc:2955] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.760027  3309 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 64caae64bb684c25985cdb2a08346149 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:01.765645  3322 catalog_manager.cc:5697] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:01.775323  3414 tablet_service.cc:1558] Processing DeleteTablet for tablet 64caae64bb684c25985cdb2a08346149 with delete_type TABLET_DATA_TOMBSTONED (TS 301cbb62d74f42b69a770f42cad9c18b not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:32780
I20260630 12:13:01.777218  3897 tablet_replica.cc:333] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:01.778662  3897 raft_consensus.cc:2243] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:01.779402  3897 raft_consensus.cc:2272] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:01.781828  3897 ts_tablet_manager.cc:1916] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:01.791894  3897 ts_tablet_manager.cc:1929] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:01.792248  3897 log.cc:1199] T 64caae64bb684c25985cdb2a08346149 P 301cbb62d74f42b69a770f42cad9c18b: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-0-root/wals/64caae64bb684c25985cdb2a08346149
I20260630 12:13:01.793632  3311 catalog_manager.cc:5028] TS 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): tablet 64caae64bb684c25985cdb2a08346149 (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:01.818869  3898 raft_consensus.cc:1064] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: attempting to promote NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 to VOTER
I20260630 12:13:01.820852  3898 consensus_queue.cc:237] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:01.828419  3729 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.828502  3575 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.830392  3882 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.832453  3900 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.834345  3377 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:13:01.841975  3424 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.843745  3882 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:13:01.858153  3898 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.861871  3424 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.862538  3575 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.875412  3323 catalog_manager.cc:5697] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e reported cstate change: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:01.871559  3731 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } attrs { replace: true } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.910274  3499 consensus_queue.cc:237] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:01.918912  3662 raft_consensus.cc:1064] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: attempting to promote NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 to VOTER
I20260630 12:13:01.931852  3575 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:01.921732  3662 consensus_queue.cc:237] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:01.934106  3882 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:01.938189  3729 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:01.946584  3900 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.948261  3574 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.960171  3898 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:13:01.966116  3424 raft_consensus.cc:1275] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.967808  3880 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:01.977248  3311 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 99ef6d0d13ce4db2b951674c334c7097 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:01.981688  3323 catalog_manager.cc:5697] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.989329  3729 raft_consensus.cc:2955] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:01.994483  3499 raft_consensus.cc:1275] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.995594  3731 raft_consensus.cc:1275] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:01.995743  3414 tablet_service.cc:1558] Processing DeleteTablet for tablet 99ef6d0d13ce4db2b951674c334c7097 with delete_type TABLET_DATA_TOMBSTONED (TS 301cbb62d74f42b69a770f42cad9c18b not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:32780
I20260630 12:13:01.996675  3897 tablet_replica.cc:333] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:01.997574  3897 raft_consensus.cc:2243] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:01.998307  3897 raft_consensus.cc:2272] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:01.995904  3880 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.003s
I20260630 12:13:02.000674  3662 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:02.002565  3897 ts_tablet_manager.cc:1916] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:02.013078  3424 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0"
dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
mode: GRACEFUL
new_leader_uuid: "076d3ac8c5824651bbc1027511e8898e"
 from {username='slave'} at 127.0.0.1:32802
I20260630 12:13:02.013800  3424 raft_consensus.cc:606] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Received request to transfer leadership to TS 076d3ac8c5824651bbc1027511e8898e
I20260630 12:13:02.023262  3424 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607"
dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
mode: GRACEFUL
new_leader_uuid: "7575d7545dfc48c19de83373ca5f604a"
 from {username='slave'} at 127.0.0.1:32802
I20260630 12:13:02.023926  3424 raft_consensus.cc:606] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Received request to transfer leadership to TS 7575d7545dfc48c19de83373ca5f604a
I20260630 12:13:02.025661  3897 ts_tablet_manager.cc:1929] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:02.026196  3897 log.cc:1199] T 99ef6d0d13ce4db2b951674c334c7097 P 301cbb62d74f42b69a770f42cad9c18b: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-0-root/wals/99ef6d0d13ce4db2b951674c334c7097
I20260630 12:13:02.026362  3880 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.028157  3311 catalog_manager.cc:5028] TS 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): tablet 99ef6d0d13ce4db2b951674c334c7097 (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:02.029371  3426 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762"
dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
mode: GRACEFUL
new_leader_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
 from {username='slave'} at 127.0.0.1:32802
I20260630 12:13:02.030061  3426 raft_consensus.cc:606] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Received request to transfer leadership to TS 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:02.031431  3377 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 3
I20260630 12:13:02.032202  3377 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:02.033070  3729 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.034912  3499 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.044819  3426 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.051147  3322 catalog_manager.cc:5697] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e reported cstate change: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.063364  3627 raft_consensus.cc:993] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b: : Instructing follower 7575d7545dfc48c19de83373ca5f604a to start an election
I20260630 12:13:02.063843  3854 raft_consensus.cc:1081] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Signalling peer 7575d7545dfc48c19de83373ca5f604a to start an election
I20260630 12:13:02.066510  3574 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607"
dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
 from {username='slave'} at 127.0.0.1:56898
I20260630 12:13:02.067173  3574 raft_consensus.cc:493] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:02.067600  3574 raft_consensus.cc:3060] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.073907  3575 consensus_queue.cc:237] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:02.081352  3426 raft_consensus.cc:1275] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:02.082434  3729 raft_consensus.cc:1275] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:02.082931  3880 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:02.083039  3574 raft_consensus.cc:515] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:13:02.084731  3881 consensus_queue.cc:1048] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:02.085119  3574 leader_election.cc:290] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [CANDIDATE]: Term 2 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:13:02.086915  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:13:02.087425  3499 raft_consensus.cc:3060] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.088357  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f1d0db77dc457e9e945d74f4e00607" candidate_uuid: "7575d7545dfc48c19de83373ca5f604a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:13:02.088951  3424 raft_consensus.cc:3055] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:02.089354  3424 raft_consensus.cc:740] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:13:02.090169  3424 consensus_queue.cc:260] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:13:02.091392  3424 raft_consensus.cc:3060] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.093773  3499 raft_consensus.cc:2468] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 2.
I20260630 12:13:02.095539  3541 leader_election.cc:304] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:13:02.096340  3881 raft_consensus.cc:2804] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:02.096881  3881 raft_consensus.cc:697] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 2 LEADER]: Becoming Leader. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Running, Role: LEADER
I20260630 12:13:02.098363  3881 consensus_queue.cc:237] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:13:02.098716  3880 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.097904  3424 raft_consensus.cc:2468] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7575d7545dfc48c19de83373ca5f604a in term 2.
I20260630 12:13:02.113920  3729 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.118355  3426 raft_consensus.cc:2955] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.127192  3323 catalog_manager.cc:5697] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 reported cstate change: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:02.134244  3320 catalog_manager.cc:5697] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: term changed from 1 to 2, leader changed from 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) to 7575d7545dfc48c19de83373ca5f604a (127.0.107.195). New cstate: current_term: 2 leader_uuid: "7575d7545dfc48c19de83373ca5f604a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:02.136979  3309 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 452fdcde166a469c90895df03da8548a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:02.141180  3486 tablet_service.cc:1558] Processing DeleteTablet for tablet 452fdcde166a469c90895df03da8548a with delete_type TABLET_DATA_TOMBSTONED (TS 076d3ac8c5824651bbc1027511e8898e not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:44774
I20260630 12:13:02.143105  3627 raft_consensus.cc:993] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: : Instructing follower 8ef1a00a20854fe7adcb3b69cb1e03d6 to start an election
I20260630 12:13:02.143579  3854 raft_consensus.cc:1081] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Signalling peer 8ef1a00a20854fe7adcb3b69cb1e03d6 to start an election
I20260630 12:13:02.146544  3729 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762"
dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
 from {username='slave'} at 127.0.0.1:43814
I20260630 12:13:02.147327  3729 raft_consensus.cc:493] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:02.147650  3729 raft_consensus.cc:3060] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.153330  3913 tablet_replica.cc:333] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:02.154326  3913 raft_consensus.cc:2243] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:02.155028  3913 raft_consensus.cc:2272] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:02.155442  3729 raft_consensus.cc:515] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:02.157527  3729 leader_election.cc:290] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 2 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:13:02.157915  3913 ts_tablet_manager.cc:1916] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:02.158217  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:13:02.158767  3499 raft_consensus.cc:3060] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.158720  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "891aee28b79f48a6bc7b59b29f74a762" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:13:02.159399  3426 raft_consensus.cc:3055] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:02.159775  3426 raft_consensus.cc:740] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:13:02.160538  3426 consensus_queue.cc:260] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:02.161764  3426 raft_consensus.cc:3060] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.165002  3499 raft_consensus.cc:2468] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 2.
I20260630 12:13:02.166155  3693 leader_election.cc:304] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: 076d3ac8c5824651bbc1027511e8898e, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:13:02.166996  3879 raft_consensus.cc:2804] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:02.168414  3426 raft_consensus.cc:2468] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 2.
I20260630 12:13:02.168848  3879 raft_consensus.cc:697] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEADER]: Becoming Leader. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Running, Role: LEADER
I20260630 12:13:02.169718  3879 consensus_queue.cc:237] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:02.171725  3913 ts_tablet_manager.cc:1929] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:02.172102  3913 log.cc:1199] T 452fdcde166a469c90895df03da8548a P 076d3ac8c5824651bbc1027511e8898e: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-1-root/wals/452fdcde166a469c90895df03da8548a
I20260630 12:13:02.174139  3311 catalog_manager.cc:5028] TS 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): tablet 452fdcde166a469c90895df03da8548a (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:02.176203  3320 catalog_manager.cc:5697] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 reported cstate change: term changed from 1 to 2, leader changed from 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) to 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:02.463811  3627 raft_consensus.cc:993] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b: : Instructing follower 076d3ac8c5824651bbc1027511e8898e to start an election
I20260630 12:13:02.464306  3854 raft_consensus.cc:1081] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Signalling peer 076d3ac8c5824651bbc1027511e8898e to start an election
I20260630 12:13:02.465623  3499 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0"
dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
 from {username='slave'} at 127.0.0.1:44782
I20260630 12:13:02.466012  3499 raft_consensus.cc:493] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:02.466230  3499 raft_consensus.cc:3060] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.470146  3499 raft_consensus.cc:515] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:13:02.471509  3499 leader_election.cc:290] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [CANDIDATE]: Term 2 election: Requested vote from peers 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:13:02.472218  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "301cbb62d74f42b69a770f42cad9c18b"
I20260630 12:13:02.472823  3426 raft_consensus.cc:3055] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:02.473241  3426 raft_consensus.cc:740] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 301cbb62d74f42b69a770f42cad9c18b, State: Running, Role: LEADER
I20260630 12:13:02.473320  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ce229375a04f5b868f275bb22bf2d0" candidate_uuid: "076d3ac8c5824651bbc1027511e8898e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:13:02.473976  3574 raft_consensus.cc:3060] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.474249  3426 consensus_queue.cc:260] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:13:02.476507  3426 raft_consensus.cc:3060] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:02.480506  3574 raft_consensus.cc:2468] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 2.
I20260630 12:13:02.481703  3465 leader_election.cc:304] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [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: 076d3ac8c5824651bbc1027511e8898e, 7575d7545dfc48c19de83373ca5f604a; no voters: 
I20260630 12:13:02.482506  3907 raft_consensus.cc:2804] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:02.482514  3426 raft_consensus.cc:2468] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 076d3ac8c5824651bbc1027511e8898e in term 2.
I20260630 12:13:02.484717  3907 raft_consensus.cc:697] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 2 LEADER]: Becoming Leader. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Running, Role: LEADER
I20260630 12:13:02.486032  3907 consensus_queue.cc:237] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } }
I20260630 12:13:02.492630  3320 catalog_manager.cc:5697] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e reported cstate change: term changed from 1 to 2, leader changed from 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193) to 076d3ac8c5824651bbc1027511e8898e (127.0.107.194). New cstate: current_term: 2 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:02.541296  3426 raft_consensus.cc:1275] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:02.542689  3911 consensus_queue.cc:1048] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:02.552222  3499 raft_consensus.cc:1275] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Refusing update from remote peer 7575d7545dfc48c19de83373ca5f604a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:02.554116  3880 consensus_queue.cc:1048] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:02.646236  3499 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Refusing update from remote peer 8ef1a00a20854fe7adcb3b69cb1e03d6: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:02.648007  3879 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:13:02.655196  3426 raft_consensus.cc:1275] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Refusing update from remote peer 8ef1a00a20854fe7adcb3b69cb1e03d6: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:02.657207  3879 consensus_queue.cc:1048] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:13:02.907629  3574 raft_consensus.cc:1275] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:02.908900  3922 consensus_queue.cc:1048] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:02.919167  3426 raft_consensus.cc:1275] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:02.921552  3907 consensus_queue.cc:1048] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:13:03.163168  3426 consensus_queue.cc:237] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [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: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: true } }
I20260630 12:13:03.171036  3574 raft_consensus.cc:1275] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:03.172021  3731 raft_consensus.cc:1275] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:13:03.171936  3392 consensus_peers.cc:597] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b -> Peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): Couldn't send request to peer 076d3ac8c5824651bbc1027511e8898e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 67cc293650a84a2c8411457f636281c6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:03.172598  3854 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:03.173486  3932 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:03.182240  3931 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: true } } }
I20260630 12:13:03.183938  3574 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: true } } }
I20260630 12:13:03.184029  3731 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: true } } }
I20260630 12:13:03.195652  3320 catalog_manager.cc:5697] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index -1 to 2, NON_VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: true } } }
I20260630 12:13:03.198479  3426 consensus_queue.cc:237] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:03.213131  3574 raft_consensus.cc:1275] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:03.213369  3499 raft_consensus.cc:1275] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:13:03.213143  3392 consensus_peers.cc:597] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b -> Peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Couldn't send request to peer 8ef1a00a20854fe7adcb3b69cb1e03d6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 85ce38340c8d4a34805d5f1f9e28e129. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:03.214525  3932 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:03.215456  3931 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" 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
I20260630 12:13:03.241087  3931 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.242862  3574 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.244279  3499 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.255596  3499 consensus_queue.cc:237] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: true } }
I20260630 12:13:03.256906  3323 catalog_manager.cc:5697] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.264509  3426 raft_consensus.cc:1275] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:03.264993  3729 raft_consensus.cc:1275] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:13:03.265439  3465 consensus_peers.cc:597] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e -> Peer 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779): Couldn't send request to peer 7575d7545dfc48c19de83373ca5f604a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1886bd30e3714c9f895f810bf0bc503a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:03.266211  3922 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:03.267133  3915 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:03.278475  3915 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: true } } }
I20260630 12:13:03.280892  3729 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: true } } }
I20260630 12:13:03.283414  3426 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: true } } }
I20260630 12:13:03.290869  3320 catalog_manager.cc:5697] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e reported cstate change: config changed from index -1 to 2, NON_VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:03.291966  3424 consensus_queue.cc:237] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:03.309340  3574 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:13:03.309718  3392 consensus_peers.cc:597] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b -> Peer 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): Couldn't send request to peer 8ef1a00a20854fe7adcb3b69cb1e03d6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7da323a8875c49268c98c1a371b0f1fe. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:03.310384  3499 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:03.311542  3854 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:03.312419  3932 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:03.321976  3854 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.323546  3499 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.323593  3574 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.333495  3324 catalog_manager.cc:5697] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e reported cstate change: config changed from index -1 to 2, NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } } }
I20260630 12:13:03.711660  3949 ts_tablet_manager.cc:933] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: Initiating tablet copy from peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:13:03.719211  3949 tablet_copy_client.cc:323] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36587
I20260630 12:13:03.721220  3436 tablet_copy_service.cc:140] P 301cbb62d74f42b69a770f42cad9c18b: Received BeginTabletCopySession request for tablet 67cc293650a84a2c8411457f636281c6 from peer 076d3ac8c5824651bbc1027511e8898e ({username='slave'} at 127.0.0.1:32790)
I20260630 12:13:03.721760  3436 tablet_copy_service.cc:161] P 301cbb62d74f42b69a770f42cad9c18b: Beginning new tablet copy session on tablet 67cc293650a84a2c8411457f636281c6 from peer 076d3ac8c5824651bbc1027511e8898e at {username='slave'} at 127.0.0.1:32790: session id = 076d3ac8c5824651bbc1027511e8898e-67cc293650a84a2c8411457f636281c6
I20260630 12:13:03.728078  3436 tablet_copy_source_session.cc:215] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:03.730877  3949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67cc293650a84a2c8411457f636281c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:03.743263  3949 tablet_copy_client.cc:806] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:03.743831  3949 tablet_copy_client.cc:670] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:03.747687  3949 tablet_copy_client.cc:538] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:03.753437  3949 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap starting.
I20260630 12:13:03.768033  3949 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:03.768864  3949 tablet_bootstrap.cc:492] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: Bootstrap complete.
I20260630 12:13:03.769428  3949 ts_tablet_manager.cc:1403] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.009s
I20260630 12:13:03.771828  3949 raft_consensus.cc:359] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: true } }
I20260630 12:13:03.772557  3949 raft_consensus.cc:740] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Initialized, Role: LEARNER
I20260630 12:13:03.773365  3949 consensus_queue.cc:260] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [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: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: true } }
I20260630 12:13:03.775520  3952 ts_tablet_manager.cc:933] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Initiating tablet copy from peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:13:03.776202  3949 ts_tablet_manager.cc:1434] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:13:03.778302  3436 tablet_copy_service.cc:342] P 301cbb62d74f42b69a770f42cad9c18b: Request end of tablet copy session 076d3ac8c5824651bbc1027511e8898e-67cc293650a84a2c8411457f636281c6 received from {username='slave'} at 127.0.0.1:32790
I20260630 12:13:03.779153  3436 tablet_copy_service.cc:434] P 301cbb62d74f42b69a770f42cad9c18b: ending tablet copy session 076d3ac8c5824651bbc1027511e8898e-67cc293650a84a2c8411457f636281c6 on tablet 67cc293650a84a2c8411457f636281c6 with peer 076d3ac8c5824651bbc1027511e8898e
I20260630 12:13:03.786051  3952 tablet_copy_client.cc:323] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36587
I20260630 12:13:03.787951  3436 tablet_copy_service.cc:140] P 301cbb62d74f42b69a770f42cad9c18b: Received BeginTabletCopySession request for tablet 85ce38340c8d4a34805d5f1f9e28e129 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 ({username='slave'} at 127.0.0.1:32792)
I20260630 12:13:03.788527  3436 tablet_copy_service.cc:161] P 301cbb62d74f42b69a770f42cad9c18b: Beginning new tablet copy session on tablet 85ce38340c8d4a34805d5f1f9e28e129 from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 at {username='slave'} at 127.0.0.1:32792: session id = 8ef1a00a20854fe7adcb3b69cb1e03d6-85ce38340c8d4a34805d5f1f9e28e129
I20260630 12:13:03.794942  3436 tablet_copy_source_session.cc:215] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:03.797816  3952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85ce38340c8d4a34805d5f1f9e28e129. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:03.810688  3952 tablet_copy_client.cc:806] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:03.811342  3952 tablet_copy_client.cc:670] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:03.814893  3952 tablet_copy_client.cc:538] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:03.820578  3952 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:13:03.836416  3952 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:03.837081  3952 tablet_bootstrap.cc:492] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap complete.
I20260630 12:13:03.837671  3952 ts_tablet_manager.cc:1403] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.008s
I20260630 12:13:03.839824  3952 raft_consensus.cc:359] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:03.840476  3952 raft_consensus.cc:740] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: LEARNER
I20260630 12:13:03.840956  3952 consensus_queue.cc:260] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:03.843186  3952 ts_tablet_manager.cc:1434] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:03.844702  3436 tablet_copy_service.cc:342] P 301cbb62d74f42b69a770f42cad9c18b: Request end of tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-85ce38340c8d4a34805d5f1f9e28e129 received from {username='slave'} at 127.0.0.1:32792
I20260630 12:13:03.845084  3436 tablet_copy_service.cc:434] P 301cbb62d74f42b69a770f42cad9c18b: ending tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-85ce38340c8d4a34805d5f1f9e28e129 on tablet 85ce38340c8d4a34805d5f1f9e28e129 with peer 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:03.858526  3956 ts_tablet_manager.cc:933] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: Initiating tablet copy from peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341)
I20260630 12:13:03.860196  3956 tablet_copy_client.cc:323] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39341
I20260630 12:13:03.861882  3511 tablet_copy_service.cc:140] P 076d3ac8c5824651bbc1027511e8898e: Received BeginTabletCopySession request for tablet 1886bd30e3714c9f895f810bf0bc503a from peer 7575d7545dfc48c19de83373ca5f604a ({username='slave'} at 127.0.0.1:44796)
I20260630 12:13:03.862408  3511 tablet_copy_service.cc:161] P 076d3ac8c5824651bbc1027511e8898e: Beginning new tablet copy session on tablet 1886bd30e3714c9f895f810bf0bc503a from peer 7575d7545dfc48c19de83373ca5f604a at {username='slave'} at 127.0.0.1:44796: session id = 7575d7545dfc48c19de83373ca5f604a-1886bd30e3714c9f895f810bf0bc503a
I20260630 12:13:03.868734  3511 tablet_copy_source_session.cc:215] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:03.872526  3956 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1886bd30e3714c9f895f810bf0bc503a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:03.887912  3956 tablet_copy_client.cc:806] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:03.888532  3956 tablet_copy_client.cc:670] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:03.892066  3956 tablet_copy_client.cc:538] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:03.900610  3956 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: Bootstrap starting.
I20260630 12:13:03.920468  3956 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:03.921459  3956 tablet_bootstrap.cc:492] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: Bootstrap complete.
I20260630 12:13:03.922545  3952 ts_tablet_manager.cc:933] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: Initiating tablet copy from peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587)
I20260630 12:13:03.922101  3956 ts_tablet_manager.cc:1403] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.004s
I20260630 12:13:03.926343  3952 tablet_copy_client.cc:323] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36587
I20260630 12:13:03.928025  3436 tablet_copy_service.cc:140] P 301cbb62d74f42b69a770f42cad9c18b: Received BeginTabletCopySession request for tablet 7da323a8875c49268c98c1a371b0f1fe from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 ({username='slave'} at 127.0.0.1:32792)
I20260630 12:13:03.928539  3436 tablet_copy_service.cc:161] P 301cbb62d74f42b69a770f42cad9c18b: Beginning new tablet copy session on tablet 7da323a8875c49268c98c1a371b0f1fe from peer 8ef1a00a20854fe7adcb3b69cb1e03d6 at {username='slave'} at 127.0.0.1:32792: session id = 8ef1a00a20854fe7adcb3b69cb1e03d6-7da323a8875c49268c98c1a371b0f1fe
I20260630 12:13:03.928951  3956 raft_consensus.cc:359] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: true } }
I20260630 12:13:03.929806  3956 raft_consensus.cc:740] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7575d7545dfc48c19de83373ca5f604a, State: Initialized, Role: LEARNER
I20260630 12:13:03.930490  3956 consensus_queue.cc:260] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: true } }
I20260630 12:13:03.933107  3956 ts_tablet_manager.cc:1434] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:13:03.935891  3436 tablet_copy_source_session.cc:215] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:03.937248  3511 tablet_copy_service.cc:342] P 076d3ac8c5824651bbc1027511e8898e: Request end of tablet copy session 7575d7545dfc48c19de83373ca5f604a-1886bd30e3714c9f895f810bf0bc503a received from {username='slave'} at 127.0.0.1:44796
I20260630 12:13:03.937723  3511 tablet_copy_service.cc:434] P 076d3ac8c5824651bbc1027511e8898e: ending tablet copy session 7575d7545dfc48c19de83373ca5f604a-1886bd30e3714c9f895f810bf0bc503a on tablet 1886bd30e3714c9f895f810bf0bc503a with peer 7575d7545dfc48c19de83373ca5f604a
I20260630 12:13:03.938472  3952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7da323a8875c49268c98c1a371b0f1fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:03.950345  3952 tablet_copy_client.cc:806] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:03.950882  3952 tablet_copy_client.cc:670] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:03.955072  3952 tablet_copy_client.cc:538] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:03.960983  3952 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap starting.
I20260630 12:13:03.978416  3952 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:03.979117  3952 tablet_bootstrap.cc:492] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: Bootstrap complete.
I20260630 12:13:03.979673  3952 ts_tablet_manager.cc:1403] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.004s
I20260630 12:13:03.981859  3952 raft_consensus.cc:359] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:03.982457  3952 raft_consensus.cc:740] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Initialized, Role: LEARNER
I20260630 12:13:03.983060  3952 consensus_queue.cc:260] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: true } }
I20260630 12:13:03.985373  3952 ts_tablet_manager.cc:1434] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:03.987283  3436 tablet_copy_service.cc:342] P 301cbb62d74f42b69a770f42cad9c18b: Request end of tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-7da323a8875c49268c98c1a371b0f1fe received from {username='slave'} at 127.0.0.1:32792
I20260630 12:13:03.987762  3436 tablet_copy_service.cc:434] P 301cbb62d74f42b69a770f42cad9c18b: ending tablet copy session 8ef1a00a20854fe7adcb3b69cb1e03d6-7da323a8875c49268c98c1a371b0f1fe on tablet 7da323a8875c49268c98c1a371b0f1fe with peer 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:04.033526  3377 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:13:04.068989  3499 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097"
dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
mode: GRACEFUL
new_leader_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
 from {username='slave'} at 127.0.0.1:44822
I20260630 12:13:04.069713  3499 raft_consensus.cc:606] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Received request to transfer leadership to TS 8ef1a00a20854fe7adcb3b69cb1e03d6
I20260630 12:13:04.070920  3377 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:13:04.071687  3377 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:04.127597  3499 raft_consensus.cc:1217] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:04.143699  3907 raft_consensus.cc:993] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: : Instructing follower 8ef1a00a20854fe7adcb3b69cb1e03d6 to start an election
I20260630 12:13:04.144198  3955 raft_consensus.cc:1081] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Signalling peer 8ef1a00a20854fe7adcb3b69cb1e03d6 to start an election
I20260630 12:13:04.145684  3729 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097"
dest_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6"
 from {username='slave'} at 127.0.0.1:43790
I20260630 12:13:04.146230  3729 raft_consensus.cc:493] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:04.146559  3729 raft_consensus.cc:3060] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:04.151208  3729 raft_consensus.cc:515] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:04.152920  3729 leader_election.cc:290] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [CANDIDATE]: Term 2 election: Requested vote from peers 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341), 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779)
I20260630 12:13:04.153802  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "076d3ac8c5824651bbc1027511e8898e"
I20260630 12:13:04.154450  3499 raft_consensus.cc:3055] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:04.154738  3499 raft_consensus.cc:740] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 076d3ac8c5824651bbc1027511e8898e, State: Running, Role: LEADER
I20260630 12:13:04.155129  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99ef6d0d13ce4db2b951674c334c7097" candidate_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "7575d7545dfc48c19de83373ca5f604a"
I20260630 12:13:04.155827  3575 raft_consensus.cc:3060] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:04.155593  3499 consensus_queue.cc:260] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:04.156853  3499 raft_consensus.cc:3060] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:04.160904  3575 raft_consensus.cc:2468] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 2.
I20260630 12:13:04.162222  3691 leader_election.cc:304] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: 7575d7545dfc48c19de83373ca5f604a, 8ef1a00a20854fe7adcb3b69cb1e03d6; no voters: 
I20260630 12:13:04.162940  3939 raft_consensus.cc:2804] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:04.163014  3499 raft_consensus.cc:2468] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ef1a00a20854fe7adcb3b69cb1e03d6 in term 2.
I20260630 12:13:04.164270  3939 raft_consensus.cc:697] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEADER]: Becoming Leader. State: Replica: 8ef1a00a20854fe7adcb3b69cb1e03d6, State: Running, Role: LEADER
I20260630 12:13:04.165053  3939 consensus_queue.cc:237] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:04.172559  3320 catalog_manager.cc:5697] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 reported cstate change: term changed from 1 to 2, leader changed from 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) to 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:04.300863  3729 raft_consensus.cc:1217] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:04.321321  3574 raft_consensus.cc:1217] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:04.323294  3729 raft_consensus.cc:1217] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:13:04.552416  3574 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Refusing update from remote peer 8ef1a00a20854fe7adcb3b69cb1e03d6: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:04.553989  3964 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:04.567667  3499 raft_consensus.cc:1275] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Refusing update from remote peer 8ef1a00a20854fe7adcb3b69cb1e03d6: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:04.572088  3974 consensus_queue.cc:1048] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:04.643232  3932 raft_consensus.cc:1064] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: attempting to promote NON_VOTER 076d3ac8c5824651bbc1027511e8898e to VOTER
I20260630 12:13:04.645061  3932 consensus_queue.cc:237] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [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: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } }
I20260630 12:13:04.652283  3499 raft_consensus.cc:1275] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEARNER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.653918  3574 raft_consensus.cc:1275] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.653771  3931 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:04.656915  3931 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:04.659996  3729 raft_consensus.cc:1275] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.661358  3931 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:04.672639  3963 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.675532  3499 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.677386  3574 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.685038  3729 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.691325  3324 catalog_manager.cc:5697] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index 2 to 3, 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.717468  3424 consensus_queue.cc:237] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [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: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } }
I20260630 12:13:04.724787  3574 raft_consensus.cc:1275] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:04.725109  3499 raft_consensus.cc:1275] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:04.726475  3963 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:04.730986  3931 consensus_queue.cc:1048] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:04.733606  3932 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.741159  3574 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.742301  3499 raft_consensus.cc:2955] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.755748  3323 catalog_manager.cc:5697] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { promote: false } } }
I20260630 12:13:04.758567  3311 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 67cc293650a84a2c8411457f636281c6 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:04.770017  3713 tablet_service.cc:1558] Processing DeleteTablet for tablet 67cc293650a84a2c8411457f636281c6 with delete_type TABLET_DATA_TOMBSTONED (TS 8ef1a00a20854fe7adcb3b69cb1e03d6 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43782
I20260630 12:13:04.773460  3984 tablet_replica.cc:333] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:04.774554  3984 raft_consensus.cc:2243] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:04.776718  3984 raft_consensus.cc:2272] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:04.780714  3984 ts_tablet_manager.cc:1916] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:04.791967  3984 ts_tablet_manager.cc:1929] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:04.792342  3984 log.cc:1199] T 67cc293650a84a2c8411457f636281c6 P 8ef1a00a20854fe7adcb3b69cb1e03d6: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-3-root/wals/67cc293650a84a2c8411457f636281c6
I20260630 12:13:04.793934  3311 catalog_manager.cc:5028] TS 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): tablet 67cc293650a84a2c8411457f636281c6 (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:04.842154  3963 raft_consensus.cc:1064] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: attempting to promote NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 to VOTER
I20260630 12:13:04.844907  3963 consensus_queue.cc:237] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:04.851919  3729 raft_consensus.cc:1275] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEARNER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.852198  3574 raft_consensus.cc:1275] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.853790  3963 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:04.854938  3499 raft_consensus.cc:1275] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.854955  3931 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:13:04.856463  3932 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:13:04.872040  3989 raft_consensus.cc:1064] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: attempting to promote NON_VOTER 7575d7545dfc48c19de83373ca5f604a to VOTER
I20260630 12:13:04.875870  3989 consensus_queue.cc:237] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } }
I20260630 12:13:04.876200  3963 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.879350  3574 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.894184  3322 catalog_manager.cc:5697] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a reported cstate change: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.910802  3731 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.916836  3574 raft_consensus.cc:1275] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEARNER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.918497  3990 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:13:04.923614  3729 raft_consensus.cc:1275] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.924594  3426 raft_consensus.cc:1275] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:04.927778  3499 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.929131  3992 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:13:04.928244  3424 consensus_queue.cc:237] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [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: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:04.930624  3989 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.009s
I20260630 12:13:04.939275  3574 raft_consensus.cc:1275] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:04.940763  3731 raft_consensus.cc:1275] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:04.942292  3931 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:04.946205  3994 raft_consensus.cc:1064] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: attempting to promote NON_VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 to VOTER
I20260630 12:13:04.948585  3994 consensus_queue.cc:237] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:04.943532  3993 consensus_queue.cc:1048] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.007s
I20260630 12:13:04.954324  3931 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.959911  3729 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.957789  3574 raft_consensus.cc:2955] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.975473  3323 catalog_manager.cc:5697] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 reported cstate change: config changed from index 3 to 4, VOTER 076d3ac8c5824651bbc1027511e8898e (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:04.975013  3990 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } } }
I20260630 12:13:04.993559  3729 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEARNER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:13:04.995225  3499 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:13:04.997329  3572 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:13:04.998320  3311 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 85ce38340c8d4a34805d5f1f9e28e129 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:04.999142  3994 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:05.000049  3993 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:05.002596  3931 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:05.007215  3486 tablet_service.cc:1558] Processing DeleteTablet for tablet 85ce38340c8d4a34805d5f1f9e28e129 with delete_type TABLET_DATA_TOMBSTONED (TS 076d3ac8c5824651bbc1027511e8898e not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:44774
I20260630 12:13:05.011158  3730 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } } }
I20260630 12:13:05.030264  3426 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } } }
I20260630 12:13:05.033228  3575 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } } }
I20260630 12:13:05.035434  3323 catalog_manager.cc:5697] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e reported cstate change: config changed from index 2 to 3, 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:05.066546  4001 tablet_replica.cc:333] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.067552  4001 raft_consensus.cc:2243] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.068326  4001 raft_consensus.cc:2272] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.067941  3963 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.071461  3499 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.074646  4001 ts_tablet_manager.cc:1916] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:05.074535  3500 consensus_queue.cc:237] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [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: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } }
I20260630 12:13:05.080588  3573 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.090771  3575 raft_consensus.cc:1275] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:05.091068  3426 raft_consensus.cc:1275] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Refusing update from remote peer 076d3ac8c5824651bbc1027511e8898e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:05.092294  3989 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:05.094923  3990 consensus_queue.cc:1048] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [LEADER]: Connected to new peer: Peer: permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:05.098497  3730 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.101274  3989 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } } }
I20260630 12:13:05.105185  3323 catalog_manager.cc:5697] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b reported cstate change: config changed from index 2 to 3, 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:05.111490  3426 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } } }
I20260630 12:13:05.123399  3311 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1886bd30e3714c9f895f810bf0bc503a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:05.123623  3424 consensus_queue.cc:237] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } }
I20260630 12:13:05.115788  3575 raft_consensus.cc:2955] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } } }
I20260630 12:13:05.134363  3320 catalog_manager.cc:5697] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e reported cstate change: config changed from index 3 to 4, VOTER 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "076d3ac8c5824651bbc1027511e8898e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7575d7545dfc48c19de83373ca5f604a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36779 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:05.139115  3499 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:13:05.140836  3994 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:13:05.142871  3730 raft_consensus.cc:1275] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Refusing update from remote peer 301cbb62d74f42b69a770f42cad9c18b: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:13:05.145114  4001 ts_tablet_manager.cc:1929] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:05.145639  4001 log.cc:1199] T 85ce38340c8d4a34805d5f1f9e28e129 P 076d3ac8c5824651bbc1027511e8898e: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-1-root/wals/85ce38340c8d4a34805d5f1f9e28e129
I20260630 12:13:05.147579  3311 catalog_manager.cc:5028] TS 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): tablet 85ce38340c8d4a34805d5f1f9e28e129 (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:05.149369  3994 consensus_queue.cc:1048] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:05.151031  3713 tablet_service.cc:1558] Processing DeleteTablet for tablet 1886bd30e3714c9f895f810bf0bc503a with delete_type TABLET_DATA_TOMBSTONED (TS 8ef1a00a20854fe7adcb3b69cb1e03d6 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43782
I20260630 12:13:05.151930  3984 tablet_replica.cc:333] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:05.152941  3984 raft_consensus.cc:2243] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.153658  3984 raft_consensus.cc:2272] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.160391  3963 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.162353  3499 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.167380  3984 ts_tablet_manager.cc:1916] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:05.168743  3730 raft_consensus.cc:2955] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.178021  3320 catalog_manager.cc:5697] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e reported cstate change: config changed from index 3 to 4, VOTER 7575d7545dfc48c19de83373ca5f604a (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "301cbb62d74f42b69a770f42cad9c18b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "301cbb62d74f42b69a770f42cad9c18b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36587 } } peers { permanent_uuid: "076d3ac8c5824651bbc1027511e8898e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39341 } } peers { permanent_uuid: "8ef1a00a20854fe7adcb3b69cb1e03d6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44405 } attrs { promote: false } } }
I20260630 12:13:05.180516  3311 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 7da323a8875c49268c98c1a371b0f1fe with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:05.194466  3984 ts_tablet_manager.cc:1929] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:05.195043  3984 log.cc:1199] T 1886bd30e3714c9f895f810bf0bc503a P 8ef1a00a20854fe7adcb3b69cb1e03d6: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-3-root/wals/1886bd30e3714c9f895f810bf0bc503a
I20260630 12:13:05.199779  3311 catalog_manager.cc:5028] TS 8ef1a00a20854fe7adcb3b69cb1e03d6 (127.0.107.196:44405): tablet 1886bd30e3714c9f895f810bf0bc503a (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:05.200034  3565 tablet_service.cc:1558] Processing DeleteTablet for tablet 7da323a8875c49268c98c1a371b0f1fe with delete_type TABLET_DATA_TOMBSTONED (TS 7575d7545dfc48c19de83373ca5f604a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:56894
I20260630 12:13:05.202416  4007 tablet_replica.cc:333] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.203658  4007 raft_consensus.cc:2243] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.204421  4007 raft_consensus.cc:2272] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.207798  4007 ts_tablet_manager.cc:1916] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:05.218490  4007 ts_tablet_manager.cc:1929] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:13:05.218845  4007 log.cc:1199] T 7da323a8875c49268c98c1a371b0f1fe P 7575d7545dfc48c19de83373ca5f604a: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821482054927-431-0/minicluster-data/ts-2-root/wals/7da323a8875c49268c98c1a371b0f1fe
I20260630 12:13:05.220541  3309 catalog_manager.cc:5028] TS 7575d7545dfc48c19de83373ca5f604a (127.0.107.195:36779): tablet 7da323a8875c49268c98c1a371b0f1fe (table range_aware_rebalance_new_range [id=297f7800578c4b9595056f5c047c1773]) successfully deleted
I20260630 12:13:05.677459   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:05.712786   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:05.713569   431 tablet_replica.cc:333] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.714278   431 raft_consensus.cc:2243] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.715051   431 raft_consensus.cc:2272] T 29dccaaddf69419cba806873dbce89ad P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.716780   431 tablet_replica.cc:333] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.717298   431 raft_consensus.cc:2243] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.718055   431 raft_consensus.cc:2272] T 67cc293650a84a2c8411457f636281c6 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.720599   431 tablet_replica.cc:333] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.721403   431 raft_consensus.cc:2243] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.721930   431 raft_consensus.cc:2272] T 1886bd30e3714c9f895f810bf0bc503a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.723951   431 tablet_replica.cc:333] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.724442   431 raft_consensus.cc:2243] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.725097   431 raft_consensus.cc:2272] T 7da323a8875c49268c98c1a371b0f1fe P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.726985   431 tablet_replica.cc:333] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.727510   431 raft_consensus.cc:2243] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.728096   431 raft_consensus.cc:2272] T 452fdcde166a469c90895df03da8548a P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.730208   431 tablet_replica.cc:333] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.730894   431 raft_consensus.cc:2243] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.731375   431 raft_consensus.cc:2272] T 53ce229375a04f5b868f275bb22bf2d0 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.733749   431 tablet_replica.cc:333] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.734172   431 raft_consensus.cc:2243] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.734493   431 raft_consensus.cc:2272] T e25cca14771e4b428f6af873832fc392 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.735975   431 tablet_replica.cc:333] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.736379   431 raft_consensus.cc:2243] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.736711   431 raft_consensus.cc:2272] T 33f78fce66964616b5d61575efb89e70 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.738303   431 tablet_replica.cc:333] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.738709   431 raft_consensus.cc:2243] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.739022   431 raft_consensus.cc:2272] T bbe024b68f3b47e2bd8884c0a033c0cb P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.740662   431 tablet_replica.cc:333] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.741110   431 raft_consensus.cc:2243] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.741783   431 raft_consensus.cc:2272] T 85ce38340c8d4a34805d5f1f9e28e129 P 301cbb62d74f42b69a770f42cad9c18b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.743698   431 tablet_replica.cc:333] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.744113   431 raft_consensus.cc:2243] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.744464   431 raft_consensus.cc:2272] T 61f1d0db77dc457e9e945d74f4e00607 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.746075   431 tablet_replica.cc:333] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b: stopping tablet replica
I20260630 12:13:05.746441   431 raft_consensus.cc:2243] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.746769   431 raft_consensus.cc:2272] T 891aee28b79f48a6bc7b59b29f74a762 P 301cbb62d74f42b69a770f42cad9c18b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.781136   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:05.811569   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:13:05.812107  3467 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36587: connect: Connection refused (error 111) [suppressed 33 similar messages]
W20260630 12:13:05.817589  3467 consensus_peers.cc:597] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e -> Peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Couldn't send request to peer 301cbb62d74f42b69a770f42cad9c18b. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36587: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:05.822367  3541 consensus_peers.cc:597] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a -> Peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): Couldn't send request to peer 076d3ac8c5824651bbc1027511e8898e. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:05.841825   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:05.842517   431 tablet_replica.cc:333] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.843086   431 raft_consensus.cc:2243] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.843731   431 raft_consensus.cc:2272] T 67cc293650a84a2c8411457f636281c6 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.845624   431 tablet_replica.cc:333] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.846349   431 raft_consensus.cc:2243] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.847082   431 raft_consensus.cc:2272] T 2da415e72e9848d2bb333219ee920e16 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.848874   431 tablet_replica.cc:333] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.849366   431 raft_consensus.cc:2243] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.849785   431 raft_consensus.cc:2272] T 29dccaaddf69419cba806873dbce89ad P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.851370   431 tablet_replica.cc:333] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.851883   431 raft_consensus.cc:2243] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.852543   431 raft_consensus.cc:2272] T 53ce229375a04f5b868f275bb22bf2d0 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.854198   431 tablet_replica.cc:333] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.854662   431 raft_consensus.cc:2243] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.855325   431 raft_consensus.cc:2272] T cefce7c0909d4ebc9751cf52f6f11a0e P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.856930   431 tablet_replica.cc:333] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.857380   431 raft_consensus.cc:2243] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.857807   431 raft_consensus.cc:2272] T 33f78fce66964616b5d61575efb89e70 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.859371   431 tablet_replica.cc:333] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.859855   431 raft_consensus.cc:2243] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.860543   431 raft_consensus.cc:2272] T 1886bd30e3714c9f895f810bf0bc503a P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.862581   431 tablet_replica.cc:333] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.863086   431 raft_consensus.cc:2243] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.863477   431 raft_consensus.cc:2272] T 99ef6d0d13ce4db2b951674c334c7097 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.865200   431 tablet_replica.cc:333] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.865731   431 raft_consensus.cc:2243] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.866135   431 raft_consensus.cc:2272] T 61f1d0db77dc457e9e945d74f4e00607 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.867705   431 tablet_replica.cc:333] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.868160   431 raft_consensus.cc:2243] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.868665   431 raft_consensus.cc:2272] T 891aee28b79f48a6bc7b59b29f74a762 P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.870261   431 tablet_replica.cc:333] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.870694   431 raft_consensus.cc:2243] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.871191   431 raft_consensus.cc:2272] T 7da323a8875c49268c98c1a371b0f1fe P 076d3ac8c5824651bbc1027511e8898e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.873865   431 tablet_replica.cc:333] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e: stopping tablet replica
I20260630 12:13:05.874467   431 raft_consensus.cc:2243] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.875185   431 raft_consensus.cc:2272] T 64caae64bb684c25985cdb2a08346149 P 076d3ac8c5824651bbc1027511e8898e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.909345   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:05.937042   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:05.963549   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:05.964469   431 tablet_replica.cc:333] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.965417   431 raft_consensus.cc:2243] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.965957   431 raft_consensus.cc:2272] T 1886bd30e3714c9f895f810bf0bc503a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.968014   431 tablet_replica.cc:333] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.968585   431 raft_consensus.cc:2243] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.969086   431 raft_consensus.cc:2272] T e25cca14771e4b428f6af873832fc392 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.970968   431 tablet_replica.cc:333] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.971597   431 raft_consensus.cc:2243] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.972313   431 raft_consensus.cc:2272] T bbe024b68f3b47e2bd8884c0a033c0cb P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.974251   431 tablet_replica.cc:333] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.974738   431 raft_consensus.cc:2243] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.975148   431 raft_consensus.cc:2272] T 67cc293650a84a2c8411457f636281c6 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:05.975708  3693 consensus_peers.cc:597] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 -> Peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Couldn't send request to peer 301cbb62d74f42b69a770f42cad9c18b. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36587: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:05.976840   431 tablet_replica.cc:333] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.977437   431 raft_consensus.cc:2243] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.977855   431 raft_consensus.cc:2272] T 53ce229375a04f5b868f275bb22bf2d0 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.979565   431 tablet_replica.cc:333] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.980139   431 raft_consensus.cc:2243] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.980491   431 raft_consensus.cc:2272] T cefce7c0909d4ebc9751cf52f6f11a0e P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.982122   431 tablet_replica.cc:333] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.982574   431 raft_consensus.cc:2243] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.982893   431 raft_consensus.cc:2272] T 2da415e72e9848d2bb333219ee920e16 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.984608   431 tablet_replica.cc:333] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.985445   431 raft_consensus.cc:2243] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.986022   431 raft_consensus.cc:2272] T 85ce38340c8d4a34805d5f1f9e28e129 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.987886   431 tablet_replica.cc:333] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.988387   431 raft_consensus.cc:2243] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.989120   431 raft_consensus.cc:2272] T 452fdcde166a469c90895df03da8548a P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.990857   431 tablet_replica.cc:333] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.991402   431 raft_consensus.cc:2243] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:05.991904   431 raft_consensus.cc:2272] T 99ef6d0d13ce4db2b951674c334c7097 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.993402   431 tablet_replica.cc:333] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.993896   431 raft_consensus.cc:2243] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.994562   431 raft_consensus.cc:2272] T 61f1d0db77dc457e9e945d74f4e00607 P 7575d7545dfc48c19de83373ca5f604a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.996320   431 tablet_replica.cc:333] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a: stopping tablet replica
I20260630 12:13:05.996763   431 raft_consensus.cc:2243] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:05.997458   431 raft_consensus.cc:2272] T 64caae64bb684c25985cdb2a08346149 P 7575d7545dfc48c19de83373ca5f604a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:06.010293  3693 consensus_peers.cc:597] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 -> Peer 301cbb62d74f42b69a770f42cad9c18b (127.0.107.193:36587): Couldn't send request to peer 301cbb62d74f42b69a770f42cad9c18b. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36587: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:06.019984   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
W20260630 12:13:06.021104  3693 consensus_peers.cc:597] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 -> Peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): Couldn't send request to peer 076d3ac8c5824651bbc1027511e8898e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39341: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:06.021571  3693 consensus_peers.cc:597] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 -> Peer 076d3ac8c5824651bbc1027511e8898e (127.0.107.194:39341): Couldn't send request to peer 076d3ac8c5824651bbc1027511e8898e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39341: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:06.044814   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:06.066823   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:06.067606   431 tablet_replica.cc:333] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.068480   431 raft_consensus.cc:2243] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.069137   431 raft_consensus.cc:2272] T 7da323a8875c49268c98c1a371b0f1fe P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.071398   431 tablet_replica.cc:333] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.071935   431 raft_consensus.cc:2243] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.072510   431 raft_consensus.cc:2272] T 85ce38340c8d4a34805d5f1f9e28e129 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.072813  3377 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:13:06.074718   431 tablet_replica.cc:333] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.075452   431 raft_consensus.cc:2243] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:06.076346   431 raft_consensus.cc:2272] T 99ef6d0d13ce4db2b951674c334c7097 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.078961   431 tablet_replica.cc:333] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.079706   431 raft_consensus.cc:2243] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.080317   431 raft_consensus.cc:2272] T 452fdcde166a469c90895df03da8548a P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.082578   431 tablet_replica.cc:333] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.083264   431 raft_consensus.cc:2243] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:06.084151   431 raft_consensus.cc:2272] T 891aee28b79f48a6bc7b59b29f74a762 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.086546   431 tablet_replica.cc:333] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.087252   431 raft_consensus.cc:2243] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.087809   431 raft_consensus.cc:2272] T 64caae64bb684c25985cdb2a08346149 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.088915  3377 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:13:06.089653  3377 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:06.090155   431 tablet_replica.cc:333] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.090622   431 raft_consensus.cc:2243] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.090969   431 raft_consensus.cc:2272] T cefce7c0909d4ebc9751cf52f6f11a0e P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.092577   431 tablet_replica.cc:333] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.093003   431 raft_consensus.cc:2243] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.093307   431 raft_consensus.cc:2272] T 29dccaaddf69419cba806873dbce89ad P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.095244   431 tablet_replica.cc:333] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.095726   431 raft_consensus.cc:2243] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:06.096349   431 raft_consensus.cc:2272] T 33f78fce66964616b5d61575efb89e70 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.098026   431 tablet_replica.cc:333] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.098466   431 raft_consensus.cc:2243] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:06.099152   431 raft_consensus.cc:2272] T e25cca14771e4b428f6af873832fc392 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.100616   431 tablet_replica.cc:333] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.101016   431 raft_consensus.cc:2243] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.101348   431 raft_consensus.cc:2272] T bbe024b68f3b47e2bd8884c0a033c0cb P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.102891   431 tablet_replica.cc:333] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6: stopping tablet replica
I20260630 12:13:06.103518   431 raft_consensus.cc:2243] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.104003   431 raft_consensus.cc:2272] T 2da415e72e9848d2bb333219ee920e16 P 8ef1a00a20854fe7adcb3b69cb1e03d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.135203   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:06.158149   431 master.cc:562] Master@127.0.107.254:41801 shutting down...
I20260630 12:13:06.177363   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:06.177945   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.178311   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 490ced6965cd412a9a203ad09ce56166: stopping tablet replica
I20260630 12:13:06.200124   431 master.cc:584] Master@127.0.107.254:41801 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (10610 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:13:06.251482   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38605
I20260630 12:13:06.252539   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.258401  4015 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.258450  4014 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.258984  4017 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.261049   431 server_base.cc:1061] running on GCE node
I20260630 12:13:06.262770   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.262964   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.263092   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586263080 us; error 0 us; skew 500 ppm
I20260630 12:13:06.263621   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.266101   431 webserver.cc:533] Webserver started at http://127.0.107.254:36985/ using document root <none> and password file <none>
I20260630 12:13:06.266578   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.266742   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.266983   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.268088   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "3c4671a678184b87b1c14994535405fe"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.272714   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:06.276003  4022 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.276785   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:06.277019   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "3c4671a678184b87b1c14994535405fe"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.277266   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-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)
I20260630 12:13:06.305908   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.307133   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.347211   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38605
I20260630 12:13:06.347307  4073 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38605 every 8 connection(s)
I20260630 12:13:06.351235  4074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:06.362133  4074 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe: Bootstrap starting.
I20260630 12:13:06.367008  4074 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:06.371249  4074 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe: No bootstrap required, opened a new log
I20260630 12:13:06.373144  4074 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3c4671a678184b87b1c14994535405fe" member_type: VOTER }
I20260630 12:13:06.373508  4074 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:06.373778  4074 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3c4671a678184b87b1c14994535405fe, State: Initialized, Role: FOLLOWER
I20260630 12:13:06.374272  4074 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3c4671a678184b87b1c14994535405fe" member_type: VOTER }
I20260630 12:13:06.374667  4074 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:06.374850  4074 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:06.375046  4074 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:06.379303  4074 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3c4671a678184b87b1c14994535405fe" member_type: VOTER }
I20260630 12:13:06.379747  4074 leader_election.cc:304] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [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: 3c4671a678184b87b1c14994535405fe; no voters: 
I20260630 12:13:06.380744  4074 leader_election.cc:290] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:06.381083  4077 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:06.382438  4077 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 1 LEADER]: Becoming Leader. State: Replica: 3c4671a678184b87b1c14994535405fe, State: Running, Role: LEADER
I20260630 12:13:06.383072  4077 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [LEADER]: Queue going to LEADER mode. State: All 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: "3c4671a678184b87b1c14994535405fe" member_type: VOTER }
I20260630 12:13:06.383631  4074 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:06.387555  4078 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3c4671a678184b87b1c14994535405fe" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3c4671a678184b87b1c14994535405fe" member_type: VOTER } }
I20260630 12:13:06.387877  4079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3c4671a678184b87b1c14994535405fe. Latest consensus state: current_term: 1 leader_uuid: "3c4671a678184b87b1c14994535405fe" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3c4671a678184b87b1c14994535405fe" member_type: VOTER } }
I20260630 12:13:06.388145  4078 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:06.388355  4079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:06.390772  4083 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:06.399266  4083 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:06.400246   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:06.408950  4083 catalog_manager.cc:1383] Generated new cluster ID: cb59daa94fac4d0eb9ad2f10dd11295d
I20260630 12:13:06.409286  4083 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:06.423413  4083 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:06.424651  4083 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:06.439795  4083 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe: Generated new TSK 0
I20260630 12:13:06.440400  4083 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:06.466822   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.473603  4095 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.474490  4096 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.476436   431 server_base.cc:1061] running on GCE node
W20260630 12:13:06.477206  4098 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.478181   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.478407   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.478595   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586478575 us; error 0 us; skew 500 ppm
I20260630 12:13:06.479213   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.481842   431 webserver.cc:533] Webserver started at http://127.0.107.193:33757/ using document root <none> and password file <none>
I20260630 12:13:06.482344   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.482560   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.482831   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.483886   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "3e08ebc33bb443c1a579a20051a53642"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.489015   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260630 12:13:06.492506  4103 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.493660   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:13:06.494009   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "3e08ebc33bb443c1a579a20051a53642"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.494637   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-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)
I20260630 12:13:06.532687   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.534497   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.536659   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:06.540546   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:06.540829   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.541162   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:06.541427   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.581805   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40879
I20260630 12:13:06.581909  4165 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40879 every 8 connection(s)
I20260630 12:13:06.586748   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.593331  4170 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.595222  4171 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.598954  4173 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.599061   431 server_base.cc:1061] running on GCE node
I20260630 12:13:06.600339   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:13:06.600488  4166 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
W20260630 12:13:06.600605   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.600853   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586600835 us; error 0 us; skew 500 ppm
I20260630 12:13:06.600900  4166 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:06.601678   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.601904  4166 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260630 12:13:06.604127   431 webserver.cc:533] Webserver started at http://127.0.107.194:40981/ using document root <none> and password file <none>
I20260630 12:13:06.604408  4039 ts_manager.cc:194] Registered new tserver with Master: 3e08ebc33bb443c1a579a20051a53642 (127.0.107.193:40879)
I20260630 12:13:06.604821   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.605087   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.605402   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.606772   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "e83886dd736e4f748b2a30508207a472"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.606827  4039 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37678
I20260630 12:13:06.611739   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:06.614849  4178 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.615550   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:06.615836   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "e83886dd736e4f748b2a30508207a472"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.616096   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-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)
I20260630 12:13:06.628139   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.629269   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.630770   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:06.632867   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:06.633042   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.633332   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:06.633474   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.672160   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35935
I20260630 12:13:06.672259  4240 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35935 every 8 connection(s)
I20260630 12:13:06.676887   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.685099  4244 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.688019  4245 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.690800  4241 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
I20260630 12:13:06.691267  4241 heartbeater.cc:461] Registering TS with master...
W20260630 12:13:06.691882  4247 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.692085   431 server_base.cc:1061] running on GCE node
I20260630 12:13:06.692354  4241 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260630 12:13:06.693154   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.693441   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.693657   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586693637 us; error 0 us; skew 500 ppm
I20260630 12:13:06.694245   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.694512  4039 ts_manager.cc:194] Registered new tserver with Master: e83886dd736e4f748b2a30508207a472 (127.0.107.194:35935)
I20260630 12:13:06.696106  4039 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37680
I20260630 12:13:06.696820   431 webserver.cc:533] Webserver started at http://127.0.107.195:37075/ using document root <none> and password file <none>
I20260630 12:13:06.697510   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.697789   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.698057   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.699095   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "7dede28a41e14c1e9bfd9bf1f081eb25"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.703445   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:06.706491  4252 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.707237   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:06.707517   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "7dede28a41e14c1e9bfd9bf1f081eb25"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.707800   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-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)
I20260630 12:13:06.719192   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.720283   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.721724   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:06.723824   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:06.724040   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.724282   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:06.724454   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.763118   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44223
I20260630 12:13:06.763211  4314 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44223 every 8 connection(s)
I20260630 12:13:06.767689   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.774658  4318 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.775205  4319 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.778465   431 server_base.cc:1061] running on GCE node
W20260630 12:13:06.778682  4322 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.779783   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.780025   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.780242   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586780226 us; error 0 us; skew 500 ppm
I20260630 12:13:06.780771   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.781667  4315 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
I20260630 12:13:06.782083  4315 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:06.782832  4315 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260630 12:13:06.783433   431 webserver.cc:533] Webserver started at http://127.0.107.196:43897/ using document root <none> and password file <none>
I20260630 12:13:06.784003   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.784255   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.784578   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.784982  4039 ts_manager.cc:194] Registered new tserver with Master: 7dede28a41e14c1e9bfd9bf1f081eb25 (127.0.107.195:44223)
I20260630 12:13:06.785840   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "e88bd3721e4b4352a81bb1d105d70155"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.786548  4039 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37686
I20260630 12:13:06.790514   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:13:06.793747  4326 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.794487   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:06.794778   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "e88bd3721e4b4352a81bb1d105d70155"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-ctg2"
I20260630 12:13:06.795081   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821482054927-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)
I20260630 12:13:06.804953   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.806285   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.807749   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:06.810070   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:06.810310   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.810554   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:06.810738   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.851341   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35939
I20260630 12:13:06.851460  4388 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35939 every 8 connection(s)
I20260630 12:13:06.864985  4389 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
I20260630 12:13:06.865424  4389 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:06.866258  4389 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260630 12:13:06.868136  4039 ts_manager.cc:194] Registered new tserver with Master: e88bd3721e4b4352a81bb1d105d70155 (127.0.107.196:35939)
I20260630 12:13:06.868295   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013767504s
I20260630 12:13:06.869918  4039 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37698
I20260630 12:13:07.609856  4166 heartbeater.cc:499] Master 127.0.107.254:38605 was elected leader, sending a full tablet report...
I20260630 12:13:07.698745  4241 heartbeater.cc:499] Master 127.0.107.254:38605 was elected leader, sending a full tablet report...
I20260630 12:13:07.788832  4315 heartbeater.cc:499] Master 127.0.107.254:38605 was elected leader, sending a full tablet report...
I20260630 12:13:07.872535  4389 heartbeater.cc:499] Master 127.0.107.254:38605 was elected leader, sending a full tablet report...
I20260630 12:13:07.941174  4039 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37712:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:13:07.989609  4280 tablet_service.cc:1511] Processing CreateTablet for tablet 71ef90a936804b9ba2e07fff25e3169f (DEFAULT_TABLE table=test-workload [id=837248f9b7c344cb9fcaf8805d3da1da]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:07.991035  4280 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ef90a936804b9ba2e07fff25e3169f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:07.993564  4131 tablet_service.cc:1511] Processing CreateTablet for tablet 71ef90a936804b9ba2e07fff25e3169f (DEFAULT_TABLE table=test-workload [id=837248f9b7c344cb9fcaf8805d3da1da]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:07.994843  4131 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ef90a936804b9ba2e07fff25e3169f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.003024  4206 tablet_service.cc:1511] Processing CreateTablet for tablet 71ef90a936804b9ba2e07fff25e3169f (DEFAULT_TABLE table=test-workload [id=837248f9b7c344cb9fcaf8805d3da1da]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:08.004303  4206 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ef90a936804b9ba2e07fff25e3169f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.007707  4410 tablet_bootstrap.cc:492] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25: Bootstrap starting.
I20260630 12:13:08.014844  4410 tablet_bootstrap.cc:654] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.014828  4411 tablet_bootstrap.cc:492] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642: Bootstrap starting.
I20260630 12:13:08.021054  4410 tablet_bootstrap.cc:492] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25: No bootstrap required, opened a new log
I20260630 12:13:08.021698  4410 ts_tablet_manager.cc:1403] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.005s
I20260630 12:13:08.023499  4413 tablet_bootstrap.cc:492] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472: Bootstrap starting.
I20260630 12:13:08.023926  4411 tablet_bootstrap.cc:654] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.025135  4410 raft_consensus.cc:359] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.026017  4410 raft_consensus.cc:385] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.026420  4410 raft_consensus.cc:740] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7dede28a41e14c1e9bfd9bf1f081eb25, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.027374  4410 consensus_queue.cc:260] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.028599  4411 tablet_bootstrap.cc:492] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642: No bootstrap required, opened a new log
I20260630 12:13:08.029088  4411 ts_tablet_manager.cc:1403] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:13:08.030328  4413 tablet_bootstrap.cc:654] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.030601  4410 ts_tablet_manager.cc:1434] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:13:08.031898  4411 raft_consensus.cc:359] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.032605  4411 raft_consensus.cc:385] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.032984  4411 raft_consensus.cc:740] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3e08ebc33bb443c1a579a20051a53642, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.034605  4411 consensus_queue.cc:260] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.037786  4411 ts_tablet_manager.cc:1434] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:13:08.041182  4413 tablet_bootstrap.cc:492] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472: No bootstrap required, opened a new log
I20260630 12:13:08.041687  4413 ts_tablet_manager.cc:1403] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.007s
I20260630 12:13:08.043871  4413 raft_consensus.cc:359] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.044515  4413 raft_consensus.cc:385] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.044764  4413 raft_consensus.cc:740] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e83886dd736e4f748b2a30508207a472, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.045385  4413 consensus_queue.cc:260] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.047989  4413 ts_tablet_manager.cc:1434] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.001s
I20260630 12:13:08.119459  4418 raft_consensus.cc:493] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.120080  4418 raft_consensus.cc:515] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.122484  4418 leader_election.cc:290] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7dede28a41e14c1e9bfd9bf1f081eb25 (127.0.107.195:44223), 3e08ebc33bb443c1a579a20051a53642 (127.0.107.193:40879)
I20260630 12:13:08.133170  4290 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ef90a936804b9ba2e07fff25e3169f" candidate_uuid: "e83886dd736e4f748b2a30508207a472" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" is_pre_election: true
I20260630 12:13:08.133960  4290 raft_consensus.cc:2468] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e83886dd736e4f748b2a30508207a472 in term 0.
I20260630 12:13:08.134095  4141 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ef90a936804b9ba2e07fff25e3169f" candidate_uuid: "e83886dd736e4f748b2a30508207a472" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3e08ebc33bb443c1a579a20051a53642" is_pre_election: true
I20260630 12:13:08.134740  4141 raft_consensus.cc:2468] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e83886dd736e4f748b2a30508207a472 in term 0.
I20260630 12:13:08.135238  4182 leader_election.cc:304] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7dede28a41e14c1e9bfd9bf1f081eb25, e83886dd736e4f748b2a30508207a472; no voters: 
I20260630 12:13:08.136008  4418 raft_consensus.cc:2804] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:08.136405  4418 raft_consensus.cc:493] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.136710  4418 raft_consensus.cc:3060] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.141925  4418 raft_consensus.cc:515] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.144448  4418 leader_election.cc:290] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [CANDIDATE]: Term 1 election: Requested vote from peers 7dede28a41e14c1e9bfd9bf1f081eb25 (127.0.107.195:44223), 3e08ebc33bb443c1a579a20051a53642 (127.0.107.193:40879)
I20260630 12:13:08.144627  4290 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ef90a936804b9ba2e07fff25e3169f" candidate_uuid: "e83886dd736e4f748b2a30508207a472" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25"
I20260630 12:13:08.145083  4141 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ef90a936804b9ba2e07fff25e3169f" candidate_uuid: "e83886dd736e4f748b2a30508207a472" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3e08ebc33bb443c1a579a20051a53642"
I20260630 12:13:08.145283  4290 raft_consensus.cc:3060] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.145651  4141 raft_consensus.cc:3060] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.150434  4141 raft_consensus.cc:2468] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e83886dd736e4f748b2a30508207a472 in term 1.
I20260630 12:13:08.150542  4290 raft_consensus.cc:2468] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e83886dd736e4f748b2a30508207a472 in term 1.
I20260630 12:13:08.151696  4181 leader_election.cc:304] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3e08ebc33bb443c1a579a20051a53642, e83886dd736e4f748b2a30508207a472; no voters: 
I20260630 12:13:08.152513  4418 raft_consensus.cc:2804] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:08.153573  4418 raft_consensus.cc:697] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 1 LEADER]: Becoming Leader. State: Replica: e83886dd736e4f748b2a30508207a472, State: Running, Role: LEADER
I20260630 12:13:08.154255  4418 consensus_queue.cc:237] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } }
I20260630 12:13:08.161100  4039 catalog_manager.cc:5697] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 reported cstate change: term changed from 0 to 1, leader changed from <none> to e83886dd736e4f748b2a30508207a472 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e83886dd736e4f748b2a30508207a472" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e83886dd736e4f748b2a30508207a472" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35935 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:08.399808  4092 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:08.401162  4092 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:08.401515  4092 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:08.574196  4418 consensus_queue.cc:1048] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7dede28a41e14c1e9bfd9bf1f081eb25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44223 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:08.589752  4426 consensus_queue.cc:1048] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3e08ebc33bb443c1a579a20051a53642" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:10.402544  4092 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:10.403848  4092 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:10.404176  4092 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:12.405145  4092 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:12.406507  4092 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:12.406832  4092 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:14.407979  4092 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:14.409510  4092 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:14.409955  4092 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:16.410843  4092 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:16.412029  4092 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:16.412276  4092 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:18.413154  4092 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:18.414454  4092 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:18.414726  4092 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:19.245481   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:19.274523   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:19.275182   431 tablet_replica.cc:333] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642: stopping tablet replica
I20260630 12:13:19.275722   431 raft_consensus.cc:2243] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.276264   431 raft_consensus.cc:2272] T 71ef90a936804b9ba2e07fff25e3169f P 3e08ebc33bb443c1a579a20051a53642 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.298447   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:13:19.302927  4181 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40879: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:13:19.307044  4181 consensus_peers.cc:597] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 -> Peer 3e08ebc33bb443c1a579a20051a53642 (127.0.107.193:40879): Couldn't send request to peer 3e08ebc33bb443c1a579a20051a53642. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40879: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:19.314857   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:19.337061   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:19.337855   431 tablet_replica.cc:333] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472: stopping tablet replica
I20260630 12:13:19.338413   431 raft_consensus.cc:2243] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:19.339363   431 raft_consensus.cc:2272] T 71ef90a936804b9ba2e07fff25e3169f P e83886dd736e4f748b2a30508207a472 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.359208   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:19.369282   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:19.390075   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:19.390775   431 tablet_replica.cc:333] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25: stopping tablet replica
I20260630 12:13:19.391335   431 raft_consensus.cc:2243] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.391846   431 raft_consensus.cc:2272] T 71ef90a936804b9ba2e07fff25e3169f P 7dede28a41e14c1e9bfd9bf1f081eb25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.412138   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:19.423158   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:19.444742   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:19.460788   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:19.469755   431 master.cc:562] Master@127.0.107.254:38605 shutting down...
I20260630 12:13:19.487895   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:19.488540   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.488855   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3c4671a678184b87b1c14994535405fe: stopping tablet replica
I20260630 12:13:19.508170   431 master.cc:584] Master@127.0.107.254:38605 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (13294 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:13:19.546886   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38623
I20260630 12:13:19.547967   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:19.553874  4439 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:19.554049  4440 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:19.554654  4442 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:19.555192   431 server_base.cc:1061] running on GCE node
I20260630 12:13:19.556105   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:19.556315   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:19.556475   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821599556460 us; error 0 us; skew 500 ppm
I20260630 12:13:19.557013   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:19.559621   431 webserver.cc:533] Webserver started at http://127.0.107.254:34633/ using document root <none> and password file <none>
I20260630 12:13:19.560158   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:19.560372   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:19.560663   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:19.561899   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "1f39b92563f54a80870824dcb8a25264"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.566510   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:13:19.570257  4447 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.571162   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.003s
I20260630 12:13:19.571422   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "1f39b92563f54a80870824dcb8a25264"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.571686   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-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)
I20260630 12:13:19.591121   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:19.592315   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:19.630740   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38623
I20260630 12:13:19.630843  4498 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38623 every 8 connection(s)
I20260630 12:13:19.634686  4499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:19.645959  4499 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264: Bootstrap starting.
I20260630 12:13:19.650465  4499 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:19.655334  4499 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264: No bootstrap required, opened a new log
I20260630 12:13:19.657555  4499 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f39b92563f54a80870824dcb8a25264" member_type: VOTER }
I20260630 12:13:19.658030  4499 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:19.658254  4499 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f39b92563f54a80870824dcb8a25264, State: Initialized, Role: FOLLOWER
I20260630 12:13:19.658793  4499 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1f39b92563f54a80870824dcb8a25264" member_type: VOTER }
I20260630 12:13:19.659269  4499 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:19.659509  4499 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:19.659777  4499 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:19.664199  4499 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f39b92563f54a80870824dcb8a25264" member_type: VOTER }
I20260630 12:13:19.664707  4499 leader_election.cc:304] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [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: 1f39b92563f54a80870824dcb8a25264; no voters: 
I20260630 12:13:19.665887  4499 leader_election.cc:290] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:19.666282  4502 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:19.667575  4502 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 1 LEADER]: Becoming Leader. State: Replica: 1f39b92563f54a80870824dcb8a25264, State: Running, Role: LEADER
I20260630 12:13:19.668254  4502 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [LEADER]: Queue going to LEADER mode. State: All 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: "1f39b92563f54a80870824dcb8a25264" member_type: VOTER }
I20260630 12:13:19.668736  4499 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:19.671200  4503 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1f39b92563f54a80870824dcb8a25264" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f39b92563f54a80870824dcb8a25264" member_type: VOTER } }
I20260630 12:13:19.671933  4503 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:19.671245  4504 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1f39b92563f54a80870824dcb8a25264. Latest consensus state: current_term: 1 leader_uuid: "1f39b92563f54a80870824dcb8a25264" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f39b92563f54a80870824dcb8a25264" member_type: VOTER } }
I20260630 12:13:19.672614  4504 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:19.675398  4508 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:19.680869  4508 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:19.684243   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:19.689957  4508 catalog_manager.cc:1383] Generated new cluster ID: d205049925a54c43adae54cdb5ee1a7f
I20260630 12:13:19.690198  4508 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:19.708444  4508 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:19.709815  4508 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:19.723645  4508 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264: Generated new TSK 0
I20260630 12:13:19.724229  4508 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:19.750885   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:19.756896  4520 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:19.757901  4521 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:19.759696   431 server_base.cc:1061] running on GCE node
W20260630 12:13:19.759933  4523 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:19.760829   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:19.761051   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:19.761273   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821599761257 us; error 0 us; skew 500 ppm
I20260630 12:13:19.761832   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:19.763998   431 webserver.cc:533] Webserver started at http://127.0.107.193:34555/ using document root <none> and password file <none>
I20260630 12:13:19.764482   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:19.764689   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:19.764981   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:19.766083   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "8ee17afc03f94413a01752a604b3513f"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.770416   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:13:19.773730  4528 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.774446   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:19.774739   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "8ee17afc03f94413a01752a604b3513f"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.775031   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-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)
I20260630 12:13:19.787403   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:19.788520   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:19.789990   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:19.792187   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:19.792399   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.792651   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:19.792835   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.831593   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33417
I20260630 12:13:19.831691  4590 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33417 every 8 connection(s)
I20260630 12:13:19.836448   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:19.843531  4595 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:19.844950  4596 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:19.846781   431 server_base.cc:1061] running on GCE node
W20260630 12:13:19.848397  4598 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:19.849252   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:19.849465   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:19.849689   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821599849661 us; error 0 us; skew 500 ppm
I20260630 12:13:19.850181   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:19.852756   431 webserver.cc:533] Webserver started at http://127.0.107.194:33575/ using document root <none> and password file <none>
I20260630 12:13:19.853231   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:19.853441   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:19.853742   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:19.855176   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "5d3cc57c761b41feb2ace0dd5f002155"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.855500  4591 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38623
I20260630 12:13:19.855850  4591 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:19.856609  4591 heartbeater.cc:507] Master 127.0.107.254:38623 requested a full tablet report, sending...
I20260630 12:13:19.858640  4464 ts_manager.cc:194] Registered new tserver with Master: 8ee17afc03f94413a01752a604b3513f (127.0.107.193:33417)
I20260630 12:13:19.860262   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:19.860792  4464 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35838
I20260630 12:13:19.863831  4603 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.864635   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:19.864920   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "5d3cc57c761b41feb2ace0dd5f002155"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.865214   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-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)
I20260630 12:13:19.889488   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:19.890640   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:19.892136   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:19.894295   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:19.894532   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.894768   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:19.894943   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.935205   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41875
I20260630 12:13:19.935310  4665 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41875 every 8 connection(s)
I20260630 12:13:19.939819   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:19.946710  4669 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:19.948331  4670 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:19.951474  4672 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:19.952186   431 server_base.cc:1061] running on GCE node
I20260630 12:13:19.952456  4666 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38623
I20260630 12:13:19.952876  4666 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:19.953064   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:19.953359   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:19.953538   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821599953517 us; error 0 us; skew 500 ppm
I20260630 12:13:19.953814  4666 heartbeater.cc:507] Master 127.0.107.254:38623 requested a full tablet report, sending...
I20260630 12:13:19.954244   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:19.955964  4464 ts_manager.cc:194] Registered new tserver with Master: 5d3cc57c761b41feb2ace0dd5f002155 (127.0.107.194:41875)
I20260630 12:13:19.956856   431 webserver.cc:533] Webserver started at http://127.0.107.195:46443/ using document root <none> and password file <none>
I20260630 12:13:19.957348   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:19.957552   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:19.957461  4464 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35852
I20260630 12:13:19.958010   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:19.959309   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "70264ad2318b4a9ea23857b967dc8556"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.963521   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:13:19.966706  4677 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.967475   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:19.967756   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "70264ad2318b4a9ea23857b967dc8556"
format_stamp: "Formatted at 2026-06-30 12:13:19 on dist-test-slave-ctg2"
I20260630 12:13:19.968025   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821482054927-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)
I20260630 12:13:19.984606   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:19.985781   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:19.987130   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:19.989267   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:19.989487   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:19.989740   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:19.989944   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:20.027420   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34979
I20260630 12:13:20.027534  4739 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34979 every 8 connection(s)
I20260630 12:13:20.040905  4740 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38623
I20260630 12:13:20.041322  4740 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:20.042089  4740 heartbeater.cc:507] Master 127.0.107.254:38623 requested a full tablet report, sending...
I20260630 12:13:20.043984  4464 ts_manager.cc:194] Registered new tserver with Master: 70264ad2318b4a9ea23857b967dc8556 (127.0.107.195:34979)
I20260630 12:13:20.044173   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013628503s
I20260630 12:13:20.045763  4464 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35868
I20260630 12:13:20.863485  4591 heartbeater.cc:499] Master 127.0.107.254:38623 was elected leader, sending a full tablet report...
I20260630 12:13:20.960090  4666 heartbeater.cc:499] Master 127.0.107.254:38623 was elected leader, sending a full tablet report...
I20260630 12:13:21.048369  4740 heartbeater.cc:499] Master 127.0.107.254:38623 was elected leader, sending a full tablet report...
I20260630 12:13:21.110052  4464 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35884:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:13:21.112008  4464 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:13:21.162123  4556 tablet_service.cc:1511] Processing CreateTablet for tablet 93e4b9d97aa44334baaa7ce99870bbe4 (DEFAULT_TABLE table=test-workload [id=d883fea4a98d4ceb90105ad1c8919192]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:21.163661  4556 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93e4b9d97aa44334baaa7ce99870bbe4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.164731  4631 tablet_service.cc:1511] Processing CreateTablet for tablet 93e4b9d97aa44334baaa7ce99870bbe4 (DEFAULT_TABLE table=test-workload [id=d883fea4a98d4ceb90105ad1c8919192]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:21.164809  4705 tablet_service.cc:1511] Processing CreateTablet for tablet 93e4b9d97aa44334baaa7ce99870bbe4 (DEFAULT_TABLE table=test-workload [id=d883fea4a98d4ceb90105ad1c8919192]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:21.165833  4631 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93e4b9d97aa44334baaa7ce99870bbe4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.166213  4705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93e4b9d97aa44334baaa7ce99870bbe4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.181360  4761 tablet_bootstrap.cc:492] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155: Bootstrap starting.
I20260630 12:13:21.185387  4762 tablet_bootstrap.cc:492] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556: Bootstrap starting.
I20260630 12:13:21.186702  4763 tablet_bootstrap.cc:492] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f: Bootstrap starting.
I20260630 12:13:21.188163  4761 tablet_bootstrap.cc:654] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:21.192535  4762 tablet_bootstrap.cc:654] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:21.193679  4763 tablet_bootstrap.cc:654] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:21.194340  4761 tablet_bootstrap.cc:492] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155: No bootstrap required, opened a new log
I20260630 12:13:21.194823  4761 ts_tablet_manager.cc:1403] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:13:21.198172  4762 tablet_bootstrap.cc:492] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556: No bootstrap required, opened a new log
I20260630 12:13:21.197818  4761 raft_consensus.cc:359] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.198627  4762 ts_tablet_manager.cc:1403] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:13:21.198596  4761 raft_consensus.cc:385] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:21.199105  4761 raft_consensus.cc:740] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d3cc57c761b41feb2ace0dd5f002155, State: Initialized, Role: FOLLOWER
I20260630 12:13:21.199956  4761 consensus_queue.cc:260] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.201560  4762 raft_consensus.cc:359] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.202173  4762 raft_consensus.cc:385] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:21.202415  4762 raft_consensus.cc:740] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70264ad2318b4a9ea23857b967dc8556, State: Initialized, Role: FOLLOWER
I20260630 12:13:21.203094  4762 consensus_queue.cc:260] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.205983  4761 ts_tablet_manager.cc:1434] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.001s
I20260630 12:13:21.208089  4763 tablet_bootstrap.cc:492] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f: No bootstrap required, opened a new log
I20260630 12:13:21.208173  4762 ts_tablet_manager.cc:1434] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:13:21.208772  4763 ts_tablet_manager.cc:1403] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.007s
I20260630 12:13:21.211403  4763 raft_consensus.cc:359] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.211982  4763 raft_consensus.cc:385] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:21.212247  4763 raft_consensus.cc:740] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ee17afc03f94413a01752a604b3513f, State: Initialized, Role: FOLLOWER
I20260630 12:13:21.212998  4763 consensus_queue.cc:260] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.216274  4763 ts_tablet_manager.cc:1434] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
W20260630 12:13:21.282395  4741 tablet.cc:2406] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:13:21.365680  4767 raft_consensus.cc:493] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:21.366308  4767 raft_consensus.cc:515] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.368485  4767 leader_election.cc:290] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ee17afc03f94413a01752a604b3513f (127.0.107.193:33417), 70264ad2318b4a9ea23857b967dc8556 (127.0.107.195:34979)
I20260630 12:13:21.381248  4566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93e4b9d97aa44334baaa7ce99870bbe4" candidate_uuid: "5d3cc57c761b41feb2ace0dd5f002155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ee17afc03f94413a01752a604b3513f" is_pre_election: true
I20260630 12:13:21.381223  4715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93e4b9d97aa44334baaa7ce99870bbe4" candidate_uuid: "5d3cc57c761b41feb2ace0dd5f002155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70264ad2318b4a9ea23857b967dc8556" is_pre_election: true
I20260630 12:13:21.382053  4566 raft_consensus.cc:2468] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d3cc57c761b41feb2ace0dd5f002155 in term 0.
I20260630 12:13:21.382083  4715 raft_consensus.cc:2468] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d3cc57c761b41feb2ace0dd5f002155 in term 0.
I20260630 12:13:21.383365  4606 leader_election.cc:304] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5d3cc57c761b41feb2ace0dd5f002155, 8ee17afc03f94413a01752a604b3513f; no voters: 
I20260630 12:13:21.384021  4767 raft_consensus.cc:2804] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:21.384379  4767 raft_consensus.cc:493] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:21.384595  4767 raft_consensus.cc:3060] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:21.389549  4767 raft_consensus.cc:515] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.391211  4767 leader_election.cc:290] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [CANDIDATE]: Term 1 election: Requested vote from peers 8ee17afc03f94413a01752a604b3513f (127.0.107.193:33417), 70264ad2318b4a9ea23857b967dc8556 (127.0.107.195:34979)
I20260630 12:13:21.391983  4566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93e4b9d97aa44334baaa7ce99870bbe4" candidate_uuid: "5d3cc57c761b41feb2ace0dd5f002155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ee17afc03f94413a01752a604b3513f"
I20260630 12:13:21.392223  4715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93e4b9d97aa44334baaa7ce99870bbe4" candidate_uuid: "5d3cc57c761b41feb2ace0dd5f002155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70264ad2318b4a9ea23857b967dc8556"
I20260630 12:13:21.392575  4566 raft_consensus.cc:3060] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:21.392761  4715 raft_consensus.cc:3060] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:21.400099  4566 raft_consensus.cc:2468] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d3cc57c761b41feb2ace0dd5f002155 in term 1.
I20260630 12:13:21.400099  4715 raft_consensus.cc:2468] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d3cc57c761b41feb2ace0dd5f002155 in term 1.
I20260630 12:13:21.401523  4606 leader_election.cc:304] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5d3cc57c761b41feb2ace0dd5f002155, 8ee17afc03f94413a01752a604b3513f; no voters: 
I20260630 12:13:21.402617  4767 raft_consensus.cc:2804] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:21.403862  4767 raft_consensus.cc:697] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 1 LEADER]: Becoming Leader. State: Replica: 5d3cc57c761b41feb2ace0dd5f002155, State: Running, Role: LEADER
I20260630 12:13:21.404596  4767 consensus_queue.cc:237] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } }
I20260630 12:13:21.411440  4463 catalog_manager.cc:5697] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d3cc57c761b41feb2ace0dd5f002155 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "5d3cc57c761b41feb2ace0dd5f002155" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5d3cc57c761b41feb2ace0dd5f002155" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41875 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:21.681718  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:21.684257  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:21.685880  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:21.686301  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:21.793864  4767 consensus_queue.cc:1048] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ee17afc03f94413a01752a604b3513f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33417 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:21.806083  4777 consensus_queue.cc:1048] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70264ad2318b4a9ea23857b967dc8556" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34979 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:22.706712  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:23.687484  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:23.688865  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:23.689188  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:23.719296  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:24.727640  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:25.690181  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:25.691495  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:25.691744  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:25.735273  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:26.742928  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:27.692606  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:27.693853  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:27.694099  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:27.750700  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:28.758342  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:29.694960  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:29.696267  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:29.696524  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:29.766218  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:30.772810  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:31.697360  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:31.698630  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:31.698894  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:31.779448  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:32.603093   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:32.627585   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:32.628337   431 tablet_replica.cc:333] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f: stopping tablet replica
I20260630 12:13:32.628867   431 raft_consensus.cc:2243] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:32.629447   431 raft_consensus.cc:2272] T 93e4b9d97aa44334baaa7ce99870bbe4 P 8ee17afc03f94413a01752a604b3513f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:32.786687  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
W20260630 12:13:32.846587  4606 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33417: connect: Connection refused (error 111)
W20260630 12:13:32.850088  4606 consensus_peers.cc:597] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 -> Peer 8ee17afc03f94413a01752a604b3513f (127.0.107.193:33417): Couldn't send request to peer 8ee17afc03f94413a01752a604b3513f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33417: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:33.198451  4587 debug-util.cc:398] Leaking SignalData structure 0x7b0800203860 after lost signal to thread 434
W20260630 12:13:33.199671  4587 debug-util.cc:398] Leaking SignalData structure 0x7b0800232560 after lost signal to thread 4498
W20260630 12:13:33.201890  4587 debug-util.cc:398] Leaking SignalData structure 0x7b08000ccf00 after lost signal to thread 4665
W20260630 12:13:33.202836  4587 debug-util.cc:398] Leaking SignalData structure 0x7b08001edfe0 after lost signal to thread 4739
W20260630 12:13:33.649571   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 4587)
I20260630 12:13:33.700004  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:33.701439  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:33.701798  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:33.793341  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
W20260630 12:13:34.650249   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 4587)
I20260630 12:13:34.799491  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
W20260630 12:13:35.451450  4606 consensus_peers.cc:597] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 -> Peer 8ee17afc03f94413a01752a604b3513f (127.0.107.193:33417): Couldn't send request to peer 8ee17afc03f94413a01752a604b3513f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33417: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:13:35.650811   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 4587)
I20260630 12:13:35.702781  4517 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:35.704180  4517 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:35.704530  4517 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:35.804931   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:35.806324  4512 placement_policy_util.cc:411] tablet 93e4b9d97aa44334baaa7ce99870bbe4: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:35.820644   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:35.844484   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:35.845254   431 tablet_replica.cc:333] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155: stopping tablet replica
I20260630 12:13:35.845918   431 raft_consensus.cc:2243] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:35.846968   431 raft_consensus.cc:2272] T 93e4b9d97aa44334baaa7ce99870bbe4 P 5d3cc57c761b41feb2ace0dd5f002155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.868743   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:35.883678   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:35.904881   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:35.905539   431 tablet_replica.cc:333] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556: stopping tablet replica
I20260630 12:13:35.906152   431 raft_consensus.cc:2243] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.906685   431 raft_consensus.cc:2272] T 93e4b9d97aa44334baaa7ce99870bbe4 P 70264ad2318b4a9ea23857b967dc8556 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.926649   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:35.937409   431 master.cc:562] Master@127.0.107.254:38623 shutting down...
I20260630 12:13:35.955243   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:35.955917   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.956207   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1f39b92563f54a80870824dcb8a25264: stopping tablet replica
I20260630 12:13:35.975622   431 master.cc:584] Master@127.0.107.254:38623 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (16465 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:13:36.012266   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44851
I20260630 12:13:36.013391   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:36.019207  4800 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.019248  4801 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.019820  4803 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:36.021160   431 server_base.cc:1061] running on GCE node
I20260630 12:13:36.022190   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:36.022441   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:36.022626   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821616022593 us; error 0 us; skew 500 ppm
I20260630 12:13:36.023176   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:36.025631   431 webserver.cc:533] Webserver started at http://127.0.107.254:42405/ using document root <none> and password file <none>
I20260630 12:13:36.026130   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:36.026329   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:36.026633   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:36.027822   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "78d4c91d906e48ada80bfa42e5f28a8d"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.033345   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260630 12:13:36.036865  4808 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.037765   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:36.038030   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "78d4c91d906e48ada80bfa42e5f28a8d"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.038286   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-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)
I20260630 12:13:36.067353   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:36.068614   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:36.106850   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44851
I20260630 12:13:36.106968  4859 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44851 every 8 connection(s)
I20260630 12:13:36.110811  4860 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:36.122041  4860 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d: Bootstrap starting.
I20260630 12:13:36.126634  4860 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:36.130757  4860 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d: No bootstrap required, opened a new log
I20260630 12:13:36.132856  4860 raft_consensus.cc:359] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "78d4c91d906e48ada80bfa42e5f28a8d" member_type: VOTER }
I20260630 12:13:36.133270  4860 raft_consensus.cc:385] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:36.133455  4860 raft_consensus.cc:740] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78d4c91d906e48ada80bfa42e5f28a8d, State: Initialized, Role: FOLLOWER
I20260630 12:13:36.134150  4860 consensus_queue.cc:260] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "78d4c91d906e48ada80bfa42e5f28a8d" member_type: VOTER }
I20260630 12:13:36.134588  4860 raft_consensus.cc:399] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:36.134778  4860 raft_consensus.cc:493] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:36.134990  4860 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:36.139467  4860 raft_consensus.cc:515] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "78d4c91d906e48ada80bfa42e5f28a8d" member_type: VOTER }
I20260630 12:13:36.140067  4860 leader_election.cc:304] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [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: 78d4c91d906e48ada80bfa42e5f28a8d; no voters: 
I20260630 12:13:36.141295  4860 leader_election.cc:290] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:36.141661  4863 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:36.142966  4863 raft_consensus.cc:697] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 1 LEADER]: Becoming Leader. State: Replica: 78d4c91d906e48ada80bfa42e5f28a8d, State: Running, Role: LEADER
I20260630 12:13:36.143746  4863 consensus_queue.cc:237] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [LEADER]: Queue going to LEADER mode. State: All 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: "78d4c91d906e48ada80bfa42e5f28a8d" member_type: VOTER }
I20260630 12:13:36.144351  4860 sys_catalog.cc:565] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:36.149292  4864 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "78d4c91d906e48ada80bfa42e5f28a8d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "78d4c91d906e48ada80bfa42e5f28a8d" member_type: VOTER } }
I20260630 12:13:36.149159  4865 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 78d4c91d906e48ada80bfa42e5f28a8d. Latest consensus state: current_term: 1 leader_uuid: "78d4c91d906e48ada80bfa42e5f28a8d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "78d4c91d906e48ada80bfa42e5f28a8d" member_type: VOTER } }
I20260630 12:13:36.149854  4864 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:36.149969  4865 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:36.154242  4870 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:36.159129  4870 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:36.161203   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:36.168081  4870 catalog_manager.cc:1383] Generated new cluster ID: 9866b7006e9f45ddb268b0abdbb16b7c
I20260630 12:13:36.168385  4870 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:36.187227  4870 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:36.188514  4870 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:36.205555  4870 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d: Generated new TSK 0
I20260630 12:13:36.206194  4870 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:36.227612   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:36.233880  4881 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.235026  4882 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.236481  4884 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:36.237314   431 server_base.cc:1061] running on GCE node
I20260630 12:13:36.238243   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:36.238453   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:36.238653   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821616238620 us; error 0 us; skew 500 ppm
I20260630 12:13:36.239166   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:36.241488   431 webserver.cc:533] Webserver started at http://127.0.107.193:40791/ using document root <none> and password file <none>
I20260630 12:13:36.242025   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:36.242225   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:36.242599   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:36.244014   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "9f635266a32b4d23984b581b0801b565"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.248639   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:36.251787  4889 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.252506   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:36.252807   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "9f635266a32b4d23984b581b0801b565"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.253088   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-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)
I20260630 12:13:36.289554   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:36.290793   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:36.292270   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:36.294625   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:36.294839   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.295074   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:36.295271   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.336104   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37619
I20260630 12:13:36.336201  4951 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37619 every 8 connection(s)
I20260630 12:13:36.340903   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:36.348418  4956 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.350885  4957 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.353565  4959 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:36.353672   431 server_base.cc:1061] running on GCE node
I20260630 12:13:36.355238   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:36.355504   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:36.355707   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821616355692 us; error 0 us; skew 500 ppm
I20260630 12:13:36.356321   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:36.359407  4952 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44851
I20260630 12:13:36.359493   431 webserver.cc:533] Webserver started at http://127.0.107.194:36881/ using document root <none> and password file <none>
I20260630 12:13:36.359833  4952 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:36.360139   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:36.360391   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:36.360661   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:36.360661  4952 heartbeater.cc:507] Master 127.0.107.254:44851 requested a full tablet report, sending...
I20260630 12:13:36.362143   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "06b35492c5ee4d3f8bf189945c1d494c"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.363068  4825 ts_manager.cc:194] Registered new tserver with Master: 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619)
I20260630 12:13:36.365535  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39184
I20260630 12:13:36.367900   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:13:36.371294  4964 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.372040   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:13:36.372344   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "06b35492c5ee4d3f8bf189945c1d494c"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.372632   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-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)
I20260630 12:13:36.397351   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:36.398669   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:36.400115   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:36.402232   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:36.402472   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.402705   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:36.402876   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.441334   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45155
I20260630 12:13:36.441427  5026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45155 every 8 connection(s)
I20260630 12:13:36.446077   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:36.453379  5030 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.454916  5031 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:36.456259  5033 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:36.457572   431 server_base.cc:1061] running on GCE node
I20260630 12:13:36.458662   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:36.458966   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:36.459180  5027 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44851
I20260630 12:13:36.459201   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821616459181 us; error 0 us; skew 500 ppm
I20260630 12:13:36.459626  5027 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:36.460155   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:36.460430  5027 heartbeater.cc:507] Master 127.0.107.254:44851 requested a full tablet report, sending...
I20260630 12:13:36.462646  4825 ts_manager.cc:194] Registered new tserver with Master: 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:36.463325   431 webserver.cc:533] Webserver started at http://127.0.107.195:33187/ using document root <none> and password file <none>
I20260630 12:13:36.464025   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:36.464285   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:36.464618   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:36.464689  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39188
I20260630 12:13:36.466284   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "624dd81c7a844612a7c97942618f6029"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.471282   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:36.474781  5038 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.475562   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:36.475857   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "624dd81c7a844612a7c97942618f6029"
format_stamp: "Formatted at 2026-06-30 12:13:36 on dist-test-slave-ctg2"
I20260630 12:13:36.476148   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-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)
I20260630 12:13:36.499583   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:36.500765   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:36.502229   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:36.504366   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:36.504603   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.504837   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:36.505008   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:36.544572   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46631
I20260630 12:13:36.544668  5100 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46631 every 8 connection(s)
I20260630 12:13:36.558677  5101 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44851
I20260630 12:13:36.559053  5101 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:36.559828  5101 heartbeater.cc:507] Master 127.0.107.254:44851 requested a full tablet report, sending...
I20260630 12:13:36.561795  4825 ts_manager.cc:194] Registered new tserver with Master: 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:36.562345   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014482351s
I20260630 12:13:36.563128  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39196
I20260630 12:13:37.368513  4952 heartbeater.cc:499] Master 127.0.107.254:44851 was elected leader, sending a full tablet report...
I20260630 12:13:37.467819  5027 heartbeater.cc:499] Master 127.0.107.254:44851 was elected leader, sending a full tablet report...
I20260630 12:13:37.565493  5101 heartbeater.cc:499] Master 127.0.107.254:44851 was elected leader, sending a full tablet report...
I20260630 12:13:37.619617  4825 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39212:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu""\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:13:37.622987  4825 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:13:37.714077  4992 tablet_service.cc:1511] Processing CreateTablet for tablet dc3732d67f474f1ea6770f187ff4a7d2 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:37.715735  4992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dc3732d67f474f1ea6770f187ff4a7d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.717646  5066 tablet_service.cc:1511] Processing CreateTablet for tablet dc3732d67f474f1ea6770f187ff4a7d2 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:37.719173  5066 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dc3732d67f474f1ea6770f187ff4a7d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.718844  4990 tablet_service.cc:1511] Processing CreateTablet for tablet d1468c8d5cb84ca3a171042ddb0f523d (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:37.720257  4990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1468c8d5cb84ca3a171042ddb0f523d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.722774  4991 tablet_service.cc:1511] Processing CreateTablet for tablet 9331bdb585e24d69a739dd81627a0074 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:37.722867  5065 tablet_service.cc:1511] Processing CreateTablet for tablet 9331bdb585e24d69a739dd81627a0074 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:37.724311  4991 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9331bdb585e24d69a739dd81627a0074. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.724502  5065 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9331bdb585e24d69a739dd81627a0074. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.725847  4989 tablet_service.cc:1511] Processing CreateTablet for tablet 63cee9b4babe4574a591913e66e444fc (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:37.727012  4989 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63cee9b4babe4574a591913e66e444fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.726838  5064 tablet_service.cc:1511] Processing CreateTablet for tablet d1468c8d5cb84ca3a171042ddb0f523d (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:37.729454  4988 tablet_service.cc:1511] Processing CreateTablet for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:37.730940  4988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.734949  4987 tablet_service.cc:1511] Processing CreateTablet for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:37.736568  4987 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.736441  4986 tablet_service.cc:1511] Processing CreateTablet for tablet ef453d7d34274830b5f61201e0a48007 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:37.737989  4986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef453d7d34274830b5f61201e0a48007. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.744053  5064 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1468c8d5cb84ca3a171042ddb0f523d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.746052  5063 tablet_service.cc:1511] Processing CreateTablet for tablet 63cee9b4babe4574a591913e66e444fc (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:37.748476  4916 tablet_service.cc:1511] Processing CreateTablet for tablet 9331bdb585e24d69a739dd81627a0074 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:37.750222  4916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9331bdb585e24d69a739dd81627a0074. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.750567  5062 tablet_service.cc:1511] Processing CreateTablet for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:37.748617  5061 tablet_service.cc:1511] Processing CreateTablet for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:37.755000  4915 tablet_service.cc:1511] Processing CreateTablet for tablet d1468c8d5cb84ca3a171042ddb0f523d (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:37.756507  4915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1468c8d5cb84ca3a171042ddb0f523d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.759020  4914 tablet_service.cc:1511] Processing CreateTablet for tablet 63cee9b4babe4574a591913e66e444fc (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:37.761648  4913 tablet_service.cc:1511] Processing CreateTablet for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:37.764245  4912 tablet_service.cc:1511] Processing CreateTablet for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:37.766840  4911 tablet_service.cc:1511] Processing CreateTablet for tablet ef453d7d34274830b5f61201e0a48007 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:37.769371  5060 tablet_service.cc:1511] Processing CreateTablet for tablet ef453d7d34274830b5f61201e0a48007 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:37.771879  5059 tablet_service.cc:1511] Processing CreateTablet for tablet d22eaa9633854ad7af6b6bfc84b9fe94 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:37.748561  4917 tablet_service.cc:1511] Processing CreateTablet for tablet dc3732d67f474f1ea6770f187ff4a7d2 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:37.781947  5062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.783023  4914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63cee9b4babe4574a591913e66e444fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.785296  5061 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.785884  4911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef453d7d34274830b5f61201e0a48007. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.786638  4917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dc3732d67f474f1ea6770f187ff4a7d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.787145  5059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d22eaa9633854ad7af6b6bfc84b9fe94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.787621  4910 tablet_service.cc:1511] Processing CreateTablet for tablet d22eaa9633854ad7af6b6bfc84b9fe94 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:37.789110  4910 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d22eaa9633854ad7af6b6bfc84b9fe94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.789527  5063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63cee9b4babe4574a591913e66e444fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.794610  4912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.798002  4913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.799357  5060 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef453d7d34274830b5f61201e0a48007. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.803404  4909 tablet_service.cc:1511] Processing CreateTablet for tablet b7e36cdfde0440a2b152c841ae9c76de (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:37.805192  4909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7e36cdfde0440a2b152c841ae9c76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.811069  4986 tablet_service.cc:1511] Processing CreateTablet for tablet d22eaa9633854ad7af6b6bfc84b9fe94 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:37.812610  4986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d22eaa9633854ad7af6b6bfc84b9fe94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.815429  5121 tablet_bootstrap.cc:492] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:37.822357  4990 tablet_service.cc:1511] Processing CreateTablet for tablet b7e36cdfde0440a2b152c841ae9c76de (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:37.841369  4990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7e36cdfde0440a2b152c841ae9c76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.849448  5058 tablet_service.cc:1511] Processing CreateTablet for tablet b7e36cdfde0440a2b152c841ae9c76de (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:37.850885  5058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7e36cdfde0440a2b152c841ae9c76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.855773  4908 tablet_service.cc:1511] Processing CreateTablet for tablet abace500482443699f85c50041ad390f (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:37.857143  4908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet abace500482443699f85c50041ad390f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.888486  4992 tablet_service.cc:1511] Processing CreateTablet for tablet abace500482443699f85c50041ad390f (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:37.889870  4992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet abace500482443699f85c50041ad390f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.890223  5058 tablet_service.cc:1511] Processing CreateTablet for tablet abace500482443699f85c50041ad390f (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:37.893648  5058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet abace500482443699f85c50041ad390f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.899021  4911 tablet_service.cc:1511] Processing CreateTablet for tablet 84b1723b4b9d4b1882435e5f53cac409 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:37.900660  4911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84b1723b4b9d4b1882435e5f53cac409. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.913671  5122 tablet_bootstrap.cc:492] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:37.920802  5122 tablet_bootstrap.cc:654] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:37.924758  5121 tablet_bootstrap.cc:654] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:37.925225  5123 tablet_bootstrap.cc:492] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:37.943857  4990 tablet_service.cc:1511] Processing CreateTablet for tablet 84b1723b4b9d4b1882435e5f53cac409 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:37.945389  4990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84b1723b4b9d4b1882435e5f53cac409. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.945871  5062 tablet_service.cc:1511] Processing CreateTablet for tablet 84b1723b4b9d4b1882435e5f53cac409 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:37.947220  5062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84b1723b4b9d4b1882435e5f53cac409. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.947973  4915 tablet_service.cc:1511] Processing CreateTablet for tablet 05df6656a29c489aa105ba4fa6ca4608 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:37.950277  4986 tablet_service.cc:1511] Processing CreateTablet for tablet 05df6656a29c489aa105ba4fa6ca4608 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:37.951701  4986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05df6656a29c489aa105ba4fa6ca4608. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.951985  5122 tablet_bootstrap.cc:492] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:37.952466  5122 ts_tablet_manager.cc:1403] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.039s	user 0.014s	sys 0.012s
I20260630 12:13:37.954643  4915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05df6656a29c489aa105ba4fa6ca4608. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.955754  5123 tablet_bootstrap.cc:654] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:37.956588  5121 tablet_bootstrap.cc:492] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:37.957147  5121 ts_tablet_manager.cc:1403] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.142s	user 0.018s	sys 0.000s
I20260630 12:13:37.958174  5058 tablet_service.cc:1511] Processing CreateTablet for tablet 05df6656a29c489aa105ba4fa6ca4608 (DEFAULT_TABLE table=test-workload [id=3ba47830acbd4b9290aefe28d904f11a]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:37.961103  5058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05df6656a29c489aa105ba4fa6ca4608. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:37.962922  5122 raft_consensus.cc:359] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:37.966609  5122 raft_consensus.cc:385] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:37.966943  5122 raft_consensus.cc:740] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:37.966872  5121 raft_consensus.cc:359] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:37.968016  5121 raft_consensus.cc:385] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:37.967865  5122 consensus_queue.cc:260] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:37.968387  5121 raft_consensus.cc:740] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:37.969405  5121 consensus_queue.cc:260] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:37.976337  5123 tablet_bootstrap.cc:492] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:37.976874  5123 ts_tablet_manager.cc:1403] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.052s	user 0.009s	sys 0.010s
I20260630 12:13:37.980125  5123 raft_consensus.cc:359] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:37.980882  5123 raft_consensus.cc:385] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:37.991684  5121 ts_tablet_manager.cc:1434] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.034s	user 0.005s	sys 0.006s
I20260630 12:13:37.992807  5121 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.000212  5121 tablet_bootstrap.cc:654] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:37.981205  5123 raft_consensus.cc:740] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.001654  5123 consensus_queue.cc:260] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.004046  5122 ts_tablet_manager.cc:1434] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.051s	user 0.021s	sys 0.021s
I20260630 12:13:38.005100  5122 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.011466  5122 tablet_bootstrap.cc:654] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.015291  5123 ts_tablet_manager.cc:1434] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.038s	user 0.008s	sys 0.012s
I20260630 12:13:38.016417  5123 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.020431  5122 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.020946  5122 ts_tablet_manager.cc:1403] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.001s
I20260630 12:13:38.022727  5123 tablet_bootstrap.cc:654] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.025628  5122 raft_consensus.cc:359] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.026381  5122 raft_consensus.cc:385] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.026676  5122 raft_consensus.cc:740] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.027835  5122 consensus_queue.cc:260] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.031920  5122 ts_tablet_manager.cc:1434] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260630 12:13:38.032845  5122 tablet_bootstrap.cc:492] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.033516  5121 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.034395  5121 ts_tablet_manager.cc:1403] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.042s	user 0.007s	sys 0.007s
I20260630 12:13:38.038968  5121 raft_consensus.cc:359] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.039856  5121 raft_consensus.cc:385] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.040341  5121 raft_consensus.cc:740] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.041759  5122 tablet_bootstrap.cc:654] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.041234  5121 consensus_queue.cc:260] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.043823  5121 ts_tablet_manager.cc:1434] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:13:38.044914  5121 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.045265  5123 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.045922  5123 ts_tablet_manager.cc:1403] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.030s	user 0.018s	sys 0.006s
I20260630 12:13:38.049082  5123 raft_consensus.cc:359] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.049945  5123 raft_consensus.cc:385] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.050313  5123 raft_consensus.cc:740] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.051288  5123 consensus_queue.cc:260] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.052402  5121 tablet_bootstrap.cc:654] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.053660  5123 ts_tablet_manager.cc:1434] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:13:38.054853  5123 tablet_bootstrap.cc:492] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.063773  5123 tablet_bootstrap.cc:654] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.073369  5122 tablet_bootstrap.cc:492] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.073925  5122 ts_tablet_manager.cc:1403] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.041s	user 0.020s	sys 0.011s
I20260630 12:13:38.074467  5121 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.075024  5121 ts_tablet_manager.cc:1403] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.030s	user 0.011s	sys 0.017s
I20260630 12:13:38.075290  5123 tablet_bootstrap.cc:492] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.075825  5123 ts_tablet_manager.cc:1403] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.009s
I20260630 12:13:38.076360  5122 raft_consensus.cc:359] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.076929  5122 raft_consensus.cc:385] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.077194  5122 raft_consensus.cc:740] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.078104  5122 consensus_queue.cc:260] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.078296  5121 raft_consensus.cc:359] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.079133  5121 raft_consensus.cc:385] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.079030  5123 raft_consensus.cc:359] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.079524  5121 raft_consensus.cc:740] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.079877  5123 raft_consensus.cc:385] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.080099  5122 ts_tablet_manager.cc:1434] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:13:38.080240  5123 raft_consensus.cc:740] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.080353  5121 consensus_queue.cc:260] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.081117  5122 tablet_bootstrap.cc:492] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.082901  5121 ts_tablet_manager.cc:1434] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:13:38.081252  5123 consensus_queue.cc:260] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.083973  5121 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.085850  5123 ts_tablet_manager.cc:1434] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.004s
I20260630 12:13:38.087024  5123 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.091329  5121 tablet_bootstrap.cc:654] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.093895  5123 tablet_bootstrap.cc:654] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.098158  5122 tablet_bootstrap.cc:654] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.105044  5123 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.105621  5123 ts_tablet_manager.cc:1403] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.010s
I20260630 12:13:38.106418  5121 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.106977  5121 ts_tablet_manager.cc:1403] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.023s	user 0.005s	sys 0.013s
I20260630 12:13:38.108870  5123 raft_consensus.cc:359] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.109735  5123 raft_consensus.cc:385] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.110072  5122 tablet_bootstrap.cc:492] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.110006  5121 raft_consensus.cc:359] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.110577  5122 ts_tablet_manager.cc:1403] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.004s
I20260630 12:13:38.110679  5121 raft_consensus.cc:385] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.111018  5121 raft_consensus.cc:740] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.111788  5121 consensus_queue.cc:260] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.113293  5122 raft_consensus.cc:359] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.114127  5122 raft_consensus.cc:385] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.114436  5122 raft_consensus.cc:740] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.114782  5121 ts_tablet_manager.cc:1434] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.006s
I20260630 12:13:38.115562  5121 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.115185  5122 consensus_queue.cc:260] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.117458  5122 ts_tablet_manager.cc:1434] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:13:38.110067  5123 raft_consensus.cc:740] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.118467  5122 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.118867  5123 consensus_queue.cc:260] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.121726  5121 tablet_bootstrap.cc:654] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.124991  5122 tablet_bootstrap.cc:654] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.130543  5123 ts_tablet_manager.cc:1434] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.024s	user 0.007s	sys 0.000s
I20260630 12:13:38.133615  5121 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.134156  5121 ts_tablet_manager.cc:1403] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260630 12:13:38.134583  5123 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.137305  5121 raft_consensus.cc:359] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.138172  5121 raft_consensus.cc:385] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.138536  5121 raft_consensus.cc:740] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.140043  5128 raft_consensus.cc:493] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.140672  5128 raft_consensus.cc:515] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.140509  5121 consensus_queue.cc:260] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.142539  5122 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.142642  5123 tablet_bootstrap.cc:654] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.143070  5122 ts_tablet_manager.cc:1403] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.012s
I20260630 12:13:38.146006  5122 raft_consensus.cc:359] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.146724  5122 raft_consensus.cc:385] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.147053  5122 raft_consensus.cc:740] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.147902  5122 consensus_queue.cc:260] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.150799  5122 ts_tablet_manager.cc:1434] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:13:38.152006  5122 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.157953  5128 leader_election.cc:290] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.158524  5123 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.158610  5122 tablet_bootstrap.cc:654] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.159502  5123 ts_tablet_manager.cc:1403] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.005s
I20260630 12:13:38.163933  5123 raft_consensus.cc:359] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.165022  5123 raft_consensus.cc:385] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.165447  5123 raft_consensus.cc:740] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.166654  5123 consensus_queue.cc:260] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.171749  5122 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.172274  5122 ts_tablet_manager.cc:1403] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.003s
W20260630 12:13:38.172645  4873 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:13:38.175462  5122 raft_consensus.cc:359] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.176178  5123 ts_tablet_manager.cc:1434] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.016s	user 0.009s	sys 0.000s
I20260630 12:13:38.176226  5122 raft_consensus.cc:385] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.176893  5122 raft_consensus.cc:740] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.177798  5123 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.177908  5122 consensus_queue.cc:260] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.179627  5129 raft_consensus.cc:493] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.180079  5129 raft_consensus.cc:515] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.180754  5122 ts_tablet_manager.cc:1434] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:13:38.181777  5122 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.184722  5129 leader_election.cc:290] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.192092  5122 tablet_bootstrap.cc:654] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.208027  5128 raft_consensus.cc:493] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.214403  5128 raft_consensus.cc:515] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.218833  5128 leader_election.cc:290] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.221612  5123 tablet_bootstrap.cc:654] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.232376  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63cee9b4babe4574a591913e66e444fc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.233405  4927 raft_consensus.cc:2468] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 0.
I20260630 12:13:38.235844  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afd0de0c84e94ca1aa81c81e8ff1e4cc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.236720  4927 raft_consensus.cc:2468] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 0.
I20260630 12:13:38.238597  4965 leader_election.cc:304] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:38.240275  4965 leader_election.cc:304] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:38.240559  5127 raft_consensus.cc:493] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.241101  5127 raft_consensus.cc:515] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.241824  5128 raft_consensus.cc:493] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.242765  5128 raft_consensus.cc:515] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.247213  5127 leader_election.cc:290] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:38.258345  5141 raft_consensus.cc:2804] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.258848  5141 raft_consensus.cc:493] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.259222  5141 raft_consensus.cc:3060] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.259456  5121 ts_tablet_manager.cc:1434] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.125s	user 0.061s	sys 0.060s
I20260630 12:13:38.262971  5128 leader_election.cc:290] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.263540  5128 raft_consensus.cc:2804] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.263844  5121 tablet_bootstrap.cc:492] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.263903  5128 raft_consensus.cc:493] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.264438  5128 raft_consensus.cc:3060] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.271600  5121 tablet_bootstrap.cc:654] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.276999  5129 raft_consensus.cc:493] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.277871  5129 raft_consensus.cc:515] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.280576  5129 leader_election.cc:290] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.283949  5121 tablet_bootstrap.cc:492] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.284523  5121 ts_tablet_manager.cc:1403] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.005s
I20260630 12:13:38.287943  5121 raft_consensus.cc:359] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.288698  5121 raft_consensus.cc:385] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.289032  5121 raft_consensus.cc:740] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.290268  5121 consensus_queue.cc:260] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.292869  5121 ts_tablet_manager.cc:1434] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
W20260630 12:13:38.293321  4965 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:37619, user_credentials={real_user=slave}} blocked reactor thread for 53117us
I20260630 12:13:38.296639  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22eaa9633854ad7af6b6bfc84b9fe94" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.297624  5121 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.297295  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1468c8d5cb84ca3a171042ddb0f523d" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.298234  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.297411  5076 raft_consensus.cc:2468] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 0.
I20260630 12:13:38.305446  5121 tablet_bootstrap.cc:654] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.306124  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22eaa9633854ad7af6b6bfc84b9fe94" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.307598  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.307813  5128 raft_consensus.cc:515] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.308267  5001 raft_consensus.cc:2468] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 0.
W20260630 12:13:38.305445  4891 leader_election.cc:343] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.309211  4891 leader_election.cc:304] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565; no voters: 
W20260630 12:13:38.310293  4892 leader_election.cc:343] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.311221  4892 leader_election.cc:304] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [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: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 624dd81c7a844612a7c97942618f6029
I20260630 12:13:38.312750  5129 raft_consensus.cc:2804] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.317751  5121 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.318508  5123 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.313271  5141 raft_consensus.cc:515] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.317292  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63cee9b4babe4574a591913e66e444fc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.319311  5121 ts_tablet_manager.cc:1403] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.007s
I20260630 12:13:38.319396  5123 ts_tablet_manager.cc:1403] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.142s	user 0.060s	sys 0.037s
I20260630 12:13:38.319882  5076 raft_consensus.cc:2468] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 0.
I20260630 12:13:38.313274  5129 raft_consensus.cc:493] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.321034  5129 raft_consensus.cc:3060] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.322458  5121 raft_consensus.cc:359] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.323216  5121 raft_consensus.cc:385] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.323115  5123 raft_consensus.cc:359] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.323650  5121 raft_consensus.cc:740] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.324044  5123 raft_consensus.cc:385] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.324473  5123 raft_consensus.cc:740] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.325016  5141 leader_election.cc:290] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Requested vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.324494  5121 consensus_queue.cc:260] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.325731  5128 leader_election.cc:290] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Requested vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.325893  5123 consensus_queue.cc:260] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.327040  5121 ts_tablet_manager.cc:1434] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:13:38.328079  5121 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.333834  5141 raft_consensus.cc:493] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.334278  5121 tablet_bootstrap.cc:654] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.334427  5141 raft_consensus.cc:515] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.336052  5123 ts_tablet_manager.cc:1434] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:13:38.337446  5141 leader_election.cc:290] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.342847  5123 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.348654  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afd0de0c84e94ca1aa81c81e8ff1e4cc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.349573  5076 raft_consensus.cc:2468] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 0.
I20260630 12:13:38.351502  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1468c8d5cb84ca3a171042ddb0f523d" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.352406  5076 raft_consensus.cc:2468] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 0.
I20260630 12:13:38.361408  5123 tablet_bootstrap.cc:654] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
W20260630 12:13:38.316308  4965 leader_election.cc:343] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.364215  5157 raft_consensus.cc:2804] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:13:38.364605  4965 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:37619, user_credentials={real_user=slave}} blocked reactor thread for 48342.8us
I20260630 12:13:38.364895  5157 raft_consensus.cc:493] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.365540  5157 raft_consensus.cc:3060] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.372241  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63cee9b4babe4574a591913e66e444fc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
I20260630 12:13:38.373553  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afd0de0c84e94ca1aa81c81e8ff1e4cc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
I20260630 12:13:38.374166  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dcfe2ee3294402f8af8d5b9c65e81b7" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.374711  4926 raft_consensus.cc:3060] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.374809  4925 raft_consensus.cc:2468] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 0.
W20260630 12:13:38.364235  4891 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 55107.1us
I20260630 12:13:38.373634  4927 raft_consensus.cc:3060] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.380640  5129 raft_consensus.cc:515] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.382026  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63cee9b4babe4574a591913e66e444fc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:38.382400  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "afd0de0c84e94ca1aa81c81e8ff1e4cc" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:38.382632  5076 raft_consensus.cc:3060] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.382961  5075 raft_consensus.cc:3060] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.385986  5141 raft_consensus.cc:493] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.386478  5141 raft_consensus.cc:515] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.388739  5141 leader_election.cc:290] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.389822  4927 raft_consensus.cc:2468] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:38.390542  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dcfe2ee3294402f8af8d5b9c65e81b7" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.392199  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9331bdb585e24d69a739dd81627a0074" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.395025  4966 leader_election.cc:304] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [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: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029; no voters: 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.396275  5141 raft_consensus.cc:2804] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.396646  5141 raft_consensus.cc:493] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.389928  4965 leader_election.cc:304] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:38.397117  5141 raft_consensus.cc:3060] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.397060  5076 raft_consensus.cc:2468] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:38.398520  5128 raft_consensus.cc:2804] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.398871  5128 raft_consensus.cc:493] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.399180  5128 raft_consensus.cc:3060] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.399705  4926 raft_consensus.cc:2468] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:38.402369  4965 leader_election.cc:304] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:38.402998  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9331bdb585e24d69a739dd81627a0074" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.403270  5154 raft_consensus.cc:2804] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.403316  4965 leader_election.cc:304] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:38.406688  5141 raft_consensus.cc:515] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.407928  5128 raft_consensus.cc:515] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.409250  5141 leader_election.cc:290] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Requested vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.410530  5141 raft_consensus.cc:2804] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.410988  5141 raft_consensus.cc:697] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Becoming Leader. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Running, Role: LEADER
I20260630 12:13:38.411772  5141 consensus_queue.cc:237] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.414386  5157 raft_consensus.cc:515] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
W20260630 12:13:38.416407  4966 leader_election.cc:343] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:13:38.418182  4966 leader_election.cc:343] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.418699  5157 leader_election.cc:290] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Requested vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.418844  5075 raft_consensus.cc:2468] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:38.416767  5128 leader_election.cc:290] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Requested vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.421334  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22eaa9633854ad7af6b6bfc84b9fe94" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:38.421741  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1468c8d5cb84ca3a171042ddb0f523d" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:38.422430  5076 raft_consensus.cc:3060] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.423178  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22eaa9633854ad7af6b6bfc84b9fe94" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
W20260630 12:13:38.423354  4892 leader_election.cc:343] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.423772  5075 raft_consensus.cc:3060] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.425478  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63cee9b4babe4574a591913e66e444fc" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.426894  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dcfe2ee3294402f8af8d5b9c65e81b7" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:38.428282  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63cee9b4babe4574a591913e66e444fc" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.429381  4926 raft_consensus.cc:2393] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 624dd81c7a844612a7c97942618f6029 in current term 1: Already voted for candidate 06b35492c5ee4d3f8bf189945c1d494c in this term.
I20260630 12:13:38.429723  5122 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.430377  5122 ts_tablet_manager.cc:1403] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.249s	user 0.035s	sys 0.036s
I20260630 12:13:38.431141  5154 raft_consensus.cc:697] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Becoming Leader. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Running, Role: LEADER
I20260630 12:13:38.432091  5154 consensus_queue.cc:237] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.434629  5122 raft_consensus.cc:359] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.435371  5122 raft_consensus.cc:385] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.435735  5121 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.436456  5121 ts_tablet_manager.cc:1403] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.109s	user 0.038s	sys 0.067s
W20260630 12:13:38.437170  4965 leader_election.cc:343] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.437740  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:38.438428  5002 raft_consensus.cc:3060] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.439297  5121 raft_consensus.cc:359] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.440140  5121 raft_consensus.cc:385] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.439359  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dcfe2ee3294402f8af8d5b9c65e81b7" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
I20260630 12:13:38.439420  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:38.440485  5121 raft_consensus.cc:740] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.440897  4927 raft_consensus.cc:3060] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.437680  4965 leader_election.cc:304] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [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: 06b35492c5ee4d3f8bf189945c1d494c; no voters: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.441041  5129 leader_election.cc:290] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Requested vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.441383  5121 consensus_queue.cc:260] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.443491  5121 ts_tablet_manager.cc:1434] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:13:38.435688  5123 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.444422  5121 tablet_bootstrap.cc:492] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.432106  5127 raft_consensus.cc:493] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.435688  5122 raft_consensus.cc:740] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.440485  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1468c8d5cb84ca3a171042ddb0f523d" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
W20260630 12:13:38.446861  4965 leader_election.cc:343] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.444438  5160 raft_consensus.cc:2749] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:38.447360  5002 raft_consensus.cc:2468] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 1.
I20260630 12:13:38.451552  5121 tablet_bootstrap.cc:654] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.452557  4892 leader_election.cc:304] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
W20260630 12:13:38.452733  4966 leader_election.cc:343] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.451926  4927 raft_consensus.cc:2468] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:38.454164  4965 leader_election.cc:304] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [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: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 624dd81c7a844612a7c97942618f6029
I20260630 12:13:38.445248  5127 raft_consensus.cc:515] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.456692  5160 raft_consensus.cc:2804] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.457298  5160 raft_consensus.cc:697] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Becoming Leader. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Running, Role: LEADER
I20260630 12:13:38.458335  5160 consensus_queue.cc:237] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.461814  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dc3732d67f474f1ea6770f187ff4a7d2" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
W20260630 12:13:38.464136  5039 leader_election.cc:343] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.459970  5127 leader_election.cc:290] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619)
I20260630 12:13:38.465950  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dc3732d67f474f1ea6770f187ff4a7d2" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.467482  5002 raft_consensus.cc:2468] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 624dd81c7a844612a7c97942618f6029 in term 0.
I20260630 12:13:38.468103  5075 raft_consensus.cc:2468] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 1.
I20260630 12:13:38.469280  5041 leader_election.cc:304] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [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: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029; no voters: 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.471010  5076 raft_consensus.cc:2468] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:38.471949  4891 leader_election.cc:304] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [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: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565; no voters: 06b35492c5ee4d3f8bf189945c1d494c
I20260630 12:13:38.472266  4966 leader_election.cc:304] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [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: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029; no voters: 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.473436  5161 raft_consensus.cc:2804] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.473469  5157 raft_consensus.cc:2804] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.474110  5161 raft_consensus.cc:697] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Becoming Leader. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Running, Role: LEADER
I20260630 12:13:38.475045  5161 consensus_queue.cc:237] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.478945  5127 raft_consensus.cc:2804] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.481120  5127 raft_consensus.cc:493] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.482553  5127 raft_consensus.cc:3060] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.486085  5041 leader_election.cc:304] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [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: 624dd81c7a844612a7c97942618f6029; no voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.466578  5129 raft_consensus.cc:2804] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.449950  5123 ts_tablet_manager.cc:1403] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.107s	user 0.018s	sys 0.000s
I20260630 12:13:38.488003  5169 raft_consensus.cc:493] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.488587  5169 raft_consensus.cc:515] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.491357  5123 raft_consensus.cc:359] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.497660  5123 raft_consensus.cc:385] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.500895  5123 raft_consensus.cc:740] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.501538  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7e36cdfde0440a2b152c841ae9c76de" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.500773  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7e36cdfde0440a2b152c841ae9c76de" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.501834  5123 consensus_queue.cc:260] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
W20260630 12:13:38.503644  5041 leader_election.cc:343] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.504047  4927 raft_consensus.cc:2468] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 624dd81c7a844612a7c97942618f6029 in term 0.
I20260630 12:13:38.504527  5127 raft_consensus.cc:515] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.445915  5122 consensus_queue.cc:260] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.494293  4825 catalog_manager.cc:5697] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: term changed from 0 to 1, leader changed from <none> to 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.505527  5123 ts_tablet_manager.cc:1434] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.000s
I20260630 12:13:38.505936  5039 leader_election.cc:304] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [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: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565; no voters: 06b35492c5ee4d3f8bf189945c1d494c
I20260630 12:13:38.506510  5127 leader_election.cc:290] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 election: Requested vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619)
I20260630 12:13:38.506868  5074 raft_consensus.cc:3060] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.506533  5123 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.497182  5157 raft_consensus.cc:697] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Becoming Leader. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Running, Role: LEADER
I20260630 12:13:38.511430  5157 consensus_queue.cc:237] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.497992  5121 tablet_bootstrap.cc:492] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.499257  5168 raft_consensus.cc:2749] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:38.514096  5121 ts_tablet_manager.cc:1403] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.070s	user 0.030s	sys 0.014s
I20260630 12:13:38.500427  5169 leader_election.cc:290] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:38.493788  5170 raft_consensus.cc:493] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.515280  5123 tablet_bootstrap.cc:654] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.507122  5127 raft_consensus.cc:2804] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.515076  5170 raft_consensus.cc:515] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.516014  5127 raft_consensus.cc:493] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.516407  5127 raft_consensus.cc:3060] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.516826  5121 raft_consensus.cc:359] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.517501  5121 raft_consensus.cc:385] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.517980  5121 raft_consensus.cc:740] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.518283  5170 leader_election.cc:290] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.518678  5121 consensus_queue.cc:260] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.521634  5121 ts_tablet_manager.cc:1434] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:13:38.522097  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abace500482443699f85c50041ad390f" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.522969  5001 raft_consensus.cc:2468] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 0.
I20260630 12:13:38.524798  4892 leader_election.cc:304] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:38.526903  5170 raft_consensus.cc:2804] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.526795  5127 raft_consensus.cc:515] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.527592  5170 raft_consensus.cc:493] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.528075  5170 raft_consensus.cc:3060] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.531093  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abace500482443699f85c50041ad390f" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.540418  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dc3732d67f474f1ea6770f187ff4a7d2" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:38.492955  5129 raft_consensus.cc:697] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Becoming Leader. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Running, Role: LEADER
I20260630 12:13:38.541435  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7e36cdfde0440a2b152c841ae9c76de" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:38.542251  5129 consensus_queue.cc:237] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.542366  5127 leader_election.cc:290] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 election: Requested vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:38.563971  5160 raft_consensus.cc:493] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.564545  5160 raft_consensus.cc:515] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.541071  5121 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.548830  5074 raft_consensus.cc:2468] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 1.
W20260630 12:13:38.543387  4891 leader_election.cc:343] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.569995  5172 raft_consensus.cc:493] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.570482  5172 raft_consensus.cc:515] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
W20260630 12:13:38.543571  5041 leader_election.cc:343] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.541390  5002 raft_consensus.cc:3060] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.575090  5123 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.575770  5123 ts_tablet_manager.cc:1403] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.069s	user 0.015s	sys 0.003s
I20260630 12:13:38.579885  5160 leader_election.cc:290] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.580046  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dc3732d67f474f1ea6770f187ff4a7d2" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
I20260630 12:13:38.582257  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22eaa9633854ad7af6b6bfc84b9fe94" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.584635  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7e36cdfde0440a2b152c841ae9c76de" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
I20260630 12:13:38.585234  4927 raft_consensus.cc:3060] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.593433  4927 raft_consensus.cc:2468] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 624dd81c7a844612a7c97942618f6029 in term 1.
I20260630 12:13:38.595669  5002 raft_consensus.cc:2468] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 624dd81c7a844612a7c97942618f6029 in term 1.
W20260630 12:13:38.594182  5039 leader_election.cc:343] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.597199  5041 leader_election.cc:304] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [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: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029; no voters: 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.599623  5173 raft_consensus.cc:2804] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.599659  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22eaa9633854ad7af6b6bfc84b9fe94" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.600858  5076 raft_consensus.cc:2393] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 06b35492c5ee4d3f8bf189945c1d494c in current term 1: Already voted for candidate 9f635266a32b4d23984b581b0801b565 in this term.
I20260630 12:13:38.595103  5170 raft_consensus.cc:515] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.601964  4966 leader_election.cc:304] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [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: 06b35492c5ee4d3f8bf189945c1d494c; no voters: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.603658  5039 leader_election.cc:304] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [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: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565; no voters: 06b35492c5ee4d3f8bf189945c1d494c
I20260630 12:13:38.603999  5160 raft_consensus.cc:3060] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.604677  5127 raft_consensus.cc:2804] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.605276  5127 raft_consensus.cc:697] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 LEADER]: Becoming Leader. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Running, Role: LEADER
I20260630 12:13:38.606173  5127 consensus_queue.cc:237] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.602018  5173 raft_consensus.cc:697] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 1 LEADER]: Becoming Leader. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Running, Role: LEADER
I20260630 12:13:38.625713  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abace500482443699f85c50041ad390f" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:38.635061  5121 tablet_bootstrap.cc:654] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.626477  5002 raft_consensus.cc:3060] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.637959  4825 catalog_manager.cc:5697] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: term changed from 0 to 1, leader changed from <none> to 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.641139  5122 ts_tablet_manager.cc:1434] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.210s	user 0.026s	sys 0.035s
I20260630 12:13:38.644518  4825 catalog_manager.cc:5697] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: term changed from 0 to 1, leader changed from <none> to 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.647351  5172 leader_election.cc:290] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:38.649179  5122 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.648579  4825 catalog_manager.cc:5697] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: term changed from 0 to 1, leader changed from <none> to 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.649341  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.650791  5123 raft_consensus.cc:359] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.651563  5123 raft_consensus.cc:385] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.651859  5123 raft_consensus.cc:740] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.652568  5123 consensus_queue.cc:260] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.653484  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.654165  5001 raft_consensus.cc:2468] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 624dd81c7a844612a7c97942618f6029 in term 1.
I20260630 12:13:38.654700  5123 ts_tablet_manager.cc:1434] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.079s	user 0.007s	sys 0.001s
I20260630 12:13:38.655730  5123 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.656860  5041 leader_election.cc:304] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029; no voters: 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.658129  5172 raft_consensus.cc:2804] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:13:38.658542  5172 raft_consensus.cc:493] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.658934  5172 raft_consensus.cc:3060] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:38.668612  5172 raft_consensus.cc:515] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.626406  5173 consensus_queue.cc:237] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.671933  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
I20260630 12:13:38.654596  5160 raft_consensus.cc:2749] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:38.672627  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef453d7d34274830b5f61201e0a48007" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:38.673341  5001 raft_consensus.cc:3060] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:38.673501  5170 leader_election.cc:290] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Requested vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.675194  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "abace500482443699f85c50041ad390f" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:38.675334  5002 raft_consensus.cc:2468] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 1.
I20260630 12:13:38.677167  5172 leader_election.cc:290] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 2 election: Requested vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:38.679100  5123 tablet_bootstrap.cc:654] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
W20260630 12:13:38.679486  4891 leader_election.cc:343] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.685988  4892 leader_election.cc:304] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [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: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 624dd81c7a844612a7c97942618f6029
I20260630 12:13:38.686801  5170 raft_consensus.cc:2804] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.687044  5001 raft_consensus.cc:2468] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 624dd81c7a844612a7c97942618f6029 in term 2.
I20260630 12:13:38.687328  5170 raft_consensus.cc:697] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Becoming Leader. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Running, Role: LEADER
I20260630 12:13:38.680341  4822 catalog_manager.cc:5697] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9f635266a32b4d23984b581b0801b565 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.688154  5170 consensus_queue.cc:237] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.688555  5041 leader_election.cc:304] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [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: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029; no voters: 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.690333  5172 raft_consensus.cc:2804] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:38.691004  5172 raft_consensus.cc:697] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 2 LEADER]: Becoming Leader. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Running, Role: LEADER
I20260630 12:13:38.692090  5172 consensus_queue.cc:237] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Queue going to LEADER 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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.693046  5121 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.693529  5121 ts_tablet_manager.cc:1403] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.153s	user 0.031s	sys 0.012s
I20260630 12:13:38.699579  5121 raft_consensus.cc:359] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.700228  5121 raft_consensus.cc:385] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.700500  5121 raft_consensus.cc:740] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.703229  5121 consensus_queue.cc:260] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.705430  5122 tablet_bootstrap.cc:654] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.710815  5123 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.711345  5123 ts_tablet_manager.cc:1403] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.056s	user 0.017s	sys 0.004s
I20260630 12:13:38.714133  5123 raft_consensus.cc:359] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.717849  5123 raft_consensus.cc:385] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.718250  5123 raft_consensus.cc:740] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.719143  5123 consensus_queue.cc:260] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.719046  4823 catalog_manager.cc:5697] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9f635266a32b4d23984b581b0801b565 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.722122  5123 ts_tablet_manager.cc:1434] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:13:38.721807  4823 catalog_manager.cc:5697] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9f635266a32b4d23984b581b0801b565 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.723446  5123 tablet_bootstrap.cc:492] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.715610  4822 catalog_manager.cc:5697] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 reported cstate change: term changed from 0 to 1, leader changed from <none> to 624dd81c7a844612a7c97942618f6029 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "624dd81c7a844612a7c97942618f6029" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.734113  5123 tablet_bootstrap.cc:654] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.737075  5121 ts_tablet_manager.cc:1434] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.043s	user 0.005s	sys 0.002s
I20260630 12:13:38.751590  5123 tablet_bootstrap.cc:492] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.752257  5123 ts_tablet_manager.cc:1403] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.029s	user 0.012s	sys 0.011s
I20260630 12:13:38.755355  5123 raft_consensus.cc:359] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.756768  5123 raft_consensus.cc:385] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.757141  5123 raft_consensus.cc:740] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.758205  5123 consensus_queue.cc:260] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.760411  5121 tablet_bootstrap.cc:492] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.760800  5123 ts_tablet_manager.cc:1434] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:13:38.762044  5123 tablet_bootstrap.cc:492] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.769573  5123 tablet_bootstrap.cc:654] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.773365  5170 raft_consensus.cc:493] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.774019  5170 raft_consensus.cc:515] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } }
I20260630 12:13:38.778080  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dc3732d67f474f1ea6770f187ff4a7d2" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.778375  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dc3732d67f474f1ea6770f187ff4a7d2" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.778964  5001 raft_consensus.cc:2393] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9f635266a32b4d23984b581b0801b565 in current term 1: Already voted for candidate 624dd81c7a844612a7c97942618f6029 in this term.
I20260630 12:13:38.780128  4892 leader_election.cc:304] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [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: 9f635266a32b4d23984b581b0801b565; no voters: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029
I20260630 12:13:38.780804  5129 raft_consensus.cc:3060] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.780929  5170 leader_election.cc:290] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.784143  5121 tablet_bootstrap.cc:654] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.783440  4823 catalog_manager.cc:5697] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 reported cstate change: term changed from 0 to 1, leader changed from <none> to 624dd81c7a844612a7c97942618f6029 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "624dd81c7a844612a7c97942618f6029" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:38.785123  4823 catalog_manager.cc:5697] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 reported cstate change: term changed from 1 to 2, leader changed from 9f635266a32b4d23984b581b0801b565 (127.0.107.193) to 624dd81c7a844612a7c97942618f6029 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "624dd81c7a844612a7c97942618f6029" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:38.789837  5122 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.790388  5122 ts_tablet_manager.cc:1403] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.146s	user 0.030s	sys 0.034s
I20260630 12:13:38.791280  5129 raft_consensus.cc:2749] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:38.793105  5122 raft_consensus.cc:359] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.793785  5122 raft_consensus.cc:385] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.794028  5122 raft_consensus.cc:740] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.794644  5122 consensus_queue.cc:260] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.796649  5122 ts_tablet_manager.cc:1434] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:13:38.797425  5123 tablet_bootstrap.cc:492] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.797492  5122 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.797386  5160 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:38.798164  5123 ts_tablet_manager.cc:1403] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.036s	user 0.014s	sys 0.010s
I20260630 12:13:38.800850  5123 raft_consensus.cc:359] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.801496  5123 raft_consensus.cc:385] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.801776  5123 raft_consensus.cc:740] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.803650  5123 consensus_queue.cc:260] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.804077  5122 tablet_bootstrap.cc:654] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.804492  5121 tablet_bootstrap.cc:492] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.804976  5121 ts_tablet_manager.cc:1403] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.045s	user 0.004s	sys 0.007s
I20260630 12:13:38.805915  5123 ts_tablet_manager.cc:1434] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.001s
I20260630 12:13:38.806850  5123 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: Bootstrap starting.
I20260630 12:13:38.808264  5121 raft_consensus.cc:359] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.809232  5121 raft_consensus.cc:385] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.809654  5121 raft_consensus.cc:740] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.810783  5121 consensus_queue.cc:260] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.813406  5123 tablet_bootstrap.cc:654] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.820890  5122 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.821334  5122 ts_tablet_manager.cc:1403] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.006s
I20260630 12:13:38.822000  5121 ts_tablet_manager.cc:1434] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260630 12:13:38.823815  5122 raft_consensus.cc:359] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.824479  5122 raft_consensus.cc:385] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.824743  5122 raft_consensus.cc:740] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.825623  5122 consensus_queue.cc:260] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.829844  5121 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: Bootstrap starting.
I20260630 12:13:38.829967  5122 ts_tablet_manager.cc:1434] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:13:38.830865  5122 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.836153  5122 tablet_bootstrap.cc:654] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.838126  5121 tablet_bootstrap.cc:654] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.852435  5161 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:38.881457  5172 raft_consensus.cc:493] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.882045  5172 raft_consensus.cc:515] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.884083  5172 leader_election.cc:290] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:38.884999  5076 raft_consensus.cc:3060] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.887722  5154 consensus_queue.cc:1048] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:38.889935  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dcfe2ee3294402f8af8d5b9c65e81b7" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.902954  5160 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:38.909725  5161 consensus_queue.cc:1048] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:38.912662  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dcfe2ee3294402f8af8d5b9c65e81b7" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:38.914664  5039 leader_election.cc:304] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [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: 624dd81c7a844612a7c97942618f6029; no voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565
I20260630 12:13:38.916172  5172 raft_consensus.cc:2749] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:38.923632  5141 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:38.937266  5161 consensus_queue.cc:1048] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:38.950806  5129 raft_consensus.cc:493] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:38.951383  5129 raft_consensus.cc:515] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.956284  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84b1723b4b9d4b1882435e5f53cac409" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:38.956379  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84b1723b4b9d4b1882435e5f53cac409" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:38.957000  5001 raft_consensus.cc:2468] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 0.
I20260630 12:13:38.953504  5129 leader_election.cc:290] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
W20260630 12:13:38.958191  4891 leader_election.cc:343] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.960805  5123 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: No bootstrap required, opened a new log
I20260630 12:13:38.960844  4892 leader_election.cc:304] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [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: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 624dd81c7a844612a7c97942618f6029
I20260630 12:13:38.961493  5123 ts_tablet_manager.cc:1403] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: Time spent bootstrapping tablet: real 0.155s	user 0.055s	sys 0.068s
I20260630 12:13:38.962886  5129 raft_consensus.cc:2804] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:38.963389  5129 raft_consensus.cc:493] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:38.963858  5129 raft_consensus.cc:3060] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.964299  5123 raft_consensus.cc:359] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.964990  5123 raft_consensus.cc:385] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.965253  5123 raft_consensus.cc:740] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.968561  5122 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:38.968542  5123 consensus_queue.cc:260] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.969305  5122 ts_tablet_manager.cc:1403] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.139s	user 0.028s	sys 0.038s
I20260630 12:13:38.970780  5123 ts_tablet_manager.cc:1434] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:13:38.972160  5129 raft_consensus.cc:515] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.972100  5122 raft_consensus.cc:359] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.974234  5122 raft_consensus.cc:385] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.974514  5122 raft_consensus.cc:740] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.975009  5121 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: No bootstrap required, opened a new log
I20260630 12:13:38.975574  5121 ts_tablet_manager.cc:1403] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent bootstrapping tablet: real 0.146s	user 0.026s	sys 0.063s
I20260630 12:13:38.978561  5121 raft_consensus.cc:359] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.979285  5121 raft_consensus.cc:385] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:38.979566  5121 raft_consensus.cc:740] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Initialized, Role: FOLLOWER
I20260630 12:13:38.980271  5121 consensus_queue.cc:260] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.982491  5121 ts_tablet_manager.cc:1434] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:13:38.975167  5122 consensus_queue.cc:260] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:38.983000  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84b1723b4b9d4b1882435e5f53cac409" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:38.983580  5001 raft_consensus.cc:3060] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.984478  5073 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84b1723b4b9d4b1882435e5f53cac409" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
W20260630 12:13:38.985865  4891 leader_election.cc:343] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:38.990782  4927 raft_consensus.cc:3060] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:38.991391  5001 raft_consensus.cc:2468] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 1.
I20260630 12:13:38.991760  5122 ts_tablet_manager.cc:1434] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.022s	user 0.005s	sys 0.001s
I20260630 12:13:38.992813  5122 tablet_bootstrap.cc:492] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:38.993479  5129 leader_election.cc:290] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Requested vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:38.997071  4892 leader_election.cc:304] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [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: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 624dd81c7a844612a7c97942618f6029
I20260630 12:13:38.998310  5122 tablet_bootstrap.cc:654] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:38.998306  5129 raft_consensus.cc:2804] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:38.999037  5129 raft_consensus.cc:697] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Becoming Leader. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Running, Role: LEADER
I20260630 12:13:38.999938  5129 consensus_queue.cc:237] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.003443  5122 tablet_bootstrap.cc:492] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:39.003800  5161 consensus_queue.cc:1048] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.004146  5122 ts_tablet_manager.cc:1403] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.001s
I20260630 12:13:39.007191  5075 raft_consensus.cc:1240] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 2 LEADER]: Rejecting Update request from peer 9f635266a32b4d23984b581b0801b565 for earlier term 1. Current term is 2. Ops: []
I20260630 12:13:39.008020  5122 raft_consensus.cc:359] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.008777  5122 raft_consensus.cc:385] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:39.009094  5122 raft_consensus.cc:740] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:39.009140  5170 consensus_queue.cc:1059] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:39.010015  5122 consensus_queue.cc:260] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.010457  5170 consensus_queue.cc:1243] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Peer 624dd81c7a844612a7c97942618f6029 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:13:39.011073  5170 raft_consensus.cc:3055] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:39.011514  5170 raft_consensus.cc:740] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Running, Role: LEADER
I20260630 12:13:39.012161  5122 ts_tablet_manager.cc:1434] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:13:39.012468  5170 consensus_queue.cc:260] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [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: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.013068  5122 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029: Bootstrap starting.
I20260630 12:13:39.013542  5170 raft_consensus.cc:3060] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:39.017707  5172 raft_consensus.cc:493] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:39.018210  5172 raft_consensus.cc:515] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.019291  5122 tablet_bootstrap.cc:654] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:39.020292  5172 leader_election.cc:290] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:39.022082  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84b1723b4b9d4b1882435e5f53cac409" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:39.025077  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84b1723b4b9d4b1882435e5f53cac409" candidate_uuid: "624dd81c7a844612a7c97942618f6029" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:39.025959  5001 raft_consensus.cc:2393] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 624dd81c7a844612a7c97942618f6029 in current term 1: Already voted for candidate 9f635266a32b4d23984b581b0801b565 in this term.
I20260630 12:13:39.027141  5041 leader_election.cc:304] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [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: 624dd81c7a844612a7c97942618f6029; no voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565
I20260630 12:13:39.028752  5161 raft_consensus.cc:493] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:39.029371  5161 raft_consensus.cc:515] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.029520  4824 catalog_manager.cc:5697] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9f635266a32b4d23984b581b0801b565 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:39.030990  5172 raft_consensus.cc:3060] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.032199  5161 leader_election.cc:290] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:39.034790  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7e36cdfde0440a2b152c841ae9c76de" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:39.038194  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7e36cdfde0440a2b152c841ae9c76de" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:39.039268  4925 raft_consensus.cc:2393] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 06b35492c5ee4d3f8bf189945c1d494c in current term 1: Already voted for candidate 624dd81c7a844612a7c97942618f6029 in this term.
I20260630 12:13:39.041211  4965 leader_election.cc:304] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [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: 06b35492c5ee4d3f8bf189945c1d494c; no voters: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565
I20260630 12:13:39.042565  5141 raft_consensus.cc:493] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:39.042966  5129 raft_consensus.cc:493] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:39.044039  5161 raft_consensus.cc:3060] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.044867  5172 raft_consensus.cc:2749] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:39.045428  5141 raft_consensus.cc:515] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.051564  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05df6656a29c489aa105ba4fa6ca4608" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:39.045794  5129 raft_consensus.cc:515] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
W20260630 12:13:39.053915  4966 leader_election.cc:343] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:39.049404  5141 leader_election.cc:290] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:39.056262  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9331bdb585e24d69a739dd81627a0074" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c" is_pre_election: true
I20260630 12:13:39.056944  5122 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029: No bootstrap required, opened a new log
I20260630 12:13:39.056869  5001 raft_consensus.cc:2468] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 0.
I20260630 12:13:39.057494  5122 ts_tablet_manager.cc:1403] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029: Time spent bootstrapping tablet: real 0.045s	user 0.024s	sys 0.017s
I20260630 12:13:39.057996  4892 leader_election.cc:304] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:39.059274  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05df6656a29c489aa105ba4fa6ca4608" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565" is_pre_election: true
I20260630 12:13:39.059904  4925 raft_consensus.cc:2468] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 0.
I20260630 12:13:39.060410  5122 raft_consensus.cc:359] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.061267  5129 leader_election.cc:290] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:39.061803  5129 raft_consensus.cc:2804] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:39.062121  5129 raft_consensus.cc:493] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:39.061112  4965 leader_election.cc:304] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [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: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 624dd81c7a844612a7c97942618f6029
I20260630 12:13:39.062573  5129 raft_consensus.cc:3060] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.062505  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9331bdb585e24d69a739dd81627a0074" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029" is_pre_election: true
I20260630 12:13:39.061095  5122 raft_consensus.cc:385] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:39.063549  5122 raft_consensus.cc:740] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 624dd81c7a844612a7c97942618f6029, State: Initialized, Role: FOLLOWER
I20260630 12:13:39.063529  5075 raft_consensus.cc:2468] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 0.
I20260630 12:13:39.065104  5122 consensus_queue.cc:260] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.067512  5141 raft_consensus.cc:2804] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:39.067977  5141 raft_consensus.cc:493] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:39.068418  5141 raft_consensus.cc:3060] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.072322  5122 ts_tablet_manager.cc:1434] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:13:39.072793  5129 raft_consensus.cc:515] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.074636  5129 leader_election.cc:290] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Requested vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:39.075353  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9331bdb585e24d69a739dd81627a0074" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06b35492c5ee4d3f8bf189945c1d494c"
I20260630 12:13:39.075671  5161 raft_consensus.cc:2749] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:39.075937  5001 raft_consensus.cc:3060] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.075927  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9331bdb585e24d69a739dd81627a0074" candidate_uuid: "9f635266a32b4d23984b581b0801b565" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:39.076800  5075 raft_consensus.cc:3060] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.082422  5001 raft_consensus.cc:2468] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 1.
I20260630 12:13:39.082868  5075 raft_consensus.cc:2468] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f635266a32b4d23984b581b0801b565 in term 1.
I20260630 12:13:39.083562  4892 leader_election.cc:304] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 9f635266a32b4d23984b581b0801b565; no voters: 
I20260630 12:13:39.084714  5170 raft_consensus.cc:2804] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:39.085443  5170 raft_consensus.cc:697] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Becoming Leader. State: Replica: 9f635266a32b4d23984b581b0801b565, State: Running, Role: LEADER
I20260630 12:13:39.086349  5170 consensus_queue.cc:237] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.086828  5141 raft_consensus.cc:515] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.087723  5157 consensus_queue.cc:1048] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.088884  5141 leader_election.cc:290] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Requested vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:39.090288  5073 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05df6656a29c489aa105ba4fa6ca4608" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "624dd81c7a844612a7c97942618f6029"
I20260630 12:13:39.090931  5073 raft_consensus.cc:3060] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.092958  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "05df6656a29c489aa105ba4fa6ca4608" candidate_uuid: "06b35492c5ee4d3f8bf189945c1d494c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f635266a32b4d23984b581b0801b565"
I20260630 12:13:39.093619  4927 raft_consensus.cc:3060] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.098768  5073 raft_consensus.cc:2468] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:39.100157  4966 leader_election.cc:304] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029; no voters: 
I20260630 12:13:39.101064  5141 raft_consensus.cc:2804] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:39.101788  5141 raft_consensus.cc:697] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Becoming Leader. State: Replica: 06b35492c5ee4d3f8bf189945c1d494c, State: Running, Role: LEADER
I20260630 12:13:39.102645  5141 consensus_queue.cc:237] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } }
I20260630 12:13:39.103034  4927 raft_consensus.cc:2468] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 06b35492c5ee4d3f8bf189945c1d494c in term 1.
I20260630 12:13:39.116181  5157 consensus_queue.cc:1048] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.119493  4824 catalog_manager.cc:5697] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9f635266a32b4d23984b581b0801b565 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:39.122962  4823 catalog_manager.cc:5697] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: term changed from 0 to 1, leader changed from <none> to 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:39.132272  5075 raft_consensus.cc:3060] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:39.146647  5129 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:39.162386  5129 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.196509  5172 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.208289  5172 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:39.217713  5002 raft_consensus.cc:1275] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 2 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:13:39.219554  5172 consensus_queue.cc:1048] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.230523  4927 raft_consensus.cc:1275] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 2 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:13:39.230934  4927 pending_rounds.cc:85] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: Aborting all ops after (but not including) 0
I20260630 12:13:39.231184  4927 pending_rounds.cc:107] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:13:39.231495  4927 raft_consensus.cc:2889] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:13:39.233827  5173 consensus_queue.cc:1048] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.237414  5222 consensus_queue.cc:1048] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:39.254752  5222 consensus_queue.cc:1048] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.539410  5141 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.540994  5129 consensus_queue.cc:1048] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:39.568238  5129 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.599189  5129 consensus_queue.cc:1048] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.630986  5208 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:39.638437  5141 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:40.119757  5254 log.cc:927] Time spent T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.090s	user 0.002s	sys 0.000s
W20260630 12:13:40.192683  5260 log.cc:927] Time spent T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.070s	user 0.001s	sys 0.000s
W20260630 12:13:40.253357  5041 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45155, user_credentials={real_user=slave}} blocked reactor thread for 94742.9us
W20260630 12:13:40.317080  4891 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 44828us
W20260630 12:13:40.394598  5259 log.cc:927] Time spent T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.057s	user 0.001s	sys 0.000s
W20260630 12:13:40.403617  4966 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 74580.9us
W20260630 12:13:40.449429  5106 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 60212us
W20260630 12:13:40.586843  4891 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 238332us
I20260630 12:13:40.905871  5264 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52334 (ReqId={client: 4a2f31f346dc424ab09f14418448bcf0, seq_no=31, attempt_no=0}) took 1025 ms. Trace:
I20260630 12:13:40.935328  5302 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52334 (ReqId={client: 4a2f31f346dc424ab09f14418448bcf0, seq_no=37, attempt_no=0}) took 1054 ms. Trace:
I20260630 12:13:40.941320  5248 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51286 (ReqId={client: 4a2f31f346dc424ab09f14418448bcf0, seq_no=43, attempt_no=0}) took 1007 ms. Trace:
I20260630 12:13:40.906381  5264 rpcz_store.cc:276] 0630 12:13:39.880750 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:39.882308 (+  1558us) service_pool.cc:224] Handling call
0630 12:13:40.020094 (+137786us) spinlock_profiling.cc:243] Waited 23.4 ms on lock 0x7b340001a1b8. stack: 00007f1942d4d983 00007f1942d4d880 00007f19426dd1d4 000000000042d824 000000000042d7b9 00007f194411d171 00007f194416218c 00007f19441a71d1 00007f19441aa4cf 00007f19441ab821 00007f19441ab7d9 00007f19441ab769 00007f19441ab731 00007f19441aaa2d 000000000043f3c4 000000000043f209
0630 12:13:40.905798 (+885704us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:40.212959 (+     0us) write_op.cc:183] PREPARE: starting on tablet afd0de0c84e94ca1aa81c81e8ff1e4cc
0630 12:13:40.258255 (+ 45296us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:40.259577 (+  1322us) write_op.cc:435] Acquired schema lock
0630 12:13:40.260887 (+  1310us) tablet.cc:662] Decoding operations
0630 12:13:40.282175 (+ 21288us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:40.282221 (+    46us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:40.282249 (+    28us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:40.282490 (+   241us) tablet.cc:701] Row locks acquired
0630 12:13:40.282503 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:40.282680 (+   177us) write_op.cc:270] Start()
0630 12:13:40.282782 (+   102us) write_op.cc:276] Timestamp: P: 1782821620282637 usec, L: 0
0630 12:13:40.282803 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:13:40.283419 (+   616us) log.cc:844] Serialized 432 byte log entry
0630 12:13:40.817204 (+533785us) op_driver.cc:464] REPLICATION: finished
0630 12:13:40.904180 (+ 86976us) write_op.cc:301] APPLY: starting
0630 12:13:40.904250 (+    70us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:40.904369 (+   119us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:40.904460 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:40.904831 (+   371us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:40.904942 (+   111us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:40.904970 (+    28us) write_op.cc:312] APPLY: finished
0630 12:13:40.905168 (+   198us) log.cc:844] Serialized 34 byte log entry
0630 12:13:40.905381 (+   213us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:40.905455 (+    74us) write_op.cc:454] Released schema lock
0630 12:13:40.905491 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":53810560,"child_traces":[["op",{"apply.queue_time_us":86797,"mutex_wait_us":2074,"num_ops":3,"prepare.queue_time_us":142687,"prepare.run_cpu_time_us":3136,"prepare.run_wall_time_us":73746,"replication_time_us":527009}]]}
I20260630 12:13:40.944177  5302 rpcz_store.cc:276] 0630 12:13:39.881604 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:39.881719 (+   115us) service_pool.cc:224] Handling call
0630 12:13:40.935266 (+1053547us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:40.032719 (+     0us) write_op.cc:183] PREPARE: starting on tablet afd0de0c84e94ca1aa81c81e8ff1e4cc
0630 12:13:40.068938 (+ 36219us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:40.073146 (+  4208us) write_op.cc:435] Acquired schema lock
0630 12:13:40.078433 (+  5287us) tablet.cc:662] Decoding operations
0630 12:13:40.115916 (+ 37483us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:40.118202 (+  2286us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:40.122113 (+  3911us) tablet.cc:685] Acquiring locks for 9 operations
0630 12:13:40.159355 (+ 37242us) tablet.cc:701] Row locks acquired
0630 12:13:40.159374 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:13:40.172813 (+ 13439us) write_op.cc:270] Start()
0630 12:13:40.175222 (+  2409us) write_op.cc:276] Timestamp: P: 1782821620171585 usec, L: 0
0630 12:13:40.175249 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:13:40.198906 (+ 23657us) log.cc:844] Serialized 692 byte log entry
0630 12:13:40.803650 (+604744us) op_driver.cc:464] REPLICATION: finished
0630 12:13:40.828950 (+ 25300us) write_op.cc:301] APPLY: starting
0630 12:13:40.829866 (+   916us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:40.862807 (+ 32941us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:40.874383 (+ 11576us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:40.934196 (+ 59813us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:40.934384 (+   188us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:40.934425 (+    41us) write_op.cc:312] APPLY: finished
0630 12:13:40.934651 (+   226us) log.cc:844] Serialized 70 byte log entry
0630 12:13:40.934835 (+   184us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:40.934934 (+    99us) write_op.cc:454] Released schema lock
0630 12:13:40.934979 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":16884,"num_ops":9,"prepare.queue_time_us":145997,"prepare.run_cpu_time_us":5230,"prepare.run_wall_time_us":172688,"replication_time_us":625114}]]}
I20260630 12:13:40.950275  5288 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51286 (ReqId={client: 4a2f31f346dc424ab09f14418448bcf0, seq_no=30, attempt_no=0}) took 1037 ms. Trace:
I20260630 12:13:40.951615  5288 rpcz_store.cc:276] 0630 12:13:39.912509 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:39.913921 (+  1412us) service_pool.cc:224] Handling call
0630 12:13:40.950081 (+1036160us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:40.603738 (+     0us) write_op.cc:183] PREPARE: starting on tablet ef453d7d34274830b5f61201e0a48007
0630 12:13:40.604249 (+   511us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:40.604276 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:13:40.604290 (+    14us) tablet.cc:662] Decoding operations
0630 12:13:40.604732 (+   442us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:40.604775 (+    43us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:40.604799 (+    24us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:40.605196 (+   397us) tablet.cc:701] Row locks acquired
0630 12:13:40.605211 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:13:40.605375 (+   164us) write_op.cc:270] Start()
0630 12:13:40.605462 (+    87us) write_op.cc:276] Timestamp: P: 1782821620605320 usec, L: 0
0630 12:13:40.605481 (+    19us) op_driver.cc:348] REPLICATION: starting
0630 12:13:40.633466 (+ 27985us) log.cc:844] Serialized 519 byte log entry
0630 12:13:40.788703 (+155237us) spinlock_profiling.cc:243] Waited 4.76 ms on lock 0x7b54000a3aa0. stack: 00007f1942d4d983 00007f1942d4d880 00007f19426dd1d4 000000000042d824 000000000042d7b9 00007f1945dd5090 00007f1945de26b8 00007f1945de22fa 00007f1945e66965 00007f1945e66e09 00007f19498a1581 00007f19498a0d58 00007f19498a59f1 00007f19498a59a9 00007f19498a5939 00007f19498a5901
0630 12:13:40.869046 (+ 80343us) op_driver.cc:464] REPLICATION: finished
0630 12:13:40.947224 (+ 78178us) write_op.cc:301] APPLY: starting
0630 12:13:40.947293 (+    69us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:40.947438 (+   145us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:40.947460 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:40.948251 (+   791us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:40.948446 (+   195us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:40.948715 (+   269us) write_op.cc:312] APPLY: finished
0630 12:13:40.948915 (+   200us) log.cc:844] Serialized 46 byte log entry
0630 12:13:40.949653 (+   738us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:40.949732 (+    79us) write_op.cc:454] Released schema lock
0630 12:13:40.949771 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":78007,"num_ops":5,"prepare.queue_time_us":677199,"prepare.run_cpu_time_us":5425,"prepare.run_wall_time_us":185149,"replication_time_us":263472,"spinlock_wait_cycles":10943232}]]}
I20260630 12:13:40.968824  5295 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51286 (ReqId={client: 4a2f31f346dc424ab09f14418448bcf0, seq_no=22, attempt_no=0}) took 1061 ms. Trace:
I20260630 12:13:40.970628  5288 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51286 (ReqId={client: 4a2f31f346dc424ab09f14418448bcf0, seq_no=42, attempt_no=0}) took 1041 ms. Trace:
I20260630 12:13:40.974363  5288 rpcz_store.cc:276] 0630 12:13:39.929212 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:39.929405 (+   193us) service_pool.cc:224] Handling call
0630 12:13:40.970554 (+1041149us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:40.789034 (+     0us) write_op.cc:183] PREPARE: starting on tablet ef453d7d34274830b5f61201e0a48007
0630 12:13:40.789506 (+   472us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:40.789533 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:13:40.789551 (+    18us) tablet.cc:662] Decoding operations
0630 12:13:40.789943 (+   392us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:40.789978 (+    35us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:40.790002 (+    24us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:40.790238 (+   236us) tablet.cc:701] Row locks acquired
0630 12:13:40.790251 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:40.790407 (+   156us) write_op.cc:270] Start()
0630 12:13:40.790520 (+   113us) write_op.cc:276] Timestamp: P: 1782821620790366 usec, L: 0
0630 12:13:40.790536 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:40.808674 (+ 18138us) log.cc:844] Serialized 432 byte log entry
0630 12:13:40.920454 (+111780us) op_driver.cc:464] REPLICATION: finished
0630 12:13:40.968779 (+ 48325us) write_op.cc:301] APPLY: starting
0630 12:13:40.968853 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:40.968973 (+   120us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:40.969054 (+    81us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:40.969529 (+   475us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:40.969726 (+   197us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:40.969770 (+    44us) write_op.cc:312] APPLY: finished
0630 12:13:40.969946 (+   176us) log.cc:844] Serialized 34 byte log entry
0630 12:13:40.970128 (+   182us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:40.970211 (+    83us) write_op.cc:454] Released schema lock
0630 12:13:40.970256 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":48140,"mutex_wait_us":1423,"num_ops":3,"prepare.queue_time_us":851810,"prepare.run_cpu_time_us":2596,"prepare.run_wall_time_us":35247,"replication_time_us":129813}]]}
I20260630 12:13:40.974460  5295 rpcz_store.cc:276] 0630 12:13:39.907297 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:39.907450 (+   153us) service_pool.cc:224] Handling call
0630 12:13:40.968613 (+1061163us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:40.434852 (+     0us) write_op.cc:183] PREPARE: starting on tablet ef453d7d34274830b5f61201e0a48007
0630 12:13:40.539048 (+104196us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:40.541175 (+  2127us) write_op.cc:435] Acquired schema lock
0630 12:13:40.543409 (+  2234us) tablet.cc:662] Decoding operations
0630 12:13:40.577438 (+ 34029us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:40.579553 (+  2115us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:40.582127 (+  2574us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:40.602386 (+ 20259us) tablet.cc:701] Row locks acquired
0630 12:13:40.602406 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:13:40.602572 (+   166us) write_op.cc:270] Start()
0630 12:13:40.602678 (+   106us) write_op.cc:276] Timestamp: P: 1782821620602529 usec, L: 0
0630 12:13:40.602708 (+    30us) op_driver.cc:348] REPLICATION: starting
0630 12:13:40.603285 (+   577us) log.cc:844] Serialized 519 byte log entry
0630 12:13:40.821896 (+218611us) spinlock_profiling.cc:243] Waited 139 ms on lock 0x7b58001f85d0. stack: 00007f1942d4d983 00007f1942d4d880 00007f19426dd1d4 000000000042d824 000000000042d7b9 00007f1945dd5090 00007f1945dc543c 00007f1945dcbd53 00007f1945dcbcd9 00007f1945dcbc69 00007f1945dcbc31 00007f1945dcadfd 000000000043f3c4 000000000043f209 00007f1942d7fab5 00007f1942d81e01
0630 12:13:40.868767 (+ 46871us) op_driver.cc:464] REPLICATION: finished
0630 12:13:40.944920 (+ 76153us) write_op.cc:301] APPLY: starting
0630 12:13:40.944993 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:40.945152 (+   159us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:40.945173 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:40.963352 (+ 18179us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:40.964065 (+   713us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:40.964663 (+   598us) write_op.cc:312] APPLY: finished
0630 12:13:40.964890 (+   227us) log.cc:844] Serialized 46 byte log entry
0630 12:13:40.965110 (+   220us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:40.965192 (+    82us) write_op.cc:454] Released schema lock
0630 12:13:40.965243 (+    51us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":75979,"num_ops":5,"prepare.queue_time_us":493145,"prepare.run_cpu_time_us":3860,"prepare.run_wall_time_us":197110,"raft.queue_time_us":4478,"raft.run_cpu_time_us":3157,"raft.run_wall_time_us":213618,"replication_time_us":265937,"spinlock_wait_cycles":318956928}]]}
I20260630 12:13:40.941890  5248 rpcz_store.cc:276] 0630 12:13:39.933860 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:39.937237 (+  3377us) service_pool.cc:224] Handling call
0630 12:13:40.941256 (+1004019us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:40.126034 (+     0us) write_op.cc:183] PREPARE: starting on tablet b7e36cdfde0440a2b152c841ae9c76de
0630 12:13:40.158611 (+ 32577us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:40.159577 (+   966us) write_op.cc:435] Acquired schema lock
0630 12:13:40.161763 (+  2186us) tablet.cc:662] Decoding operations
0630 12:13:40.197846 (+ 36083us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:40.200561 (+  2715us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:40.201710 (+  1149us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:40.236480 (+ 34770us) tablet.cc:701] Row locks acquired
0630 12:13:40.237817 (+  1337us) write_op.cc:260] PREPARE: finished
0630 12:13:40.613495 (+375678us) spinlock_profiling.cc:243] Waited 8 ms on lock 0x7b34002bfd58. stack: 00007f1942d4d983 00007f1942d4d880 00007f19426dd1d4 000000000042d824 000000000042d7b9 00007f194411d171 00007f1944162b64 00007f19498a11b5 00007f19498a0d58 00007f19498a59f1 00007f19498a59a9 00007f19498a5939 00007f19498a5901 00007f19498a4b2d 000000000043f3c4 000000000043f209
0630 12:13:40.613626 (+   131us) write_op.cc:270] Start()
0630 12:13:40.613814 (+   188us) write_op.cc:276] Timestamp: P: 1782821620613564 usec, L: 0
0630 12:13:40.613838 (+    24us) op_driver.cc:348] REPLICATION: starting
0630 12:13:40.614405 (+   567us) log.cc:844] Serialized 475 byte log entry
0630 12:13:40.861499 (+247094us) op_driver.cc:464] REPLICATION: finished
0630 12:13:40.939328 (+ 77829us) write_op.cc:301] APPLY: starting
0630 12:13:40.939394 (+    66us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:40.939516 (+   122us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:40.939536 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:40.940143 (+   607us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:40.940310 (+   167us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:40.940353 (+    43us) write_op.cc:312] APPLY: finished
0630 12:13:40.940535 (+   182us) log.cc:844] Serialized 40 byte log entry
0630 12:13:40.940743 (+   208us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:40.940821 (+    78us) write_op.cc:454] Released schema lock
0630 12:13:40.940857 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":76470,"mutex_wait_us":6374,"num_ops":4,"prepare.queue_time_us":175509,"prepare.run_cpu_time_us":14601,"prepare.run_wall_time_us":499691,"replication_time_us":247526,"spinlock_wait_cycles":18614784}]]}
W20260630 12:13:42.132884  4966 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 43669.6us
W20260630 12:13:42.280586  5039 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:37619, user_credentials={real_user=slave}} blocked reactor thread for 62775.9us
W20260630 12:13:42.632378  4948 debug-util.cc:398] Leaking SignalData structure 0x7b0800263ae0 after lost signal to thread 434
W20260630 12:13:42.633435  4948 debug-util.cc:398] Leaking SignalData structure 0x7b080018d7c0 after lost signal to thread 4859
W20260630 12:13:42.634671  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08000bdc40 after lost signal to thread 4951
W20260630 12:13:42.635732  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08000a2e20 after lost signal to thread 5026
W20260630 12:13:42.636811  4948 debug-util.cc:398] Leaking SignalData structure 0x7b0800198480 after lost signal to thread 5100
W20260630 12:13:42.789490  4891 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 126601us
W20260630 12:13:43.007011  4892 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45155, user_credentials={real_user=slave}} blocked reactor thread for 81422.7us
W20260630 12:13:43.023674  5227 meta_cache.cc:1261] Time spent looking up entry by key: real 0.053s	user 0.001s	sys 0.000s
W20260630 12:13:43.069936  5106 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 45523.8us
W20260630 12:13:43.070547  4892 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45155, user_credentials={real_user=slave}} blocked reactor thread for 60942.4us
W20260630 12:13:43.665974  4891 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 87065.6us
W20260630 12:13:43.816493  4997 thread.cc:641] prepare [worker] (thread pool) Time spent creating pthread: real 0.549s	user 0.131s	sys 0.254s
W20260630 12:13:43.817358  4997 thread.cc:608] prepare [worker] (thread pool) Time spent starting thread: real 0.550s	user 0.131s	sys 0.255s
W20260630 12:13:43.817507  5000 thread.cc:641] prepare [worker] (thread pool) Time spent creating pthread: real 0.577s	user 0.058s	sys 0.130s
W20260630 12:13:43.822782  4999 thread.cc:641] prepare [worker] (thread pool) Time spent creating pthread: real 0.549s	user 0.074s	sys 0.121s
W20260630 12:13:43.826454  5000 thread.cc:608] prepare [worker] (thread pool) Time spent starting thread: real 0.586s	user 0.058s	sys 0.131s
W20260630 12:13:43.826529  4999 thread.cc:608] prepare [worker] (thread pool) Time spent starting thread: real 0.558s	user 0.074s	sys 0.121s
W20260630 12:13:43.900054  4976 thread.cc:641] prepare [worker] (thread pool) Time spent creating pthread: real 0.598s	user 0.052s	sys 0.139s
W20260630 12:13:43.907444  4976 thread.cc:608] prepare [worker] (thread pool) Time spent starting thread: real 0.605s	user 0.053s	sys 0.140s
W20260630 12:13:44.103780  5041 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45155, user_credentials={real_user=slave}} blocked reactor thread for 163815us
W20260630 12:13:44.231113  5039 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:37619, user_credentials={real_user=slave}} blocked reactor thread for 88178.7us
W20260630 12:13:44.271353  5221 log.cc:927] Time spent T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.100s	user 0.008s	sys 0.005s
W20260630 12:13:44.272091  5230 log.cc:927] Time spent T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.077s	user 0.009s	sys 0.006s
W20260630 12:13:44.273866  5220 log.cc:927] Time spent T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.083s	user 0.002s	sys 0.009s
W20260630 12:13:44.275430  5233 log.cc:927] Time spent T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.216s	user 0.000s	sys 0.018s
W20260630 12:13:44.276353  5211 log.cc:927] Time spent T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.227s	user 0.007s	sys 0.007s
W20260630 12:13:44.277357  5210 log.cc:927] Time spent T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.073s	user 0.000s	sys 0.011s
W20260630 12:13:44.277549  5303 log.cc:927] Time spent T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.091s	user 0.006s	sys 0.005s
W20260630 12:13:44.277874  5213 log.cc:927] Time spent T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.129s	user 0.005s	sys 0.008s
W20260630 12:13:44.279337  5207 log.cc:927] Time spent T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.147s	user 0.014s	sys 0.003s
W20260630 12:13:44.279821  5162 log.cc:927] Time spent T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.214s	user 0.002s	sys 0.010s
W20260630 12:13:44.280539  5305 log.cc:927] Time spent T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.237s	user 0.000s	sys 0.014s
W20260630 12:13:44.280998  5181 log.cc:927] Time spent T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.135s	user 0.009s	sys 0.003s
W20260630 12:13:44.281889  5300 log.cc:927] Time spent T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.200s	user 0.007s	sys 0.010s
W20260630 12:13:44.282142  5183 log.cc:927] Time spent T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.129s	user 0.000s	sys 0.012s
W20260630 12:13:44.283008  5234 log.cc:927] Time spent T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.109s	user 0.012s	sys 0.000s
W20260630 12:13:44.284364  5167 log.cc:927] Time spent T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.206s	user 0.004s	sys 0.010s
W20260630 12:13:44.284888  5218 log.cc:927] Time spent T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.191s	user 0.009s	sys 0.009s
W20260630 12:13:44.285414  5224 log.cc:927] Time spent T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.207s	user 0.009s	sys 0.006s
W20260630 12:13:44.285549  5333 log.cc:927] Time spent T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.054s	user 0.001s	sys 0.000s
W20260630 12:13:44.285874  5164 log.cc:927] Time spent T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.129s	user 0.010s	sys 0.004s
W20260630 12:13:44.286823  5171 log.cc:927] Time spent T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.231s	user 0.005s	sys 0.012s
W20260630 12:13:44.287071  5304 log.cc:927] Time spent T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.208s	user 0.000s	sys 0.018s
W20260630 12:13:44.292009  5223 log.cc:927] Time spent T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.090s	user 0.003s	sys 0.009s
W20260630 12:13:44.293000  5176 log.cc:927] Time spent T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.246s	user 0.007s	sys 0.007s
W20260630 12:13:44.281889  5301 log.cc:927] Time spent T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.220s	user 0.010s	sys 0.004s
W20260630 12:13:44.300894  5186 log.cc:927] Time spent T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.152s	user 0.006s	sys 0.009s
W20260630 12:13:44.303174  5231 log.cc:927] Time spent T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.183s	user 0.003s	sys 0.012s
W20260630 12:13:44.305616  5285 log.cc:927] Time spent T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.216s	user 0.009s	sys 0.009s
W20260630 12:13:44.306282  5255 log.cc:927] Time spent T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.152s	user 0.008s	sys 0.007s
W20260630 12:13:44.330117  5271 log.cc:927] Time spent T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029: Append to log took a long time: real 0.276s	user 0.000s	sys 0.016s
W20260630 12:13:44.343910  5280 log.cc:927] Time spent T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: Append to log took a long time: real 0.253s	user 0.012s	sys 0.006s
I20260630 12:13:44.801167   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:44.833482  5343 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:44.836578  5342 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:44.844177  5345 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:44.844867   431 server_base.cc:1061] running on GCE node
I20260630 12:13:44.846597   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:44.846855   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:44.847074   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821624847056 us; error 0 us; skew 500 ppm
I20260630 12:13:44.847623   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:44.851042   431 webserver.cc:533] Webserver started at http://127.0.107.196:38475/ using document root <none> and password file <none>
I20260630 12:13:44.851594   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:44.851843   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:44.852193   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:44.853657   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "0e3637ffae9041c29a3d496a3c929bb4"
format_stamp: "Formatted at 2026-06-30 12:13:44 on dist-test-slave-ctg2"
I20260630 12:13:44.858927   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:13:44.862676  5350 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:44.863607   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:13:44.864059   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "0e3637ffae9041c29a3d496a3c929bb4"
format_stamp: "Formatted at 2026-06-30 12:13:44 on dist-test-slave-ctg2"
I20260630 12:13:44.864497   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-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)
I20260630 12:13:44.911224   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:44.912629   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:44.914454   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:44.917320   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:44.917562   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:44.917892   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:44.918094   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:44.977385   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44539
I20260630 12:13:44.977504  5412 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44539 every 8 connection(s)
I20260630 12:13:44.997347   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:45.004128  5417 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:45.005527  5418 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:45.013753   431 server_base.cc:1061] running on GCE node
I20260630 12:13:45.014973  5413 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44851
I20260630 12:13:45.015465  5413 heartbeater.cc:461] Registering TS with master...
W20260630 12:13:45.016050  5421 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:45.016657  5413 heartbeater.cc:507] Master 127.0.107.254:44851 requested a full tablet report, sending...
I20260630 12:13:45.018465   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:45.018800   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:45.018891  4821 ts_manager.cc:194] Registered new tserver with Master: 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196:44539)
I20260630 12:13:45.019049   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821625019031 us; error 0 us; skew 500 ppm
I20260630 12:13:45.020032   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:45.020790  4821 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48266
I20260630 12:13:45.023274   431 webserver.cc:533] Webserver started at http://127.0.107.197:40255/ using document root <none> and password file <none>
I20260630 12:13:45.023981   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:45.024221   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:45.024535   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:45.026150   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-4-root/instance:
uuid: "3dc4c25c8ff84c2c956a15b030bc876d"
format_stamp: "Formatted at 2026-06-30 12:13:45 on dist-test-slave-ctg2"
I20260630 12:13:45.032255   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:13:45.037062  5425 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:45.038074   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:13:45.038475   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-4-root
uuid: "3dc4c25c8ff84c2c956a15b030bc876d"
format_stamp: "Formatted at 2026-06-30 12:13:45 on dist-test-slave-ctg2"
I20260630 12:13:45.038869   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-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)
I20260630 12:13:45.051329   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:45.052547   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:45.054083   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:45.056864   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:45.057178   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:45.057505   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:45.057757   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:45.163702   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:35277
I20260630 12:13:45.163928  5487 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:35277 every 8 connection(s)
I20260630 12:13:45.179077   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:13:45.191442  5488 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44851
I20260630 12:13:45.191928  5488 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:45.194330  5488 heartbeater.cc:507] Master 127.0.107.254:44851 requested a full tablet report, sending...
W20260630 12:13:45.196539  5491 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:45.197947  4821 ts_manager.cc:194] Registered new tserver with Master: 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197:35277)
W20260630 12:13:45.200313  5492 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:45.201488  4821 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48282
I20260630 12:13:45.202373   431 server_base.cc:1061] running on GCE node
W20260630 12:13:45.204077  5494 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:45.206228   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:45.206503   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:45.206724   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821625206709 us; error 0 us; skew 500 ppm
I20260630 12:13:45.207305   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:45.210484   431 webserver.cc:533] Webserver started at http://127.0.107.198:38267/ using document root <none> and password file <none>
I20260630 12:13:45.211050   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:45.211339   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:45.211715   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:45.213274   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-5-root/instance:
uuid: "6a211676511b460a90a8628e57766908"
format_stamp: "Formatted at 2026-06-30 12:13:45 on dist-test-slave-ctg2"
I20260630 12:13:45.222932   431 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:13:45.227754  5499 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:45.228899   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:13:45.229245   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-5-root
uuid: "6a211676511b460a90a8628e57766908"
format_stamp: "Formatted at 2026-06-30 12:13:45 on dist-test-slave-ctg2"
I20260630 12:13:45.229537   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-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)
I20260630 12:13:45.251341   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:45.253301   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:45.254978   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:45.257519   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:45.257887   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:13:45.258173   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:45.258375   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:45.364861   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:37267
I20260630 12:13:45.365022  5561 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:37267 every 8 connection(s)
I20260630 12:13:45.382799  5562 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44851
I20260630 12:13:45.383209  5562 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:45.383996  5562 heartbeater.cc:507] Master 127.0.107.254:44851 requested a full tablet report, sending...
I20260630 12:13:45.386368  4821 ts_manager.cc:194] Registered new tserver with Master: 6a211676511b460a90a8628e57766908 (127.0.107.198:37267)
I20260630 12:13:45.388129  4821 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48288
I20260630 12:13:45.821568  5070 consensus_queue.cc:237] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:45.831290  4999 raft_consensus.cc:1275] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:45.833527  5569 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:45.834134  4924 raft_consensus.cc:1275] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:45.838158  5329 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:45.847744  5039 consensus_peers.cc:597] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 -> Peer 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197:35277): Couldn't send request to peer 3dc4c25c8ff84c2c956a15b030bc876d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b7e36cdfde0440a2b152c841ae9c76de. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:45.850895  5329 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:45.853826  4999 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:45.857112  4924 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:45.872534  4821 catalog_manager.cc:5697] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index -1 to 26, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "624dd81c7a844612a7c97942618f6029" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:45.904747  4999 consensus_queue.cc:237] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:45.916966  5070 raft_consensus.cc:1275] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:13:45.919589  4924 raft_consensus.cc:1275] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:13:45.921274  5565 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
I20260630 12:13:45.922696  5331 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
I20260630 12:13:45.945668  5331 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:45.950662  4924 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
W20260630 12:13:45.956202  4967 consensus_peers.cc:597] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c -> Peer 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196:44539): Couldn't send request to peer 0e3637ffae9041c29a3d496a3c929bb4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: afd0de0c84e94ca1aa81c81e8ff1e4cc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:45.956110  5072 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:45.962731  4999 consensus_queue.cc:237] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:45.966280  4825 catalog_manager.cc:5697] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:45.973990  5070 raft_consensus.cc:1275] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:45.974032  4924 raft_consensus.cc:1275] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:45.976492  5565 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:45.978533  5565 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:45.987386  4968 consensus_peers.cc:597] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c -> Peer 6a211676511b460a90a8628e57766908 (127.0.107.198:37267): Couldn't send request to peer 6a211676511b460a90a8628e57766908. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 05df6656a29c489aa105ba4fa6ca4608. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:45.992455  5580 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:45.999859  4925 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:46.020301  4823 catalog_manager.cc:5697] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:46.023653  5413 heartbeater.cc:499] Master 127.0.107.254:44851 was elected leader, sending a full tablet report...
I20260630 12:13:46.047120  4925 consensus_queue.cc:237] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:46.048525  5072 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:46.067621  4999 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:13:46.067818  5072 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:13:46.073125  5591 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260630 12:13:46.074258  5279 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
W20260630 12:13:46.086465  4892 consensus_peers.cc:597] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 -> Peer 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196:44539): Couldn't send request to peer 0e3637ffae9041c29a3d496a3c929bb4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9331bdb585e24d69a739dd81627a0074. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:46.087984  5279 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:46.089754  4999 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:46.091861  5072 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:46.103734  4998 consensus_queue.cc:237] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:46.109138  4825 catalog_manager.cc:5697] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index -1 to 24, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:46.122391  4925 raft_consensus.cc:1275] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:13:46.124105  5580 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
I20260630 12:13:46.123885  5072 raft_consensus.cc:1275] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260630 12:13:46.129112  5580 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
W20260630 12:13:46.135783  4965 consensus_peers.cc:597] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c -> Peer 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197:35277): Couldn't send request to peer 3dc4c25c8ff84c2c956a15b030bc876d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3dcfe2ee3294402f8af8d5b9c65e81b7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:46.138196  5331 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:46.142489  4925 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:46.144196  5070 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:46.151508  4924 consensus_queue.cc:237] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:46.159382  4821 catalog_manager.cc:5697] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 reported cstate change: config changed from index -1 to 24, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:46.161988  5070 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:46.166428  5279 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:46.173489  4893 consensus_peers.cc:597] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 -> Peer 6a211676511b460a90a8628e57766908 (127.0.107.198:37267): Couldn't send request to peer 6a211676511b460a90a8628e57766908. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: abace500482443699f85c50041ad390f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:46.180517  4998 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:46.182081  5591 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:46.191743  5591 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:46.195190  4997 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:46.204748  5488 heartbeater.cc:499] Master 127.0.107.254:44851 was elected leader, sending a full tablet report...
I20260630 12:13:46.208339  4823 catalog_manager.cc:5697] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 reported cstate change: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:46.214620  5072 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:46.238224  5602 ts_tablet_manager.cc:933] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: Initiating tablet copy from peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
I20260630 12:13:46.240127  5602 tablet_copy_client.cc:323] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46631
I20260630 12:13:46.255854  5086 tablet_copy_service.cc:140] P 624dd81c7a844612a7c97942618f6029: Received BeginTabletCopySession request for tablet b7e36cdfde0440a2b152c841ae9c76de from peer 3dc4c25c8ff84c2c956a15b030bc876d ({username='slave'} at 127.0.0.1:59382)
I20260630 12:13:46.256443  5086 tablet_copy_service.cc:161] P 624dd81c7a844612a7c97942618f6029: Beginning new tablet copy session on tablet b7e36cdfde0440a2b152c841ae9c76de from peer 3dc4c25c8ff84c2c956a15b030bc876d at {username='slave'} at 127.0.0.1:59382: session id = 3dc4c25c8ff84c2c956a15b030bc876d-b7e36cdfde0440a2b152c841ae9c76de
I20260630 12:13:46.262274  5086 tablet_copy_source_session.cc:215] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:46.265074  5602 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7e36cdfde0440a2b152c841ae9c76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:46.280453  5602 tablet_copy_client.cc:806] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:46.281136  5602 tablet_copy_client.cc:670] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:46.291678  5603 tablet_copy_client.cc:1025] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:46.299405  5605 ts_tablet_manager.cc:933] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: Initiating tablet copy from peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:46.301890  5605 tablet_copy_client.cc:323] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45155
I20260630 12:13:46.315042  5012 tablet_copy_service.cc:140] P 06b35492c5ee4d3f8bf189945c1d494c: Received BeginTabletCopySession request for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc from peer 0e3637ffae9041c29a3d496a3c929bb4 ({username='slave'} at 127.0.0.1:35800)
I20260630 12:13:46.315575  5012 tablet_copy_service.cc:161] P 06b35492c5ee4d3f8bf189945c1d494c: Beginning new tablet copy session on tablet afd0de0c84e94ca1aa81c81e8ff1e4cc from peer 0e3637ffae9041c29a3d496a3c929bb4 at {username='slave'} at 127.0.0.1:35800: session id = 0e3637ffae9041c29a3d496a3c929bb4-afd0de0c84e94ca1aa81c81e8ff1e4cc
I20260630 12:13:46.322414  5012 tablet_copy_source_session.cc:215] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:46.325281  5605 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:46.336983  5605 tablet_copy_client.cc:806] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:46.337637  5605 tablet_copy_client.cc:670] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:46.341485  5606 tablet_copy_client.cc:1025] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:46.391050  5562 heartbeater.cc:499] Master 127.0.107.254:44851 was elected leader, sending a full tablet report...
I20260630 12:13:46.396999  5608 ts_tablet_manager.cc:933] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: Initiating tablet copy from peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:46.399075  5608 tablet_copy_client.cc:323] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45155
I20260630 12:13:46.413128  5012 tablet_copy_service.cc:140] P 06b35492c5ee4d3f8bf189945c1d494c: Received BeginTabletCopySession request for tablet 05df6656a29c489aa105ba4fa6ca4608 from peer 6a211676511b460a90a8628e57766908 ({username='slave'} at 127.0.0.1:35812)
I20260630 12:13:46.413779  5012 tablet_copy_service.cc:161] P 06b35492c5ee4d3f8bf189945c1d494c: Beginning new tablet copy session on tablet 05df6656a29c489aa105ba4fa6ca4608 from peer 6a211676511b460a90a8628e57766908 at {username='slave'} at 127.0.0.1:35812: session id = 6a211676511b460a90a8628e57766908-05df6656a29c489aa105ba4fa6ca4608
I20260630 12:13:46.422204  5012 tablet_copy_source_session.cc:215] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:46.425891  5608 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 05df6656a29c489aa105ba4fa6ca4608. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:46.444674  5608 tablet_copy_client.cc:806] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:46.445463  5608 tablet_copy_client.cc:670] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:46.450116  5609 tablet_copy_client.cc:1025] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:46.556699  5611 ts_tablet_manager.cc:933] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: Initiating tablet copy from peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619)
I20260630 12:13:46.558557  5611 tablet_copy_client.cc:323] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37619
I20260630 12:13:46.574260  4937 tablet_copy_service.cc:140] P 9f635266a32b4d23984b581b0801b565: Received BeginTabletCopySession request for tablet 9331bdb585e24d69a739dd81627a0074 from peer 0e3637ffae9041c29a3d496a3c929bb4 ({username='slave'} at 127.0.0.1:55328)
I20260630 12:13:46.575001  4937 tablet_copy_service.cc:161] P 9f635266a32b4d23984b581b0801b565: Beginning new tablet copy session on tablet 9331bdb585e24d69a739dd81627a0074 from peer 0e3637ffae9041c29a3d496a3c929bb4 at {username='slave'} at 127.0.0.1:55328: session id = 0e3637ffae9041c29a3d496a3c929bb4-9331bdb585e24d69a739dd81627a0074
I20260630 12:13:46.582801  4937 tablet_copy_source_session.cc:215] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:46.586681  5611 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9331bdb585e24d69a739dd81627a0074. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:46.605549  5611 tablet_copy_client.cc:806] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:46.606189  5611 tablet_copy_client.cc:670] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:46.612799  5612 tablet_copy_client.cc:1025] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:46.616802  5614 ts_tablet_manager.cc:933] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: Initiating tablet copy from peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:46.619778  5614 tablet_copy_client.cc:323] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45155
I20260630 12:13:46.630955  5012 tablet_copy_service.cc:140] P 06b35492c5ee4d3f8bf189945c1d494c: Received BeginTabletCopySession request for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 from peer 3dc4c25c8ff84c2c956a15b030bc876d ({username='slave'} at 127.0.0.1:35826)
I20260630 12:13:46.631557  5012 tablet_copy_service.cc:161] P 06b35492c5ee4d3f8bf189945c1d494c: Beginning new tablet copy session on tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 from peer 3dc4c25c8ff84c2c956a15b030bc876d at {username='slave'} at 127.0.0.1:35826: session id = 3dc4c25c8ff84c2c956a15b030bc876d-3dcfe2ee3294402f8af8d5b9c65e81b7
I20260630 12:13:46.641685  5012 tablet_copy_source_session.cc:215] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:46.644784  5614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:46.659965  5614 tablet_copy_client.cc:806] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:46.660579  5614 tablet_copy_client.cc:670] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:46.664852  5615 tablet_copy_client.cc:1025] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:46.682427  5618 ts_tablet_manager.cc:933] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: Initiating tablet copy from peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619)
I20260630 12:13:46.684224  5618 tablet_copy_client.cc:323] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37619
I20260630 12:13:46.698994  4937 tablet_copy_service.cc:140] P 9f635266a32b4d23984b581b0801b565: Received BeginTabletCopySession request for tablet abace500482443699f85c50041ad390f from peer 6a211676511b460a90a8628e57766908 ({username='slave'} at 127.0.0.1:55344)
I20260630 12:13:46.699718  4937 tablet_copy_service.cc:161] P 9f635266a32b4d23984b581b0801b565: Beginning new tablet copy session on tablet abace500482443699f85c50041ad390f from peer 6a211676511b460a90a8628e57766908 at {username='slave'} at 127.0.0.1:55344: session id = 6a211676511b460a90a8628e57766908-abace500482443699f85c50041ad390f
I20260630 12:13:46.708724  4937 tablet_copy_source_session.cc:215] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:46.712039  5618 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet abace500482443699f85c50041ad390f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:46.731906  5618 tablet_copy_client.cc:806] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:46.732577  5618 tablet_copy_client.cc:670] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:46.745929  5619 tablet_copy_client.cc:1025] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:48.292610  5602 tablet_copy_client.cc:538] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:48.302918  5602 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: Bootstrap starting.
I20260630 12:13:48.342597  5605 tablet_copy_client.cc:538] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:48.351985  5605 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: Bootstrap starting.
I20260630 12:13:48.450996  5608 tablet_copy_client.cc:538] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:48.460127  5608 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: Bootstrap starting.
I20260630 12:13:48.491775  5602 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=113 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:48.492887  5602 tablet_bootstrap.cc:492] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: Bootstrap complete.
I20260630 12:13:48.502241  5602 ts_tablet_manager.cc:1403] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: Time spent bootstrapping tablet: real 0.200s	user 0.150s	sys 0.012s
I20260630 12:13:48.514114  5605 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=109 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:48.510592  5602 raft_consensus.cc:359] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:48.515388  5602 raft_consensus.cc:740] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3dc4c25c8ff84c2c956a15b030bc876d, State: Initialized, Role: LEARNER
I20260630 12:13:48.515077  5605 tablet_bootstrap.cc:492] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: Bootstrap complete.
I20260630 12:13:48.516738  5605 ts_tablet_manager.cc:1403] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: Time spent bootstrapping tablet: real 0.165s	user 0.132s	sys 0.016s
I20260630 12:13:48.520758  5605 raft_consensus.cc:359] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:48.521742  5605 raft_consensus.cc:740] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0e3637ffae9041c29a3d496a3c929bb4, State: Initialized, Role: LEARNER
I20260630 12:13:48.517179  5602 consensus_queue.cc:260] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:48.523319  5605 consensus_queue.cc:260] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:48.534976  5602 ts_tablet_manager.cc:1434] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: Time spent starting tablet: real 0.029s	user 0.002s	sys 0.007s
I20260630 12:13:48.538173  5086 tablet_copy_service.cc:342] P 624dd81c7a844612a7c97942618f6029: Request end of tablet copy session 3dc4c25c8ff84c2c956a15b030bc876d-b7e36cdfde0440a2b152c841ae9c76de received from {username='slave'} at 127.0.0.1:59382
I20260630 12:13:48.538676  5086 tablet_copy_service.cc:434] P 624dd81c7a844612a7c97942618f6029: ending tablet copy session 3dc4c25c8ff84c2c956a15b030bc876d-b7e36cdfde0440a2b152c841ae9c76de on tablet b7e36cdfde0440a2b152c841ae9c76de with peer 3dc4c25c8ff84c2c956a15b030bc876d
I20260630 12:13:48.550072  5605 ts_tablet_manager.cc:1434] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: Time spent starting tablet: real 0.032s	user 0.012s	sys 0.000s
I20260630 12:13:48.552176  5012 tablet_copy_service.cc:342] P 06b35492c5ee4d3f8bf189945c1d494c: Request end of tablet copy session 0e3637ffae9041c29a3d496a3c929bb4-afd0de0c84e94ca1aa81c81e8ff1e4cc received from {username='slave'} at 127.0.0.1:35800
I20260630 12:13:48.552640  5012 tablet_copy_service.cc:434] P 06b35492c5ee4d3f8bf189945c1d494c: ending tablet copy session 0e3637ffae9041c29a3d496a3c929bb4-afd0de0c84e94ca1aa81c81e8ff1e4cc on tablet afd0de0c84e94ca1aa81c81e8ff1e4cc with peer 0e3637ffae9041c29a3d496a3c929bb4
I20260630 12:13:48.567757  5463 raft_consensus.cc:1217] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:48.613781  5611 tablet_copy_client.cc:538] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:48.624342  5611 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: Bootstrap starting.
I20260630 12:13:48.647078  5608 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=116 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:48.648017  5608 tablet_bootstrap.cc:492] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: Bootstrap complete.
I20260630 12:13:48.648685  5608 ts_tablet_manager.cc:1403] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: Time spent bootstrapping tablet: real 0.189s	user 0.151s	sys 0.008s
I20260630 12:13:48.651423  5608 raft_consensus.cc:359] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:48.652275  5608 raft_consensus.cc:740] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 6a211676511b460a90a8628e57766908, State: Initialized, Role: LEARNER
I20260630 12:13:48.652875  5608 consensus_queue.cc:260] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:48.661777  5608 ts_tablet_manager.cc:1434] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:13:48.665912  5012 tablet_copy_service.cc:342] P 06b35492c5ee4d3f8bf189945c1d494c: Request end of tablet copy session 6a211676511b460a90a8628e57766908-05df6656a29c489aa105ba4fa6ca4608 received from {username='slave'} at 127.0.0.1:35812
I20260630 12:13:48.666414  5012 tablet_copy_service.cc:434] P 06b35492c5ee4d3f8bf189945c1d494c: ending tablet copy session 6a211676511b460a90a8628e57766908-05df6656a29c489aa105ba4fa6ca4608 on tablet 05df6656a29c489aa105ba4fa6ca4608 with peer 6a211676511b460a90a8628e57766908
I20260630 12:13:48.668411  5614 tablet_copy_client.cc:538] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:48.679855  5614 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: Bootstrap starting.
I20260630 12:13:48.747531  5618 tablet_copy_client.cc:538] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:48.761631  5618 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: Bootstrap starting.
I20260630 12:13:48.848654  5614 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=90 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:48.849658  5614 tablet_bootstrap.cc:492] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: Bootstrap complete.
I20260630 12:13:48.850325  5614 ts_tablet_manager.cc:1403] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: Time spent bootstrapping tablet: real 0.171s	user 0.129s	sys 0.016s
I20260630 12:13:48.853240  5614 raft_consensus.cc:359] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:48.854061  5614 raft_consensus.cc:740] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3dc4c25c8ff84c2c956a15b030bc876d, State: Initialized, Role: LEARNER
I20260630 12:13:48.854686  5614 consensus_queue.cc:260] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:48.859966  5614 ts_tablet_manager.cc:1434] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:13:48.860467  5611 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=108 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:48.861426  5611 tablet_bootstrap.cc:492] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: Bootstrap complete.
I20260630 12:13:48.861807  5012 tablet_copy_service.cc:342] P 06b35492c5ee4d3f8bf189945c1d494c: Request end of tablet copy session 3dc4c25c8ff84c2c956a15b030bc876d-3dcfe2ee3294402f8af8d5b9c65e81b7 received from {username='slave'} at 127.0.0.1:35826
I20260630 12:13:48.862195  5611 ts_tablet_manager.cc:1403] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: Time spent bootstrapping tablet: real 0.238s	user 0.149s	sys 0.036s
I20260630 12:13:48.862236  5012 tablet_copy_service.cc:434] P 06b35492c5ee4d3f8bf189945c1d494c: ending tablet copy session 3dc4c25c8ff84c2c956a15b030bc876d-3dcfe2ee3294402f8af8d5b9c65e81b7 on tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 with peer 3dc4c25c8ff84c2c956a15b030bc876d
I20260630 12:13:48.865505  5611 raft_consensus.cc:359] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:48.866581  5611 raft_consensus.cc:740] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0e3637ffae9041c29a3d496a3c929bb4, State: Initialized, Role: LEARNER
I20260630 12:13:48.867300  5611 consensus_queue.cc:260] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:48.869545  5611 ts_tablet_manager.cc:1434] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:13:48.871505  4937 tablet_copy_service.cc:342] P 9f635266a32b4d23984b581b0801b565: Request end of tablet copy session 0e3637ffae9041c29a3d496a3c929bb4-9331bdb585e24d69a739dd81627a0074 received from {username='slave'} at 127.0.0.1:55328
I20260630 12:13:48.872023  4937 tablet_copy_service.cc:434] P 9f635266a32b4d23984b581b0801b565: ending tablet copy session 0e3637ffae9041c29a3d496a3c929bb4-9331bdb585e24d69a739dd81627a0074 on tablet 9331bdb585e24d69a739dd81627a0074 with peer 0e3637ffae9041c29a3d496a3c929bb4
I20260630 12:13:48.874482  5535 raft_consensus.cc:1217] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:48.934039  5388 raft_consensus.cc:1217] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260630 12:13:49.006632  5618 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:49.007534  5618 tablet_bootstrap.cc:492] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: Bootstrap complete.
I20260630 12:13:49.008164  5618 ts_tablet_manager.cc:1403] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: Time spent bootstrapping tablet: real 0.247s	user 0.142s	sys 0.020s
I20260630 12:13:49.011287  5618 raft_consensus.cc:359] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:49.012039  5618 raft_consensus.cc:740] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 6a211676511b460a90a8628e57766908, State: Initialized, Role: LEARNER
I20260630 12:13:49.012598  5618 consensus_queue.cc:260] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:49.014508  5618 ts_tablet_manager.cc:1434] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260630 12:13:49.016958  4937 tablet_copy_service.cc:342] P 9f635266a32b4d23984b581b0801b565: Request end of tablet copy session 6a211676511b460a90a8628e57766908-abace500482443699f85c50041ad390f received from {username='slave'} at 127.0.0.1:55344
I20260630 12:13:49.017424  4937 tablet_copy_service.cc:434] P 9f635266a32b4d23984b581b0801b565: ending tablet copy session 6a211676511b460a90a8628e57766908-abace500482443699f85c50041ad390f on tablet abace500482443699f85c50041ad390f with peer 6a211676511b460a90a8628e57766908
I20260630 12:13:49.041663  5388 raft_consensus.cc:1217] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260630 12:13:49.078372  5463 raft_consensus.cc:1217] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260630 12:13:49.100489  5535 raft_consensus.cc:1217] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:49.194888  5634 raft_consensus.cc:1064] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: attempting to promote NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d to VOTER
I20260630 12:13:49.199095  5634 consensus_queue.cc:237] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } }
I20260630 12:13:49.212106  5463 raft_consensus.cc:1275] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.212106  4997 raft_consensus.cc:1275] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.214273  5634 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:49.215891  5617 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:49.214747  4924 raft_consensus.cc:1275] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.218503  5635 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:49.248276  5617 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.250277  4997 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.260843  4925 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.266765  4821 catalog_manager.cc:5697] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index 26 to 27, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "624dd81c7a844612a7c97942618f6029" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.274902  5463 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.310854  5070 consensus_queue.cc:237] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } }
I20260630 12:13:49.330209  5463 raft_consensus.cc:1275] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:49.331151  4925 raft_consensus.cc:1275] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:49.331883  5635 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:49.332845  5636 consensus_queue.cc:1048] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:49.335481  5645 raft_consensus.cc:1064] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: attempting to promote NON_VOTER 6a211676511b460a90a8628e57766908 to VOTER
I20260630 12:13:49.343291  5645 consensus_queue.cc:237] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } }
I20260630 12:13:49.345216  4925 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.340929  5636 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.351331  5463 raft_consensus.cc:2955] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.368773  5535 raft_consensus.cc:1275] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.370527  5621 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:49.378646  4819 catalog_manager.cc:5697] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 reported cstate change: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "624dd81c7a844612a7c97942618f6029" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:49.383225  4810 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b7e36cdfde0440a2b152c841ae9c76de with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:49.391214  5070 raft_consensus.cc:1275] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.393445  5621 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:49.394119  4925 raft_consensus.cc:1275] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.397270  4986 tablet_service.cc:1558] Processing DeleteTablet for tablet b7e36cdfde0440a2b152c841ae9c76de with delete_type TABLET_DATA_TOMBSTONED (TS 06b35492c5ee4d3f8bf189945c1d494c not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:52296
I20260630 12:13:49.400530  5621 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:49.415481  5649 tablet_replica.cc:333] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:49.417258  5649 raft_consensus.cc:2243] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:49.422008  5649 raft_consensus.cc:2272] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:49.422195  4924 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.417937  5646 raft_consensus.cc:1064] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: attempting to promote NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 to VOTER
W20260630 12:13:49.416000  5647 log.cc:927] Time spent T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: Append to log took a long time: real 0.050s	user 0.000s	sys 0.001s
I20260630 12:13:49.426842  5649 ts_tablet_manager.cc:1916] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:49.428364  5646 consensus_queue.cc:237] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } }
I20260630 12:13:49.437650  5645 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.442745  5649 ts_tablet_manager.cc:1929] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:49.443265  5649 log.cc:1199] T b7e36cdfde0440a2b152c841ae9c76de P 06b35492c5ee4d3f8bf189945c1d494c: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-1-root/wals/b7e36cdfde0440a2b152c841ae9c76de
I20260630 12:13:49.445119  4811 catalog_manager.cc:5028] TS 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): tablet b7e36cdfde0440a2b152c841ae9c76de (table test-workload [id=3ba47830acbd4b9290aefe28d904f11a]) successfully deleted
I20260630 12:13:49.448884  4825 catalog_manager.cc:5697] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 reported cstate change: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.457679  5624 raft_consensus.cc:1064] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: attempting to promote NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 to VOTER
I20260630 12:13:49.460814  5624 consensus_queue.cc:237] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } }
I20260630 12:13:49.482725  5388 raft_consensus.cc:1275] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.500033  5070 raft_consensus.cc:1275] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.501425  5621 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:13:49.514787  5656 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:13:49.541745  5387 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 LEARNER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.544061  5601 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:13:49.562377  5070 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.565150  5601 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:13:49.577325  4997 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.602717  5624 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
W20260630 12:13:49.641799  4891 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46631, user_credentials={real_user=slave}} blocked reactor thread for 77593.7us
I20260630 12:13:49.649196  4925 raft_consensus.cc:1275] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.660887  5646 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:49.665534  5535 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.673691  5660 raft_consensus.cc:1064] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: attempting to promote NON_VOTER 6a211676511b460a90a8628e57766908 to VOTER
I20260630 12:13:49.676510  5660 consensus_queue.cc:237] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } }
I20260630 12:13:49.680267  5601 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.684219  5387 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.691421  5656 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.704399  5076 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.694108  5070 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.724478  5072 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.723903  4997 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.744556  5653 raft_consensus.cc:1064] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: attempting to promote NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d to VOTER
I20260630 12:13:49.745687  5535 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.745823  4999 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.747671  5076 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:49.746297  4925 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.748027  5624 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:49.750413  4823 catalog_manager.cc:5697] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.763420  5624 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.007s
I20260630 12:13:49.769840  5653 consensus_queue.cc:237] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } }
I20260630 12:13:49.777060  5660 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:49.797726  4819 catalog_manager.cc:5697] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:49.802016  5387 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.803385  5669 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.807075  5076 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.811268  4999 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.827656  5535 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.829682  4821 catalog_manager.cc:5697] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index 26 to 27, 6a211676511b460a90a8628e57766908 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
W20260630 12:13:49.834960  5661 consensus_queue.cc:1175] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Queue is closed or peer was untracked, disregarding peer response. Response: responder_uuid: "9f635266a32b4d23984b581b0801b565" responder_term: 1 status { last_received { term: 1 index: 27 } last_committed_idx: 27 last_received_current_leader { term: 1 index: 27 } }
I20260630 12:13:49.837981  4925 consensus_queue.cc:237] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } }
I20260630 12:13:49.849663  4997 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:49.851785  5388 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:49.851629  5660 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:49.853921  5669 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:49.854487  4999 consensus_queue.cc:237] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [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: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } }
I20260630 12:13:49.859318  5670 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.864104  5386 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.871932  4997 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.886479  4809 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 9331bdb585e24d69a739dd81627a0074 with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:49.887020  5535 raft_consensus.cc:1275] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:49.891530  5076 raft_consensus.cc:1275] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:49.893016  5654 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:49.900530  5661 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.910624  5655 consensus_queue.cc:1048] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:13:49.911382  5076 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.915500  5537 raft_consensus.cc:2955] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.918798  4997 consensus_queue.cc:237] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } }
I20260630 12:13:49.928076  4924 consensus_queue.cc:237] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } }
I20260630 12:13:49.932011  4825 catalog_manager.cc:5697] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
W20260630 12:13:49.933305  4809 catalog_manager.cc:5220] ChangeConfig:REMOVE_PEER RPC for tablet 9331bdb585e24d69a739dd81627a0074 with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER failed with leader 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619) due to CAS failure; no further retry: Illegal state: Request specified cas_config_opid_index of 25 but the committed config has opid_index of 26
I20260630 12:13:49.934669  4924 raft_consensus.cc:1275] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:49.937655  5070 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:49.931962  5387 raft_consensus.cc:1275] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:49.940649  5655 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:49.942814  5463 raft_consensus.cc:1275] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 LEARNER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.945525  5663 consensus_queue.cc:1048] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:49.947007  5646 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:49.947652  5535 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:49.948943  5070 raft_consensus.cc:1275] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.949103  4924 raft_consensus.cc:1275] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:49.946496  4811 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 05df6656a29c489aa105ba4fa6ca4608 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:49.950515  5656 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:49.949047  5670 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.004s
I20260630 12:13:49.954003  5660 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:49.960184  5058 tablet_service.cc:1558] Processing DeleteTablet for tablet 9331bdb585e24d69a739dd81627a0074 with delete_type TABLET_DATA_TOMBSTONED (TS 624dd81c7a844612a7c97942618f6029 not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:51252
I20260630 12:13:49.967511  5601 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.972523  5663 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:49.955078  4819 catalog_manager.cc:5697] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index 27 to 28, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.980005  5535 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.985531  5386 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.985885  5656 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:49.986884  5070 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:49.988507  4924 raft_consensus.cc:2955] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:50.022148  4915 tablet_service.cc:1558] Processing DeleteTablet for tablet 05df6656a29c489aa105ba4fa6ca4608 with delete_type TABLET_DATA_TOMBSTONED (TS 9f635266a32b4d23984b581b0801b565 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:52206
I20260630 12:13:50.049301  5679 tablet_replica.cc:333] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:50.050668  5679 raft_consensus.cc:2243] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.069250  5679 raft_consensus.cc:2272] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.082796  5663 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.089479  4925 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.093668  5679 ts_tablet_manager.cc:1916] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:50.093984  4825 catalog_manager.cc:5697] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 reported cstate change: config changed from index 25 to 26, VOTER 624dd81c7a844612a7c97942618f6029 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } }
I20260630 12:13:50.100741  5463 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.102537  5681 tablet_replica.cc:333] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:50.104357  5681 raft_consensus.cc:2243] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.107858  5681 raft_consensus.cc:2272] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.110755  4809 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet abace500482443699f85c50041ad390f with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:50.105631  5058 tablet_service.cc:1558] Processing DeleteTablet for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc with delete_type TABLET_DATA_TOMBSTONED (TS 624dd81c7a844612a7c97942618f6029 not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:51252
I20260630 12:13:50.112112  4811 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet afd0de0c84e94ca1aa81c81e8ff1e4cc with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:50.116516  5681 ts_tablet_manager.cc:1916] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:50.116700  4823 catalog_manager.cc:5697] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index 27 to 28, VOTER 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } }
I20260630 12:13:50.130525  4821 catalog_manager.cc:5697] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 reported cstate change: config changed from index 24 to 25, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.131487  4986 tablet_service.cc:1558] Processing DeleteTablet for tablet abace500482443699f85c50041ad390f with delete_type TABLET_DATA_TOMBSTONED (TS 06b35492c5ee4d3f8bf189945c1d494c not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:52296
I20260630 12:13:50.130430  5070 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.157765  5683 tablet_replica.cc:333] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:50.158619  5683 raft_consensus.cc:2243] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.159452  5683 raft_consensus.cc:2272] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.164973  5679 ts_tablet_manager.cc:1929] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260630 12:13:50.165446  5679 log.cc:1199] T 9331bdb585e24d69a739dd81627a0074 P 624dd81c7a844612a7c97942618f6029: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-2-root/wals/9331bdb585e24d69a739dd81627a0074
I20260630 12:13:50.165990  5681 ts_tablet_manager.cc:1929] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:50.166433  5681 log.cc:1199] T 05df6656a29c489aa105ba4fa6ca4608 P 9f635266a32b4d23984b581b0801b565: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-0-root/wals/05df6656a29c489aa105ba4fa6ca4608
I20260630 12:13:50.166513  4997 consensus_queue.cc:237] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [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: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } }
I20260630 12:13:50.167614  5679 tablet_replica.cc:333] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:50.168063  4809 catalog_manager.cc:5028] TS 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): tablet 05df6656a29c489aa105ba4fa6ca4608 (table test-workload [id=3ba47830acbd4b9290aefe28d904f11a]) successfully deleted
I20260630 12:13:50.168471  5679 raft_consensus.cc:2243] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.169127  5679 raft_consensus.cc:2272] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.169139  4810 catalog_manager.cc:5028] TS 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): tablet 9331bdb585e24d69a739dd81627a0074 (table test-workload [id=3ba47830acbd4b9290aefe28d904f11a]) successfully deleted
I20260630 12:13:50.170105  5683 ts_tablet_manager.cc:1916] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:50.172770  5679 ts_tablet_manager.cc:1916] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:50.173363  5463 raft_consensus.cc:1275] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:50.177846  5070 raft_consensus.cc:1275] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:50.180136  5663 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:50.181095  5656 consensus_queue.cc:1048] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:50.188043  5679 ts_tablet_manager.cc:1929] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260630 12:13:50.188522  5679 log.cc:1199] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 624dd81c7a844612a7c97942618f6029: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-2-root/wals/afd0de0c84e94ca1aa81c81e8ff1e4cc
I20260630 12:13:50.188527  5661 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.190539  4810 catalog_manager.cc:5028] TS 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): tablet afd0de0c84e94ca1aa81c81e8ff1e4cc (table test-workload [id=3ba47830acbd4b9290aefe28d904f11a]) successfully deleted
I20260630 12:13:50.190703  5070 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.199162  4811 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:50.201737  5683 ts_tablet_manager.cc:1929] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:50.202162  5683 log.cc:1199] T abace500482443699f85c50041ad390f P 06b35492c5ee4d3f8bf189945c1d494c: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-1-root/wals/abace500482443699f85c50041ad390f
I20260630 12:13:50.203867  4811 catalog_manager.cc:5028] TS 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): tablet abace500482443699f85c50041ad390f (table test-workload [id=3ba47830acbd4b9290aefe28d904f11a]) successfully deleted
I20260630 12:13:50.204879  5463 raft_consensus.cc:2955] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } } }
I20260630 12:13:50.208664  4819 catalog_manager.cc:5697] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index 25 to 26, VOTER 9f635266a32b4d23984b581b0801b565 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:50.225864  4915 tablet_service.cc:1558] Processing DeleteTablet for tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 with delete_type TABLET_DATA_TOMBSTONED (TS 9f635266a32b4d23984b581b0801b565 not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:52206
I20260630 12:13:50.226933  5681 tablet_replica.cc:333] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:50.227877  5681 raft_consensus.cc:2243] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.228732  5681 raft_consensus.cc:2272] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.232141  5681 ts_tablet_manager.cc:1916] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:50.243392  5681 ts_tablet_manager.cc:1929] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260630 12:13:50.243708  5681 log.cc:1199] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 9f635266a32b4d23984b581b0801b565: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821482054927-431-0/minicluster-data/ts-0-root/wals/3dcfe2ee3294402f8af8d5b9c65e81b7
I20260630 12:13:50.244944  4809 catalog_manager.cc:5028] TS 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): tablet 3dcfe2ee3294402f8af8d5b9c65e81b7 (table test-workload [id=3ba47830acbd4b9290aefe28d904f11a]) successfully deleted
I20260630 12:13:51.244683  5070 consensus_queue.cc:237] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 2.24, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:51.253178  4997 raft_consensus.cc:1275] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 2 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 2 index: 24. Preceding OpId from leader: term: 2 index: 25. (index mismatch)
I20260630 12:13:51.255964  5685 consensus_queue.cc:1048] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:51.260551  4924 raft_consensus.cc:1275] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 2 FOLLOWER]: Refusing update from remote peer 624dd81c7a844612a7c97942618f6029: Log matching property violated. Preceding OpId in replica: term: 2 index: 24. Preceding OpId from leader: term: 2 index: 25. (index mismatch)
I20260630 12:13:51.262609  5685 consensus_queue.cc:1048] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
W20260630 12:13:51.275408  5042 consensus_peers.cc:597] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 -> Peer 6a211676511b460a90a8628e57766908 (127.0.107.198:37267): Couldn't send request to peer 6a211676511b460a90a8628e57766908. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ef453d7d34274830b5f61201e0a48007. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.277473  5636 raft_consensus.cc:2955] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 2 LEADER]: Committing config change with OpId 2.25: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:51.279014  4997 raft_consensus.cc:2955] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 2 FOLLOWER]: Committing config change with OpId 2.25: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:51.293180  4819 catalog_manager.cc:5697] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New cstate: current_term: 2 leader_uuid: "624dd81c7a844612a7c97942618f6029" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:51.294936  4924 raft_consensus.cc:2955] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 2 FOLLOWER]: Committing config change with OpId 2.25: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:51.299288  4925 consensus_queue.cc:237] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
W20260630 12:13:51.316752  4892 consensus_peers.cc:597] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 -> Peer 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196:44539): Couldn't send request to peer 0e3637ffae9041c29a3d496a3c929bb4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 84b1723b4b9d4b1882435e5f53cac409. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.319404  5070 raft_consensus.cc:1275] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:51.321446  5660 consensus_queue.cc:1048] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:51.329164  4997 raft_consensus.cc:1275] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:51.330962  5660 consensus_queue.cc:1048] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:51.342716  5070 raft_consensus.cc:2955] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.340758  5694 raft_consensus.cc:2955] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.345157  4999 raft_consensus.cc:2955] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.361766  4925 consensus_queue.cc:237] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:51.373306  4825 catalog_manager.cc:5697] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index -1 to 26, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.382453  5070 raft_consensus.cc:1275] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:51.384135  5660 consensus_queue.cc:1048] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:51.392727  4999 raft_consensus.cc:1275] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:51.394692  5660 consensus_queue.cc:1048] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:13:51.401844  5694 raft_consensus.cc:2955] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:51.413364  5070 raft_consensus.cc:2955] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
W20260630 12:13:51.426692  4890 consensus_peers.cc:597] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 -> Peer 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197:35277): Couldn't send request to peer 3dc4c25c8ff84c2c956a15b030bc876d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d22eaa9633854ad7af6b6bfc84b9fe94. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.426954  4925 consensus_queue.cc:237] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } }
I20260630 12:13:51.427448  4999 raft_consensus.cc:2955] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:51.429608  4825 catalog_manager.cc:5697] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index -1 to 25, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
W20260630 12:13:51.450173  4890 consensus_peers.cc:597] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 -> Peer 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197:35277): Couldn't send request to peer 3dc4c25c8ff84c2c956a15b030bc876d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9331bdb585e24d69a739dd81627a0074. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.451777  5386 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:51.453181  4999 raft_consensus.cc:1275] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:51.453433  5701 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:51.454948  5707 consensus_queue.cc:1048] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:51.462093  5707 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:51.463991  5386 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:51.465446  4999 raft_consensus.cc:2955] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } } }
I20260630 12:13:51.477428  4997 consensus_queue.cc:237] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:51.477133  4819 catalog_manager.cc:5697] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 reported cstate change: config changed from index 26 to 27, NON_VOTER 3dc4c25c8ff84c2c956a15b030bc876d (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3dc4c25c8ff84c2c956a15b030bc876d" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 35277 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:51.500872  5070 raft_consensus.cc:1275] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
W20260630 12:13:51.501209  4968 consensus_peers.cc:597] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c -> Peer 6a211676511b460a90a8628e57766908 (127.0.107.198:37267): Couldn't send request to peer 6a211676511b460a90a8628e57766908. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d1468c8d5cb84ca3a171042ddb0f523d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.502499  5656 consensus_queue.cc:1048] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:51.502733  4925 raft_consensus.cc:1275] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Refusing update from remote peer 06b35492c5ee4d3f8bf189945c1d494c: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:51.504436  5661 consensus_queue.cc:1048] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:51.514664  5656 raft_consensus.cc:2955] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:51.516319  5070 raft_consensus.cc:2955] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:51.522364  4925 raft_consensus.cc:2955] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } } }
I20260630 12:13:51.529846  4825 catalog_manager.cc:5697] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c reported cstate change: config changed from index -1 to 25, NON_VOTER 6a211676511b460a90a8628e57766908 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "06b35492c5ee4d3f8bf189945c1d494c" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:51.530372  4924 consensus_queue.cc:237] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:51.549736  5535 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:51.552915  5707 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
W20260630 12:13:51.556124  4892 consensus_peers.cc:597] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 -> Peer 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196:44539): Couldn't send request to peer 0e3637ffae9041c29a3d496a3c929bb4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: abace500482443699f85c50041ad390f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.556857  5070 raft_consensus.cc:1275] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Refusing update from remote peer 9f635266a32b4d23984b581b0801b565: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:51.559337  5707 consensus_queue.cc:1048] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [LEADER]: Connected to new peer: Peer: permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:51.573174  5701 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.575387  5070 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.576259  5535 raft_consensus.cc:2955] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.589920  4819 catalog_manager.cc:5697] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 reported cstate change: config changed from index 28 to 29, NON_VOTER 0e3637ffae9041c29a3d496a3c929bb4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9f635266a32b4d23984b581b0801b565" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } } }
I20260630 12:13:51.698534  5721 ts_tablet_manager.cc:933] T 84b1723b4b9d4b1882435e5f53cac409 P 0e3637ffae9041c29a3d496a3c929bb4: Initiating tablet copy from peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619)
I20260630 12:13:51.700069   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:51.704946  5721 tablet_copy_client.cc:323] T 84b1723b4b9d4b1882435e5f53cac409 P 0e3637ffae9041c29a3d496a3c929bb4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37619
I20260630 12:13:51.743523   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:51.746250   431 tablet_replica.cc:333] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
W20260630 12:13:51.746891  4965 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 5 similar messages]
I20260630 12:13:51.747072   431 raft_consensus.cc:2243] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:51.748283   431 raft_consensus.cc:2272] T 84b1723b4b9d4b1882435e5f53cac409 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.754880   431 tablet_replica.cc:333] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.755718   431 raft_consensus.cc:2243] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.756300   431 raft_consensus.cc:2272] T 63cee9b4babe4574a591913e66e444fc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:51.758164  4965 consensus_peers.cc:597] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c -> Peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Couldn't send request to peer 9f635266a32b4d23984b581b0801b565. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.759285   431 tablet_replica.cc:333] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.759949   431 raft_consensus.cc:2243] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.760453   431 raft_consensus.cc:2272] T d1468c8d5cb84ca3a171042ddb0f523d P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.763532   431 tablet_replica.cc:333] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.764106   431 raft_consensus.cc:2243] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:51.764997   431 raft_consensus.cc:2272] T d22eaa9633854ad7af6b6bfc84b9fe94 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.767868   431 tablet_replica.cc:333] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.768420   431 raft_consensus.cc:2243] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.768972   431 raft_consensus.cc:2272] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.771255   431 tablet_replica.cc:333] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.772029   431 raft_consensus.cc:2243] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:51.772976   431 raft_consensus.cc:2272] T 9331bdb585e24d69a739dd81627a0074 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.775928   431 tablet_replica.cc:333] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.776579   431 raft_consensus.cc:2243] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.777364   431 raft_consensus.cc:2272] T b7e36cdfde0440a2b152c841ae9c76de P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.779420   431 tablet_replica.cc:333] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.779886   431 raft_consensus.cc:2243] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.780535   431 raft_consensus.cc:2272] T ef453d7d34274830b5f61201e0a48007 P 9f635266a32b4d23984b581b0801b565 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.783198   431 tablet_replica.cc:333] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.783706   431 raft_consensus.cc:2243] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.784251   431 raft_consensus.cc:2272] T dc3732d67f474f1ea6770f187ff4a7d2 P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.786304   431 tablet_replica.cc:333] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565: stopping tablet replica
I20260630 12:13:51.786754   431 raft_consensus.cc:2243] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:51.787906   431 raft_consensus.cc:2272] T abace500482443699f85c50041ad390f P 9f635266a32b4d23984b581b0801b565 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.810599  5724 ts_tablet_manager.cc:933] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: Initiating tablet copy from peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
W20260630 12:13:51.840490  5352 connection.cc:466] server connection from 127.0.0.1:44768 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:44768 (request call id 22) could send its response
I20260630 12:13:51.847436  5724 tablet_copy_client.cc:323] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46631
W20260630 12:13:51.870934  5039 consensus_peers.cc:597] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 -> Peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Couldn't send request to peer 9f635266a32b4d23984b581b0801b565. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37619: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.877815  5086 tablet_copy_service.cc:140] P 624dd81c7a844612a7c97942618f6029: Received BeginTabletCopySession request for tablet ef453d7d34274830b5f61201e0a48007 from peer 6a211676511b460a90a8628e57766908 ({username='slave'} at 127.0.0.1:59388)
I20260630 12:13:51.878440  5086 tablet_copy_service.cc:161] P 624dd81c7a844612a7c97942618f6029: Beginning new tablet copy session on tablet ef453d7d34274830b5f61201e0a48007 from peer 6a211676511b460a90a8628e57766908 at {username='slave'} at 127.0.0.1:59388: session id = 6a211676511b460a90a8628e57766908-ef453d7d34274830b5f61201e0a48007
I20260630 12:13:51.884850  5086 tablet_copy_source_session.cc:215] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:51.887920  5724 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef453d7d34274830b5f61201e0a48007. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:13:51.892622  5039 consensus_peers.cc:597] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 -> Peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Couldn't send request to peer 9f635266a32b4d23984b581b0801b565. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37619: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:51.900183  5724 tablet_copy_client.cc:806] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:51.900753  5724 tablet_copy_client.cc:670] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:51.904313  5725 tablet_copy_client.cc:1025] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: tablet copy: Injecting latency into file download: 2000
W20260630 12:13:51.981602  4965 consensus_peers.cc:597] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c -> Peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Couldn't send request to peer 9f635266a32b4d23984b581b0801b565. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37619: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.017864  5733 ts_tablet_manager.cc:933] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: Initiating tablet copy from peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155)
I20260630 12:13:52.019613  5733 tablet_copy_client.cc:323] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45155
I20260630 12:13:52.021209  5012 tablet_copy_service.cc:140] P 06b35492c5ee4d3f8bf189945c1d494c: Received BeginTabletCopySession request for tablet d1468c8d5cb84ca3a171042ddb0f523d from peer 6a211676511b460a90a8628e57766908 ({username='slave'} at 127.0.0.1:35812)
I20260630 12:13:52.021765  5012 tablet_copy_service.cc:161] P 06b35492c5ee4d3f8bf189945c1d494c: Beginning new tablet copy session on tablet d1468c8d5cb84ca3a171042ddb0f523d from peer 6a211676511b460a90a8628e57766908 at {username='slave'} at 127.0.0.1:35812: session id = 6a211676511b460a90a8628e57766908-d1468c8d5cb84ca3a171042ddb0f523d
I20260630 12:13:52.029218  5012 tablet_copy_source_session.cc:215] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:52.032825  5733 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1468c8d5cb84ca3a171042ddb0f523d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:52.052116  5733 tablet_copy_client.cc:806] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:52.052762  5733 tablet_copy_client.cc:670] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:52.057377  5734 tablet_copy_client.cc:1025] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: tablet copy: Injecting latency into file download: 2000
W20260630 12:13:52.079864  4965 consensus_peers.cc:597] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c -> Peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Couldn't send request to peer 9f635266a32b4d23984b581b0801b565. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37619: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:52.196205  5039 consensus_peers.cc:597] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 -> Peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Couldn't send request to peer 9f635266a32b4d23984b581b0801b565. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37619: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.431903   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:52.462570   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:52.474676   431 tablet_copy_service.cc:362] P 06b35492c5ee4d3f8bf189945c1d494c: Destroying tablet copy session 6a211676511b460a90a8628e57766908-d1468c8d5cb84ca3a171042ddb0f523d due to service shutdown
I20260630 12:13:52.475078   431 tablet_copy_service.cc:434] P 06b35492c5ee4d3f8bf189945c1d494c: ending tablet copy session 6a211676511b460a90a8628e57766908-d1468c8d5cb84ca3a171042ddb0f523d on tablet d1468c8d5cb84ca3a171042ddb0f523d with peer 6a211676511b460a90a8628e57766908
I20260630 12:13:52.498718   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:52.499578   431 tablet_replica.cc:333] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.500378   431 raft_consensus.cc:2243] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.501394   431 raft_consensus.cc:2272] T 05df6656a29c489aa105ba4fa6ca4608 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.504359   431 tablet_replica.cc:333] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.505072   431 raft_consensus.cc:2243] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.505769   431 raft_consensus.cc:2272] T 84b1723b4b9d4b1882435e5f53cac409 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.508425   431 tablet_replica.cc:333] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.509191   431 raft_consensus.cc:2243] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.510154   431 raft_consensus.cc:2272] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.513208   431 tablet_replica.cc:333] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.513924   431 raft_consensus.cc:2243] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.514820   431 raft_consensus.cc:2272] T 9331bdb585e24d69a739dd81627a0074 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.517685   431 tablet_replica.cc:333] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.518433   431 raft_consensus.cc:2243] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.519218   431 raft_consensus.cc:2272] T d22eaa9633854ad7af6b6bfc84b9fe94 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.521898   431 tablet_replica.cc:333] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.522558   431 raft_consensus.cc:2243] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.523501   431 raft_consensus.cc:2272] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.526516   431 tablet_replica.cc:333] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.527238   431 raft_consensus.cc:2243] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.527921   431 raft_consensus.cc:2272] T dc3732d67f474f1ea6770f187ff4a7d2 P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.530642   431 tablet_replica.cc:333] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.531430   431 raft_consensus.cc:2243] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.532356   431 raft_consensus.cc:2272] T 63cee9b4babe4574a591913e66e444fc P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.535171   431 tablet_replica.cc:333] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.535772   431 raft_consensus.cc:2243] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.537047   431 raft_consensus.cc:2272] T d1468c8d5cb84ca3a171042ddb0f523d P 06b35492c5ee4d3f8bf189945c1d494c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.539935   431 tablet_replica.cc:333] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c: stopping tablet replica
I20260630 12:13:52.540669   431 raft_consensus.cc:2243] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.541514   431 raft_consensus.cc:2272] T ef453d7d34274830b5f61201e0a48007 P 06b35492c5ee4d3f8bf189945c1d494c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.582749   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:13:52.585870  5041 consensus_peers.cc:597] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 -> Peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): Couldn't send request to peer 06b35492c5ee4d3f8bf189945c1d494c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45155: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.612438   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:52.625475   431 tablet_copy_service.cc:362] P 624dd81c7a844612a7c97942618f6029: Destroying tablet copy session 6a211676511b460a90a8628e57766908-ef453d7d34274830b5f61201e0a48007 due to service shutdown
I20260630 12:13:52.625851   431 tablet_copy_service.cc:434] P 624dd81c7a844612a7c97942618f6029: ending tablet copy session 6a211676511b460a90a8628e57766908-ef453d7d34274830b5f61201e0a48007 on tablet ef453d7d34274830b5f61201e0a48007 with peer 6a211676511b460a90a8628e57766908
I20260630 12:13:52.650763   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:52.651458   431 tablet_replica.cc:333] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.652077   431 raft_consensus.cc:2243] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.652554   431 raft_consensus.cc:2272] T 05df6656a29c489aa105ba4fa6ca4608 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.654860   431 tablet_replica.cc:333] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.655645   431 raft_consensus.cc:2243] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.656271   431 raft_consensus.cc:2272] T 84b1723b4b9d4b1882435e5f53cac409 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.659389   431 tablet_replica.cc:333] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.660066   431 raft_consensus.cc:2243] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.660679   431 raft_consensus.cc:2272] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.663498   431 tablet_replica.cc:333] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.664343   431 raft_consensus.cc:2243] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.665565   431 raft_consensus.cc:2272] T ef453d7d34274830b5f61201e0a48007 P 624dd81c7a844612a7c97942618f6029 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.668098   431 tablet_replica.cc:333] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.668633   431 raft_consensus.cc:2243] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.669133   431 raft_consensus.cc:2272] T d22eaa9633854ad7af6b6bfc84b9fe94 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.671150   431 tablet_replica.cc:333] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.671656   431 raft_consensus.cc:2243] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.672173   431 raft_consensus.cc:2272] T 63cee9b4babe4574a591913e66e444fc P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.674201   431 tablet_replica.cc:333] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.674685   431 raft_consensus.cc:2243] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.675221   431 raft_consensus.cc:2272] T d1468c8d5cb84ca3a171042ddb0f523d P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.677131   431 tablet_replica.cc:333] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.677642   431 raft_consensus.cc:2243] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.678150   431 raft_consensus.cc:2272] T abace500482443699f85c50041ad390f P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.680078   431 tablet_replica.cc:333] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.680523   431 raft_consensus.cc:2243] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.681259   431 raft_consensus.cc:2272] T dc3732d67f474f1ea6770f187ff4a7d2 P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.683344   431 tablet_replica.cc:333] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029: stopping tablet replica
I20260630 12:13:52.683805   431 raft_consensus.cc:2243] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.684511   431 raft_consensus.cc:2272] T b7e36cdfde0440a2b152c841ae9c76de P 624dd81c7a844612a7c97942618f6029 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.720496   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:52.760042   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:52.782179   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:52.782902   431 tablet_replica.cc:333] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4: stopping tablet replica
I20260630 12:13:52.783742   431 raft_consensus.cc:2243] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.784354   431 raft_consensus.cc:2272] T 9331bdb585e24d69a739dd81627a0074 P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.786399   431 tablet_replica.cc:333] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4: stopping tablet replica
I20260630 12:13:52.786908   431 raft_consensus.cc:2243] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.787361   431 raft_consensus.cc:2272] T afd0de0c84e94ca1aa81c81e8ff1e4cc P 0e3637ffae9041c29a3d496a3c929bb4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.807608   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:52.818109   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260630 12:13:52.839278   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:52.839931   431 tablet_replica.cc:333] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d: stopping tablet replica
I20260630 12:13:52.840525   431 raft_consensus.cc:2243] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.841022   431 raft_consensus.cc:2272] T 3dcfe2ee3294402f8af8d5b9c65e81b7 P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.842916   431 tablet_replica.cc:333] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d: stopping tablet replica
I20260630 12:13:52.843392   431 raft_consensus.cc:2243] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.843829   431 raft_consensus.cc:2272] T b7e36cdfde0440a2b152c841ae9c76de P 3dc4c25c8ff84c2c956a15b030bc876d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.863907   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260630 12:13:52.874132   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260630 12:13:52.892758   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:53.077765  5740 raft_consensus.cc:493] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9f635266a32b4d23984b581b0801b565)
I20260630 12:13:53.078284  5740 raft_consensus.cc:515] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } attrs { replace: true } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } } peers { permanent_uuid: "0e3637ffae9041c29a3d496a3c929bb4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44539 } attrs { promote: true } }
I20260630 12:13:53.080529  5740 leader_election.cc:290] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
W20260630 12:13:53.086061  5500 leader_election.cc:336] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9f635266a32b4d23984b581b0801b565 (127.0.107.193:37619): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37619: connect: Connection refused (error 111)
W20260630 12:13:53.086541  5501 leader_election.cc:336] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Network error: Client connection negotiation failed: client connection to 127.0.107.195:46631: connect: Connection refused (error 111)
I20260630 12:13:53.086895  5501 leader_election.cc:304] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [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: 6a211676511b460a90a8628e57766908; no voters: 624dd81c7a844612a7c97942618f6029, 9f635266a32b4d23984b581b0801b565
I20260630 12:13:53.087481  5740 raft_consensus.cc:2749] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:53.817835  5745 raft_consensus.cc:493] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 06b35492c5ee4d3f8bf189945c1d494c)
I20260630 12:13:53.819008  5745 raft_consensus.cc:515] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: false } }
I20260630 12:13:53.821874  5745 leader_election.cc:290] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155), 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631)
W20260630 12:13:53.831513  5502 leader_election.cc:336] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 06b35492c5ee4d3f8bf189945c1d494c (127.0.107.194:45155): Network error: Client connection negotiation failed: client connection to 127.0.107.194:45155: connect: Connection refused (error 111)
W20260630 12:13:53.832187  5501 leader_election.cc:336] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 624dd81c7a844612a7c97942618f6029 (127.0.107.195:46631): Network error: Client connection negotiation failed: client connection to 127.0.107.195:46631: connect: Connection refused (error 111)
I20260630 12:13:53.832530  5501 leader_election.cc:304] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [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: 6a211676511b460a90a8628e57766908; no voters: 06b35492c5ee4d3f8bf189945c1d494c, 624dd81c7a844612a7c97942618f6029
I20260630 12:13:53.833199  5745 raft_consensus.cc:2749] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:53.905807  5724 tablet_copy_client.cc:538] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:53.916319  5724 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: Bootstrap starting.
I20260630 12:13:54.011056  5724 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: 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
I20260630 12:13:54.011791  5724 tablet_bootstrap.cc:492] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: Bootstrap complete.
I20260630 12:13:54.012319  5724 ts_tablet_manager.cc:1403] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: Time spent bootstrapping tablet: real 0.096s	user 0.088s	sys 0.007s
I20260630 12:13:54.014621  5724 raft_consensus.cc:359] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:54.015564  5724 raft_consensus.cc:740] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 6a211676511b460a90a8628e57766908, State: Initialized, Role: LEARNER
I20260630 12:13:54.016145  5724 consensus_queue.cc:260] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 2.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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:54.018097  5724 ts_tablet_manager.cc:1434] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
W20260630 12:13:54.020812  5724 tablet_copy_client.cc:1131] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: 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:46631: connect: Connection refused (error 111)
I20260630 12:13:54.058718  5733 tablet_copy_client.cc:538] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:54.071645  5733 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: Bootstrap starting.
I20260630 12:13:54.190225  5733 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=91 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:54.190919  5733 tablet_bootstrap.cc:492] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: Bootstrap complete.
I20260630 12:13:54.191430  5733 ts_tablet_manager.cc:1403] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: Time spent bootstrapping tablet: real 0.120s	user 0.104s	sys 0.016s
I20260630 12:13:54.193212  5733 raft_consensus.cc:359] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:54.193806  5733 raft_consensus.cc:740] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 6a211676511b460a90a8628e57766908, State: Initialized, Role: LEARNER
I20260630 12:13:54.194236  5733 consensus_queue.cc:260] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908 [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: "9f635266a32b4d23984b581b0801b565" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37619 } attrs { replace: true } } peers { permanent_uuid: "06b35492c5ee4d3f8bf189945c1d494c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45155 } } peers { permanent_uuid: "624dd81c7a844612a7c97942618f6029" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46631 } } peers { permanent_uuid: "6a211676511b460a90a8628e57766908" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 37267 } attrs { promote: true } }
I20260630 12:13:54.195596  5733 ts_tablet_manager.cc:1434] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
W20260630 12:13:54.198185  5733 tablet_copy_client.cc:1131] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:45155: connect: Connection refused (error 111)
I20260630 12:13:54.201014   431 tablet_replica.cc:333] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908: stopping tablet replica
I20260630 12:13:54.202253   431 raft_consensus.cc:2243] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908 [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:13:54.202942   431 raft_consensus.cc:2272] T ef453d7d34274830b5f61201e0a48007 P 6a211676511b460a90a8628e57766908 [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:13:54.208957   431 tablet_replica.cc:333] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908: stopping tablet replica
I20260630 12:13:54.209965   431 raft_consensus.cc:2243] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:54.210446   431 raft_consensus.cc:2272] T d1468c8d5cb84ca3a171042ddb0f523d P 6a211676511b460a90a8628e57766908 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:54.213299   431 tablet_replica.cc:333] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908: stopping tablet replica
I20260630 12:13:54.214136   431 raft_consensus.cc:2243] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:54.216284   431 raft_consensus.cc:2272] T abace500482443699f85c50041ad390f P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:54.220589   431 tablet_replica.cc:333] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908: stopping tablet replica
I20260630 12:13:54.221338   431 raft_consensus.cc:2243] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:54.222391   431 raft_consensus.cc:2272] T 05df6656a29c489aa105ba4fa6ca4608 P 6a211676511b460a90a8628e57766908 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:54.254287   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260630 12:13:54.282570   431 master.cc:562] Master@127.0.107.254:44851 shutting down...
W20260630 12:13:54.312410  4873 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:13:54.315014   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:54.315690   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:54.316045   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 78d4c91d906e48ada80bfa42e5f28a8d: stopping tablet replica
I20260630 12:13:54.338804   431 master.cc:584] Master@127.0.107.254:44851 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (18383 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:13:54.396311   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44625
I20260630 12:13:54.397701   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:54.403784  5752 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:54.404357  5754 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:54.404603  5751 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:54.405726   431 server_base.cc:1061] running on GCE node
I20260630 12:13:54.406672   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:54.406911   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:54.407091   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821634407073 us; error 0 us; skew 500 ppm
I20260630 12:13:54.407667   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:54.410447   431 webserver.cc:533] Webserver started at http://127.0.107.254:44621/ using document root <none> and password file <none>
I20260630 12:13:54.410965   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:54.411186   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:54.411501   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:54.412763   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "4cc4430c38334f6881d1633c7baecf23"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.417546   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:13:54.421139  5759 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.422008   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:54.422240   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "4cc4430c38334f6881d1633c7baecf23"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.422464   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-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)
I20260630 12:13:54.456483   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:54.457688   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:54.495828   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44625
I20260630 12:13:54.495947  5810 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44625 every 8 connection(s)
I20260630 12:13:54.499959  5811 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:54.510612  5811 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23: Bootstrap starting.
I20260630 12:13:54.515808  5811 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:54.520054  5811 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23: No bootstrap required, opened a new log
I20260630 12:13:54.522106  5811 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc4430c38334f6881d1633c7baecf23" member_type: VOTER }
I20260630 12:13:54.522500  5811 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:54.522727  5811 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4cc4430c38334f6881d1633c7baecf23, State: Initialized, Role: FOLLOWER
I20260630 12:13:54.523294  5811 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4cc4430c38334f6881d1633c7baecf23" member_type: VOTER }
I20260630 12:13:54.523741  5811 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:54.524049  5811 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:54.524348  5811 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:54.528589  5811 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc4430c38334f6881d1633c7baecf23" member_type: VOTER }
I20260630 12:13:54.529040  5811 leader_election.cc:304] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [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: 4cc4430c38334f6881d1633c7baecf23; no voters: 
I20260630 12:13:54.530149  5811 leader_election.cc:290] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:54.530548  5814 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:54.531896  5814 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 1 LEADER]: Becoming Leader. State: Replica: 4cc4430c38334f6881d1633c7baecf23, State: Running, Role: LEADER
I20260630 12:13:54.532559  5814 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [LEADER]: Queue going to LEADER mode. State: All 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: "4cc4430c38334f6881d1633c7baecf23" member_type: VOTER }
I20260630 12:13:54.533053  5811 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:54.539553  5815 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4cc4430c38334f6881d1633c7baecf23" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc4430c38334f6881d1633c7baecf23" member_type: VOTER } }
I20260630 12:13:54.539537  5816 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4cc4430c38334f6881d1633c7baecf23. Latest consensus state: current_term: 1 leader_uuid: "4cc4430c38334f6881d1633c7baecf23" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc4430c38334f6881d1633c7baecf23" member_type: VOTER } }
I20260630 12:13:54.540324  5815 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:54.540495  5816 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:54.541996  5821 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:54.546856  5821 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:54.551680   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:54.555932  5821 catalog_manager.cc:1383] Generated new cluster ID: 83afe07ed1a746ae8c6851531e377035
I20260630 12:13:54.556164  5821 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:54.585561  5821 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:54.586951  5821 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:54.600322  5821 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23: Generated new TSK 0
I20260630 12:13:54.600912  5821 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:54.619015   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:54.625545  5832 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:54.626187  5833 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:54.628018   431 server_base.cc:1061] running on GCE node
W20260630 12:13:54.628185  5835 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:54.629142   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:54.629364   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:54.629503   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821634629490 us; error 0 us; skew 500 ppm
I20260630 12:13:54.630026   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:54.632232   431 webserver.cc:533] Webserver started at http://127.0.107.193:40133/ using document root <none> and password file <none>
I20260630 12:13:54.632637   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:54.632782   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:54.632992   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:54.634070   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.638620   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:13:54.641777  5840 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.642450   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:54.642740   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.643033   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-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)
I20260630 12:13:54.658500   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:54.659664   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:54.661082   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:54.663363   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:54.663581   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.663817   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:54.664021   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.703567   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42141
I20260630 12:13:54.703678  5902 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42141 every 8 connection(s)
I20260630 12:13:54.708546   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:54.715682  5907 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:54.718295  5908 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:54.719162   431 server_base.cc:1061] running on GCE node
W20260630 12:13:54.719233  5910 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:54.722954   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:54.723202   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:54.723387   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821634723354 us; error 0 us; skew 500 ppm
I20260630 12:13:54.723984   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:54.726013  5903 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44625
I20260630 12:13:54.726375  5903 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:54.726816   431 webserver.cc:533] Webserver started at http://127.0.107.194:43043/ using document root <none> and password file <none>
I20260630 12:13:54.727223  5903 heartbeater.cc:507] Master 127.0.107.254:44625 requested a full tablet report, sending...
I20260630 12:13:54.727334   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:54.727692   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:54.727959   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:54.729133   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "2e36bf6aefaf4c31b76fe1bea20790ff"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.729565  5776 ts_manager.cc:194] Registered new tserver with Master: 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141)
I20260630 12:13:54.731407  5776 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34666
I20260630 12:13:54.734016   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:13:54.737399  5915 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.738210   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:54.738493   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "2e36bf6aefaf4c31b76fe1bea20790ff"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.738782   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-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)
I20260630 12:13:54.763821   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:54.765512   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:54.767045   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:54.769285   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:54.769512   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.769824   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:54.770015   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.808589   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39577
I20260630 12:13:54.808687  5977 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39577 every 8 connection(s)
I20260630 12:13:54.813282   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:54.819553  5981 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:54.820401  5982 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:54.822293   431 server_base.cc:1061] running on GCE node
W20260630 12:13:54.823346  5984 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:54.824306   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:54.824637   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:54.824689  5978 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44625
I20260630 12:13:54.824925   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821634824905 us; error 0 us; skew 500 ppm
I20260630 12:13:54.825141  5978 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:54.825696   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:54.826047  5978 heartbeater.cc:507] Master 127.0.107.254:44625 requested a full tablet report, sending...
I20260630 12:13:54.828204   431 webserver.cc:533] Webserver started at http://127.0.107.195:42931/ using document root <none> and password file <none>
I20260630 12:13:54.828356  5776 ts_manager.cc:194] Registered new tserver with Master: 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577)
I20260630 12:13:54.828799   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:54.829046   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:54.829320   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:54.829958  5776 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34680
I20260630 12:13:54.830603   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "831f461aa9014cdfa04d2851f63a07e5"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.835420   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:54.838666  5989 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.839398   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:54.839690   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "831f461aa9014cdfa04d2851f63a07e5"
format_stamp: "Formatted at 2026-06-30 12:13:54 on dist-test-slave-ctg2"
I20260630 12:13:54.839991   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-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)
I20260630 12:13:54.859118   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:54.860217   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:54.861847   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:54.863976   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:54.864199   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.864432   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:54.864602   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:54.902771   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33167
I20260630 12:13:54.902863  6051 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33167 every 8 connection(s)
I20260630 12:13:54.916533  6052 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44625
I20260630 12:13:54.916921  6052 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:54.917692  6052 heartbeater.cc:507] Master 127.0.107.254:44625 requested a full tablet report, sending...
I20260630 12:13:54.919591  5776 ts_manager.cc:194] Registered new tserver with Master: 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167)
I20260630 12:13:54.920693   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014760866s
I20260630 12:13:54.920955  5776 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34688
I20260630 12:13:55.734547  5903 heartbeater.cc:499] Master 127.0.107.254:44625 was elected leader, sending a full tablet report...
I20260630 12:13:55.832719  5978 heartbeater.cc:499] Master 127.0.107.254:44625 was elected leader, sending a full tablet report...
I20260630 12:13:55.923514  6052 heartbeater.cc:499] Master 127.0.107.254:44625 was elected leader, sending a full tablet report...
I20260630 12:13:55.977516  5776 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34700:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:13:55.980016  5776 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:13:56.032632  6017 tablet_service.cc:1511] Processing CreateTablet for tablet 4ee79dab94364043ba822e5fbf4e407d (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:56.034160  6017 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ee79dab94364043ba822e5fbf4e407d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.035840  5942 tablet_service.cc:1511] Processing CreateTablet for tablet ba1296ffb5f44a06b2b8897a51c4c220 (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:56.035851  6016 tablet_service.cc:1511] Processing CreateTablet for tablet ba1296ffb5f44a06b2b8897a51c4c220 (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:56.037299  5942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba1296ffb5f44a06b2b8897a51c4c220. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.037662  6016 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba1296ffb5f44a06b2b8897a51c4c220. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.039881  6015 tablet_service.cc:1511] Processing CreateTablet for tablet 4eea282686974e6698844b2f4a1438d7 (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:56.040760  5941 tablet_service.cc:1511] Processing CreateTablet for tablet 4eea282686974e6698844b2f4a1438d7 (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:56.041283  6015 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4eea282686974e6698844b2f4a1438d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.042251  5941 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4eea282686974e6698844b2f4a1438d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.042526  5943 tablet_service.cc:1511] Processing CreateTablet for tablet 4ee79dab94364043ba822e5fbf4e407d (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:56.043978  5943 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ee79dab94364043ba822e5fbf4e407d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.067152  6072 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5: Bootstrap starting.
I20260630 12:13:56.075934  5868 tablet_service.cc:1511] Processing CreateTablet for tablet 4ee79dab94364043ba822e5fbf4e407d (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:56.076213  5867 tablet_service.cc:1511] Processing CreateTablet for tablet ba1296ffb5f44a06b2b8897a51c4c220 (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:56.077560  5868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ee79dab94364043ba822e5fbf4e407d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.078277  5867 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba1296ffb5f44a06b2b8897a51c4c220. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.079183  5866 tablet_service.cc:1511] Processing CreateTablet for tablet 4eea282686974e6698844b2f4a1438d7 (DEFAULT_TABLE table=test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:56.080511  5866 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4eea282686974e6698844b2f4a1438d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:56.096092  6073 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff: Bootstrap starting.
I20260630 12:13:56.098546  6072 tablet_bootstrap.cc:654] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.103420  6073 tablet_bootstrap.cc:654] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.112779  6074 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Bootstrap starting.
I20260630 12:13:56.116760  6073 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff: No bootstrap required, opened a new log
I20260630 12:13:56.117241  6073 ts_tablet_manager.cc:1403] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff: Time spent bootstrapping tablet: real 0.022s	user 0.007s	sys 0.004s
I20260630 12:13:56.117897  6072 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5: No bootstrap required, opened a new log
I20260630 12:13:56.118412  6072 ts_tablet_manager.cc:1403] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5: Time spent bootstrapping tablet: real 0.052s	user 0.009s	sys 0.014s
I20260630 12:13:56.119643  6073 raft_consensus.cc:359] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.120239  6073 raft_consensus.cc:385] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.120290  6074 tablet_bootstrap.cc:654] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.120518  6073 raft_consensus.cc:740] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e36bf6aefaf4c31b76fe1bea20790ff, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.121325  6073 consensus_queue.cc:260] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.121250  6072 raft_consensus.cc:359] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.122273  6072 raft_consensus.cc:385] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.122575  6072 raft_consensus.cc:740] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 831f461aa9014cdfa04d2851f63a07e5, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.123549  6072 consensus_queue.cc:260] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.124555  6073 ts_tablet_manager.cc:1434] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.009s
I20260630 12:13:56.126398  6073 tablet_bootstrap.cc:492] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff: Bootstrap starting.
I20260630 12:13:56.133813  6072 ts_tablet_manager.cc:1434] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5: Time spent starting tablet: real 0.015s	user 0.010s	sys 0.005s
I20260630 12:13:56.136768  6073 tablet_bootstrap.cc:654] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.136953  6072 tablet_bootstrap.cc:492] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5: Bootstrap starting.
I20260630 12:13:56.147652  6072 tablet_bootstrap.cc:654] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.154145  6073 tablet_bootstrap.cc:492] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff: No bootstrap required, opened a new log
I20260630 12:13:56.154323  6074 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: No bootstrap required, opened a new log
I20260630 12:13:56.154829  6072 tablet_bootstrap.cc:492] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5: No bootstrap required, opened a new log
I20260630 12:13:56.155138  6073 ts_tablet_manager.cc:1403] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff: Time spent bootstrapping tablet: real 0.029s	user 0.017s	sys 0.000s
I20260630 12:13:56.155234  6074 ts_tablet_manager.cc:1403] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Time spent bootstrapping tablet: real 0.043s	user 0.016s	sys 0.004s
I20260630 12:13:56.155401  6072 ts_tablet_manager.cc:1403] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.003s
W20260630 12:13:56.157909  6053 tablet.cc:2406] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:13:56.158427  6073 raft_consensus.cc:359] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.159242  6073 raft_consensus.cc:385] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.159077  6072 raft_consensus.cc:359] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.159634  6073 raft_consensus.cc:740] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e36bf6aefaf4c31b76fe1bea20790ff, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.160027  6072 raft_consensus.cc:385] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.160466  6072 raft_consensus.cc:740] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 831f461aa9014cdfa04d2851f63a07e5, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.160094  6074 raft_consensus.cc:359] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.160583  6073 consensus_queue.cc:260] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.161072  6074 raft_consensus.cc:385] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.161479  6074 raft_consensus.cc:740] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 134c580fe2a64b1eb9fbcbb35f1f4ba0, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.161448  6072 consensus_queue.cc:260] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.162554  6074 consensus_queue.cc:260] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.166935  6072 ts_tablet_manager.cc:1434] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.002s
I20260630 12:13:56.168812  6072 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: Bootstrap starting.
I20260630 12:13:56.169772  6073 ts_tablet_manager.cc:1434] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260630 12:13:56.170848  6073 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: Bootstrap starting.
I20260630 12:13:56.175014  6072 tablet_bootstrap.cc:654] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.179170  6074 ts_tablet_manager.cc:1434] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Time spent starting tablet: real 0.024s	user 0.010s	sys 0.012s
I20260630 12:13:56.180127  6074 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Bootstrap starting.
I20260630 12:13:56.185708  6078 raft_consensus.cc:493] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:56.186472  6073 tablet_bootstrap.cc:654] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.186230  6078 raft_consensus.cc:515] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.186544  6074 tablet_bootstrap.cc:654] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.189061  6078 leader_election.cc:290] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141), 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577)
I20260630 12:13:56.189782  6082 raft_consensus.cc:493] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:56.190415  6082 raft_consensus.cc:515] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.193015  6074 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: No bootstrap required, opened a new log
I20260630 12:13:56.193467  6074 ts_tablet_manager.cc:1403] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:13:56.196321  6074 raft_consensus.cc:359] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.196933  6074 raft_consensus.cc:385] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.197183  6074 raft_consensus.cc:740] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 134c580fe2a64b1eb9fbcbb35f1f4ba0, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.198009  6074 consensus_queue.cc:260] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.200076  6082 leader_election.cc:290] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577), 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167)
I20260630 12:13:56.215011  6072 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: No bootstrap required, opened a new log
I20260630 12:13:56.215741  6072 ts_tablet_manager.cc:1403] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: Time spent bootstrapping tablet: real 0.048s	user 0.011s	sys 0.003s
I20260630 12:13:56.228025  6074 ts_tablet_manager.cc:1434] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Time spent starting tablet: real 0.034s	user 0.005s	sys 0.007s
I20260630 12:13:56.231148  6074 tablet_bootstrap.cc:492] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Bootstrap starting.
I20260630 12:13:56.230518  6072 raft_consensus.cc:359] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.232141  6072 raft_consensus.cc:385] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.232432  6072 raft_consensus.cc:740] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 831f461aa9014cdfa04d2851f63a07e5, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.234982  6073 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: No bootstrap required, opened a new log
I20260630 12:13:56.235482  6073 ts_tablet_manager.cc:1403] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: Time spent bootstrapping tablet: real 0.065s	user 0.019s	sys 0.019s
I20260630 12:13:56.238435  6073 raft_consensus.cc:359] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.239136  6073 raft_consensus.cc:385] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.239427  6073 raft_consensus.cc:740] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e36bf6aefaf4c31b76fe1bea20790ff, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.239946  6074 tablet_bootstrap.cc:654] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:56.240849  6072 consensus_queue.cc:260] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.243419  6072 ts_tablet_manager.cc:1434] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: Time spent starting tablet: real 0.027s	user 0.004s	sys 0.004s
I20260630 12:13:56.244112  6077 raft_consensus.cc:493] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:56.244661  6077 raft_consensus.cc:515] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.246551  5878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "831f461aa9014cdfa04d2851f63a07e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" is_pre_election: true
I20260630 12:13:56.249008  6077 leader_election.cc:290] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141), 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167)
I20260630 12:13:56.251686  5953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4eea282686974e6698844b2f4a1438d7" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" is_pre_election: true
I20260630 12:13:56.252413  5953 raft_consensus.cc:2468] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 0.
I20260630 12:13:56.253847  5841 leader_election.cc:304] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 134c580fe2a64b1eb9fbcbb35f1f4ba0, 2e36bf6aefaf4c31b76fe1bea20790ff; no voters: 
I20260630 12:13:56.240162  6073 consensus_queue.cc:260] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.254822  6089 raft_consensus.cc:2804] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:56.254609  6027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4eea282686974e6698844b2f4a1438d7" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "831f461aa9014cdfa04d2851f63a07e5" is_pre_election: true
I20260630 12:13:56.255916  6027 raft_consensus.cc:2468] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 0.
I20260630 12:13:56.256735  6073 ts_tablet_manager.cc:1434] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260630 12:13:56.257776  6089 raft_consensus.cc:493] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:56.258143  6089 raft_consensus.cc:3060] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:13:56.262375  5990 leader_election.cc:343] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:56.263811  5953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "831f461aa9014cdfa04d2851f63a07e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" is_pre_election: true
I20260630 12:13:56.264460  5953 raft_consensus.cc:2468] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 831f461aa9014cdfa04d2851f63a07e5 in term 0.
I20260630 12:13:56.265027  6089 raft_consensus.cc:515] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.267230  6089 leader_election.cc:290] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 election: Requested vote from peers 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577), 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167)
I20260630 12:13:56.267843  5953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4eea282686974e6698844b2f4a1438d7" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff"
I20260630 12:13:56.268426  5953 raft_consensus.cc:3060] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.270660  6027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4eea282686974e6698844b2f4a1438d7" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "831f461aa9014cdfa04d2851f63a07e5"
I20260630 12:13:56.271256  6027 raft_consensus.cc:3060] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.274626  5990 leader_election.cc:304] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [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: 2e36bf6aefaf4c31b76fe1bea20790ff, 831f461aa9014cdfa04d2851f63a07e5; no voters: 134c580fe2a64b1eb9fbcbb35f1f4ba0
I20260630 12:13:56.275498  6078 raft_consensus.cc:2804] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:56.275869  6078 raft_consensus.cc:493] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:56.276186  6078 raft_consensus.cc:3060] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.279347  6027 raft_consensus.cc:2468] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 1.
I20260630 12:13:56.280666  5844 leader_election.cc:304] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 134c580fe2a64b1eb9fbcbb35f1f4ba0, 831f461aa9014cdfa04d2851f63a07e5; no voters: 
I20260630 12:13:56.281533  6089 raft_consensus.cc:2804] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:56.282025  6089 raft_consensus.cc:697] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Becoming Leader. State: Replica: 134c580fe2a64b1eb9fbcbb35f1f4ba0, State: Running, Role: LEADER
I20260630 12:13:56.282819  6089 consensus_queue.cc:237] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.284567  6078 raft_consensus.cc:515] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.296579  5878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" is_pre_election: true
I20260630 12:13:56.298249  6074 tablet_bootstrap.cc:492] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: No bootstrap required, opened a new log
W20260630 12:13:56.298571  5916 leader_election.cc:343] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:56.298835  6074 ts_tablet_manager.cc:1403] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Time spent bootstrapping tablet: real 0.068s	user 0.018s	sys 0.020s
I20260630 12:13:56.301370  5878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "831f461aa9014cdfa04d2851f63a07e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0"
I20260630 12:13:56.301955  5775 catalog_manager.cc:5697] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } health_report { overall_health: UNKNOWN } } }
W20260630 12:13:56.302753  5990 leader_election.cc:343] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:56.302697  6074 raft_consensus.cc:359] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.303864  6074 raft_consensus.cc:385] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:56.304263  6074 raft_consensus.cc:740] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 134c580fe2a64b1eb9fbcbb35f1f4ba0, State: Initialized, Role: FOLLOWER
I20260630 12:13:56.305193  6074 consensus_queue.cc:260] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.305804  6027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "831f461aa9014cdfa04d2851f63a07e5" is_pre_election: true
I20260630 12:13:56.306789  6027 raft_consensus.cc:2393] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2e36bf6aefaf4c31b76fe1bea20790ff in current term 1: Already voted for candidate 831f461aa9014cdfa04d2851f63a07e5 in this term.
I20260630 12:13:56.306906  5952 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "831f461aa9014cdfa04d2851f63a07e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff"
I20260630 12:13:56.307618  5952 raft_consensus.cc:3060] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.308045  6074 ts_tablet_manager.cc:1434] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260630 12:13:56.316036  5919 leader_election.cc:304] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [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: 2e36bf6aefaf4c31b76fe1bea20790ff; no voters: 134c580fe2a64b1eb9fbcbb35f1f4ba0, 831f461aa9014cdfa04d2851f63a07e5
I20260630 12:13:56.317533  5952 raft_consensus.cc:2468] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 831f461aa9014cdfa04d2851f63a07e5 in term 1.
I20260630 12:13:56.317932  6078 leader_election.cc:290] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [CANDIDATE]: Term 1 election: Requested vote from peers 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141), 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577)
I20260630 12:13:56.318217  6077 raft_consensus.cc:2749] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:56.318709  5953 raft_consensus.cc:2468] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 1.
I20260630 12:13:56.320106  5990 leader_election.cc:304] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [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: 2e36bf6aefaf4c31b76fe1bea20790ff, 831f461aa9014cdfa04d2851f63a07e5; no voters: 134c580fe2a64b1eb9fbcbb35f1f4ba0
I20260630 12:13:56.321283  6078 raft_consensus.cc:2804] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:56.322750  6078 raft_consensus.cc:697] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 LEADER]: Becoming Leader. State: Replica: 831f461aa9014cdfa04d2851f63a07e5, State: Running, Role: LEADER
I20260630 12:13:56.323529  6078 consensus_queue.cc:237] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.331971  5775 catalog_manager.cc:5697] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "831f461aa9014cdfa04d2851f63a07e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:56.368592  6089 raft_consensus.cc:493] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:56.369180  6089 raft_consensus.cc:515] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.370951  6089 leader_election.cc:290] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167), 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577)
I20260630 12:13:56.372011  6027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "831f461aa9014cdfa04d2851f63a07e5" is_pre_election: true
I20260630 12:13:56.372301  5953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" is_pre_election: true
I20260630 12:13:56.372689  6027 raft_consensus.cc:2468] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 0.
I20260630 12:13:56.372977  5953 raft_consensus.cc:2468] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 0.
I20260630 12:13:56.373917  5844 leader_election.cc:304] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 134c580fe2a64b1eb9fbcbb35f1f4ba0, 831f461aa9014cdfa04d2851f63a07e5; no voters: 
I20260630 12:13:56.374749  6089 raft_consensus.cc:2804] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:56.375128  6089 raft_consensus.cc:493] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:56.375409  6089 raft_consensus.cc:3060] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.379978  6089 raft_consensus.cc:515] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.381487  6089 leader_election.cc:290] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 election: Requested vote from peers 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167), 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577)
I20260630 12:13:56.382318  6027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "831f461aa9014cdfa04d2851f63a07e5"
I20260630 12:13:56.382562  5953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff"
I20260630 12:13:56.382951  6027 raft_consensus.cc:3060] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.383085  5953 raft_consensus.cc:3060] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.389689  5953 raft_consensus.cc:2468] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 1.
I20260630 12:13:56.389688  6027 raft_consensus.cc:2468] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in term 1.
I20260630 12:13:56.391022  5844 leader_election.cc:304] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 134c580fe2a64b1eb9fbcbb35f1f4ba0, 831f461aa9014cdfa04d2851f63a07e5; no voters: 
I20260630 12:13:56.391685  6089 raft_consensus.cc:2804] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:56.392099  6089 raft_consensus.cc:697] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Becoming Leader. State: Replica: 134c580fe2a64b1eb9fbcbb35f1f4ba0, State: Running, Role: LEADER
I20260630 12:13:56.392856  6089 consensus_queue.cc:237] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:56.399453  5775 catalog_manager.cc:5697] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:56.435436  6089 raft_consensus.cc:493] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:56.435886  6089 raft_consensus.cc:515] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } }
I20260630 12:13:56.437513  6089 leader_election.cc:290] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577), 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167)
I20260630 12:13:56.438441  5953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" is_pre_election: true
I20260630 12:13:56.438560  6027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba1296ffb5f44a06b2b8897a51c4c220" candidate_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "831f461aa9014cdfa04d2851f63a07e5" is_pre_election: true
I20260630 12:13:56.439138  5953 raft_consensus.cc:2393] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 134c580fe2a64b1eb9fbcbb35f1f4ba0 in current term 1: Already voted for candidate 831f461aa9014cdfa04d2851f63a07e5 in this term.
I20260630 12:13:56.440230  5841 leader_election.cc:304] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [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: 134c580fe2a64b1eb9fbcbb35f1f4ba0; no voters: 2e36bf6aefaf4c31b76fe1bea20790ff, 831f461aa9014cdfa04d2851f63a07e5
I20260630 12:13:56.440984  6089 raft_consensus.cc:3060] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:56.445935  6089 raft_consensus.cc:2749] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:56.448165   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:56.455127  6100 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:56.456108  6101 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:56.456948  6103 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:56.457077   431 server_base.cc:1061] running on GCE node
I20260630 12:13:56.458540   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:56.458768   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:56.458953   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821636458935 us; error 0 us; skew 500 ppm
I20260630 12:13:56.459450   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:56.461913   431 webserver.cc:533] Webserver started at http://127.0.107.196:41789/ using document root <none> and password file <none>
I20260630 12:13:56.462388   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:56.462585   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:56.462855   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:56.463937   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "b310ce0c05c24e568f485b6b91c62a82"
format_stamp: "Formatted at 2026-06-30 12:13:56 on dist-test-slave-ctg2"
I20260630 12:13:56.469027   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:13:56.472324  6108 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:56.473145   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:56.473491   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "b310ce0c05c24e568f485b6b91c62a82"
format_stamp: "Formatted at 2026-06-30 12:13:56 on dist-test-slave-ctg2"
I20260630 12:13:56.473901   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-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)
I20260630 12:13:56.486685   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:56.487990   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:56.489543   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:56.492038   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:56.492296   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:56.492552   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:56.492758   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:56.535249   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44709
I20260630 12:13:56.535343  6170 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44709 every 8 connection(s)
I20260630 12:13:56.551558  6171 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44625
I20260630 12:13:56.551656  5829 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:56.552147  6171 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:56.553249  6171 heartbeater.cc:507] Master 127.0.107.254:44625 requested a full tablet report, sending...
I20260630 12:13:56.555696  5775 ts_manager.cc:194] Registered new tserver with Master: b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196:44709)
I20260630 12:13:56.556164  6078 consensus_queue.cc:1048] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:56.557574  5775 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34714
W20260630 12:13:56.563730  6097 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:13:56.564033  6097 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:13:56.568589  6089 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:56.572239  5878 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d"
dest_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0"
mode: GRACEFUL
new_leader_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff"
 from {username='slave'} at 127.0.0.1:59212
I20260630 12:13:56.573395  5878 raft_consensus.cc:606] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Received request to transfer leadership to TS 2e36bf6aefaf4c31b76fe1bea20790ff
I20260630 12:13:56.574921  5829 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:13:56.575647  5829 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:56.614054  6089 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:56.670848  6078 consensus_queue.cc:1048] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:56.721312  6182 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:56.769624  6182 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:57.160321  6082 raft_consensus.cc:993] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: : Instructing follower 2e36bf6aefaf4c31b76fe1bea20790ff to start an election
I20260630 12:13:57.160851  6089 raft_consensus.cc:1081] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Signalling peer 2e36bf6aefaf4c31b76fe1bea20790ff to start an election
I20260630 12:13:57.162535  5952 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d"
dest_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff"
 from {username='slave'} at 127.0.0.1:45400
I20260630 12:13:57.163101  5952 raft_consensus.cc:493] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:57.163489  5952 raft_consensus.cc:3060] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:57.168332  5952 raft_consensus.cc:515] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:57.170094  5952 leader_election.cc:290] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [CANDIDATE]: Term 2 election: Requested vote from peers 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167), 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141)
I20260630 12:13:57.170739  6027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d" candidate_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "831f461aa9014cdfa04d2851f63a07e5"
I20260630 12:13:57.171139  5878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ee79dab94364043ba822e5fbf4e407d" candidate_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0"
I20260630 12:13:57.171336  6027 raft_consensus.cc:3060] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:57.171716  5878 raft_consensus.cc:3055] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:57.171998  5878 raft_consensus.cc:740] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 134c580fe2a64b1eb9fbcbb35f1f4ba0, State: Running, Role: LEADER
I20260630 12:13:57.172719  5878 consensus_queue.cc:260] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [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: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:57.173702  5878 raft_consensus.cc:3060] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:57.176373  6027 raft_consensus.cc:2468] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e36bf6aefaf4c31b76fe1bea20790ff in term 2.
I20260630 12:13:57.177452  5919 leader_election.cc:304] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [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: 2e36bf6aefaf4c31b76fe1bea20790ff, 831f461aa9014cdfa04d2851f63a07e5; no voters: 
I20260630 12:13:57.178278  6077 raft_consensus.cc:2804] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:57.179087  5878 raft_consensus.cc:2468] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e36bf6aefaf4c31b76fe1bea20790ff in term 2.
I20260630 12:13:57.179322  6077 raft_consensus.cc:697] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 LEADER]: Becoming Leader. State: Replica: 2e36bf6aefaf4c31b76fe1bea20790ff, State: Running, Role: LEADER
I20260630 12:13:57.180250  6077 consensus_queue.cc:237] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [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: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:57.185732  5775 catalog_manager.cc:5697] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff reported cstate change: term changed from 1 to 2, leader changed from 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193) to 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194). New cstate: current_term: 2 leader_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:57.497543  5878 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:57.498975  6077 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:57.514369  6027 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:57.515504  6077 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:57.561138  6171 heartbeater.cc:499] Master 127.0.107.254:44625 was elected leader, sending a full tablet report...
I20260630 12:13:57.573679  5878 consensus_queue.cc:237] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [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: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } }
I20260630 12:13:57.579690  6027 raft_consensus.cc:1275] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Refusing update from remote peer 134c580fe2a64b1eb9fbcbb35f1f4ba0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:57.579876  5952 raft_consensus.cc:1275] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Refusing update from remote peer 134c580fe2a64b1eb9fbcbb35f1f4ba0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:57.581573  6195 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:57.582880  6089 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:57.601893  5843 consensus_peers.cc:597] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 -> Peer b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196:44709): Couldn't send request to peer b310ce0c05c24e568f485b6b91c62a82. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4eea282686974e6698844b2f4a1438d7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:57.603792  5952 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:57.603790  6027 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:57.615238  5775 catalog_manager.cc:5697] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 reported cstate change: config changed from index -1 to 2, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:57.759042  6082 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:57.779083  5952 consensus_queue.cc:237] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [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: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } }
I20260630 12:13:57.784991  5878 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:13:57.785449  6027 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:13:57.786651  6202 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:13:57.787627  6200 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:57.796218  6027 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
W20260630 12:13:57.797261  5918 consensus_peers.cc:597] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff -> Peer b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196:44709): Couldn't send request to peer b310ce0c05c24e568f485b6b91c62a82. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4ee79dab94364043ba822e5fbf4e407d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:57.796783  5878 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:57.806893  5774 catalog_manager.cc:5697] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 reported cstate change: config changed from index -1 to 3, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:57.866066  6204 ts_tablet_manager.cc:933] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: Initiating tablet copy from peer 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141)
I20260630 12:13:57.867601  6204 tablet_copy_client.cc:323] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42141
I20260630 12:13:57.877383  5888 tablet_copy_service.cc:140] P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Received BeginTabletCopySession request for tablet 4eea282686974e6698844b2f4a1438d7 from peer b310ce0c05c24e568f485b6b91c62a82 ({username='slave'} at 127.0.0.1:59234)
I20260630 12:13:57.878010  5888 tablet_copy_service.cc:161] P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Beginning new tablet copy session on tablet 4eea282686974e6698844b2f4a1438d7 from peer b310ce0c05c24e568f485b6b91c62a82 at {username='slave'} at 127.0.0.1:59234: session id = b310ce0c05c24e568f485b6b91c62a82-4eea282686974e6698844b2f4a1438d7
I20260630 12:13:57.883435  5888 tablet_copy_source_session.cc:215] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:57.885931  6204 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4eea282686974e6698844b2f4a1438d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:57.896920  6204 tablet_copy_client.cc:806] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:57.897467  6204 tablet_copy_client.cc:670] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:57.900583  6204 tablet_copy_client.cc:538] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:57.906006  6204 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: Bootstrap starting.
I20260630 12:13:57.919736  6204 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:57.920382  6204 tablet_bootstrap.cc:492] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: Bootstrap complete.
I20260630 12:13:57.920933  6204 ts_tablet_manager.cc:1403] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.003s
I20260630 12:13:57.923023  6204 raft_consensus.cc:359] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } }
I20260630 12:13:57.923599  6204 raft_consensus.cc:740] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b310ce0c05c24e568f485b6b91c62a82, State: Initialized, Role: LEARNER
I20260630 12:13:57.924212  6204 consensus_queue.cc:260] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [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: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } }
I20260630 12:13:57.926759  6204 ts_tablet_manager.cc:1434] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:13:57.928525  5888 tablet_copy_service.cc:342] P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Request end of tablet copy session b310ce0c05c24e568f485b6b91c62a82-4eea282686974e6698844b2f4a1438d7 received from {username='slave'} at 127.0.0.1:59234
I20260630 12:13:57.928879  5888 tablet_copy_service.cc:434] P 134c580fe2a64b1eb9fbcbb35f1f4ba0: ending tablet copy session b310ce0c05c24e568f485b6b91c62a82-4eea282686974e6698844b2f4a1438d7 on tablet 4eea282686974e6698844b2f4a1438d7 with peer b310ce0c05c24e568f485b6b91c62a82
I20260630 12:13:58.137653  6204 ts_tablet_manager.cc:933] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: Initiating tablet copy from peer 2e36bf6aefaf4c31b76fe1bea20790ff (127.0.107.194:39577)
I20260630 12:13:58.138903  6204 tablet_copy_client.cc:323] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39577
I20260630 12:13:58.147593  5963 tablet_copy_service.cc:140] P 2e36bf6aefaf4c31b76fe1bea20790ff: Received BeginTabletCopySession request for tablet 4ee79dab94364043ba822e5fbf4e407d from peer b310ce0c05c24e568f485b6b91c62a82 ({username='slave'} at 127.0.0.1:45414)
I20260630 12:13:58.148083  5963 tablet_copy_service.cc:161] P 2e36bf6aefaf4c31b76fe1bea20790ff: Beginning new tablet copy session on tablet 4ee79dab94364043ba822e5fbf4e407d from peer b310ce0c05c24e568f485b6b91c62a82 at {username='slave'} at 127.0.0.1:45414: session id = b310ce0c05c24e568f485b6b91c62a82-4ee79dab94364043ba822e5fbf4e407d
I20260630 12:13:58.153715  5963 tablet_copy_source_session.cc:215] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:58.156653  6204 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ee79dab94364043ba822e5fbf4e407d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:58.166466  6204 tablet_copy_client.cc:806] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:58.166992  6204 tablet_copy_client.cc:670] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:58.170320  6204 tablet_copy_client.cc:538] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:58.175688  6204 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: Bootstrap starting.
I20260630 12:13:58.189532  6204 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:13:58.190304  6204 tablet_bootstrap.cc:492] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: Bootstrap complete.
I20260630 12:13:58.190850  6204 ts_tablet_manager.cc:1403] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.004s
I20260630 12:13:58.192847  6204 raft_consensus.cc:359] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 NON_PARTICIPANT]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } }
I20260630 12:13:58.193814  6204 raft_consensus.cc:740] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: b310ce0c05c24e568f485b6b91c62a82, State: Initialized, Role: LEARNER
I20260630 12:13:58.194312  6204 consensus_queue.cc:260] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } }
I20260630 12:13:58.195808  6204 ts_tablet_manager.cc:1434] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:13:58.197510  5963 tablet_copy_service.cc:342] P 2e36bf6aefaf4c31b76fe1bea20790ff: Request end of tablet copy session b310ce0c05c24e568f485b6b91c62a82-4ee79dab94364043ba822e5fbf4e407d received from {username='slave'} at 127.0.0.1:45414
I20260630 12:13:58.197937  5963 tablet_copy_service.cc:434] P 2e36bf6aefaf4c31b76fe1bea20790ff: ending tablet copy session b310ce0c05c24e568f485b6b91c62a82-4ee79dab94364043ba822e5fbf4e407d on tablet 4ee79dab94364043ba822e5fbf4e407d with peer b310ce0c05c24e568f485b6b91c62a82
I20260630 12:13:58.201086  6146 raft_consensus.cc:1217] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:58.283087  6200 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:58.511443  6146 raft_consensus.cc:1217] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:13:58.512306  6146 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 LEARNER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: true } } }
I20260630 12:13:58.576915  5829 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:58.580731  5829 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:58.581219  5829 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:58.740679  6089 raft_consensus.cc:1064] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: attempting to promote NON_VOTER b310ce0c05c24e568f485b6b91c62a82 to VOTER
I20260630 12:13:58.743041  6089 consensus_queue.cc:237] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [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: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } }
I20260630 12:13:58.750713  6027 raft_consensus.cc:1275] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Refusing update from remote peer 134c580fe2a64b1eb9fbcbb35f1f4ba0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:58.752300  6082 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:58.753275  6146 raft_consensus.cc:1275] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 LEARNER]: Refusing update from remote peer 134c580fe2a64b1eb9fbcbb35f1f4ba0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:58.755761  6089 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:58.756234  5952 raft_consensus.cc:1275] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Refusing update from remote peer 134c580fe2a64b1eb9fbcbb35f1f4ba0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:58.757933  6082 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:58.771931  6146 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:58.776537  5952 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:58.785689  5775 catalog_manager.cc:5697] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 reported cstate change: config changed from index 2 to 3, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:58.956862  6089 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:58.968892  6027 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:58.972129  6218 raft_consensus.cc:1064] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: attempting to promote NON_VOTER b310ce0c05c24e568f485b6b91c62a82 to VOTER
I20260630 12:13:58.974777  6218 consensus_queue.cc:237] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [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: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } }
I20260630 12:13:58.981314  6146 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 LEARNER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:13:58.983187  5878 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:13:58.983770  6200 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:58.984968  6187 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:58.986917  6027 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:13:58.988224  6187 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:59.003535  5877 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.005009  6027 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.008004  6187 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.019340  6146 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.040166  5773 catalog_manager.cc:5697] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 reported cstate change: config changed from index 3 to 4, b310ce0c05c24e568f485b6b91c62a82 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } attrs { replace: true } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.043828  5877 consensus_queue.cc:237] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [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: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } }
I20260630 12:13:59.049294  6146 raft_consensus.cc:1275] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 FOLLOWER]: Refusing update from remote peer 134c580fe2a64b1eb9fbcbb35f1f4ba0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:59.049827  5952 raft_consensus.cc:1275] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Refusing update from remote peer 134c580fe2a64b1eb9fbcbb35f1f4ba0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:59.050673  6082 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:59.051535  6089 consensus_queue.cc:1048] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:59.059794  5952 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.062265  6146 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.220515  5776 catalog_manager.cc:5697] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff reported cstate change: config changed from index 3 to 4, VOTER 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.222668  5952 consensus_queue.cc:237] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [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: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } }
I20260630 12:13:59.228932  6027 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:59.229034  6146 raft_consensus.cc:1275] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 FOLLOWER]: Refusing update from remote peer 2e36bf6aefaf4c31b76fe1bea20790ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:59.230430  6218 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:59.231360  6222 consensus_queue.cc:1048] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:59.239910  6146 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.240953  6027 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.254148  5773 catalog_manager.cc:5697] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 reported cstate change: config changed from index 4 to 5, VOTER 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.392936  6015 tablet_service.cc:1558] Processing DeleteTablet for tablet 4eea282686974e6698844b2f4a1438d7 with delete_type TABLET_DATA_TOMBSTONED (TS 831f461aa9014cdfa04d2851f63a07e5 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52670
I20260630 12:13:59.398044  6224 tablet_replica.cc:333] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: stopping tablet replica
I20260630 12:13:59.399047  6224 raft_consensus.cc:2243] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.399860  6224 raft_consensus.cc:2272] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.403410  6224 ts_tablet_manager.cc:1916] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:59.415777  6224 ts_tablet_manager.cc:1929] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:59.416132  6224 log.cc:1199] T 4eea282686974e6698844b2f4a1438d7 P 831f461aa9014cdfa04d2851f63a07e5: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-2-root/wals/4eea282686974e6698844b2f4a1438d7
I20260630 12:13:59.417712  5763 catalog_manager.cc:5028] TS 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195:33167): tablet 4eea282686974e6698844b2f4a1438d7 (table test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]) successfully deleted
I20260630 12:13:59.533950  5867 tablet_service.cc:1558] Processing DeleteTablet for tablet 4ee79dab94364043ba822e5fbf4e407d with delete_type TABLET_DATA_TOMBSTONED (TS 134c580fe2a64b1eb9fbcbb35f1f4ba0 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:59184
I20260630 12:13:59.535934  6225 tablet_replica.cc:333] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: stopping tablet replica
I20260630 12:13:59.536687  6225 raft_consensus.cc:2243] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.537305  6225 raft_consensus.cc:2272] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.540447  6225 ts_tablet_manager.cc:1916] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:59.552210  6225 ts_tablet_manager.cc:1929] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:13:59.552485  6225 log.cc:1199] T 4ee79dab94364043ba822e5fbf4e407d P 134c580fe2a64b1eb9fbcbb35f1f4ba0: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821482054927-431-0/minicluster-data/ts-0-root/wals/4ee79dab94364043ba822e5fbf4e407d
I20260630 12:13:59.553891  5760 catalog_manager.cc:5028] TS 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141): tablet 4ee79dab94364043ba822e5fbf4e407d (table test-workload [id=0d1cf57f24e7439b9297a998a205b1a2]) successfully deleted
I20260630 12:13:59.572650  6212 raft_consensus.cc:2955] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 831f461aa9014cdfa04d2851f63a07e5 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "134c580fe2a64b1eb9fbcbb35f1f4ba0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42141 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.579443  5760 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4eea282686974e6698844b2f4a1438d7 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:59.588943  6218 raft_consensus.cc:2955] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "831f461aa9014cdfa04d2851f63a07e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33167 } } peers { permanent_uuid: "2e36bf6aefaf4c31b76fe1bea20790ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39577 } } peers { permanent_uuid: "b310ce0c05c24e568f485b6b91c62a82" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44709 } attrs { promote: false } } }
I20260630 12:13:59.595786  5760 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4ee79dab94364043ba822e5fbf4e407d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:00.582168  5829 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:00.584686  5829 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:00.585044  5829 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:14:02.586083  5829 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:02.588817  5829 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:02.589232  5829 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:14:04.590690  5829 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:04.594071  5829 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:04.594599  5829 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:14:04.603565   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:14:04.635624  5990 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 15 similar messages]
I20260630 12:14:04.635928   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:04.637171   431 tablet_replica.cc:333] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: stopping tablet replica
I20260630 12:14:04.638067   431 raft_consensus.cc:2243] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:04.638960   431 raft_consensus.cc:2272] T ba1296ffb5f44a06b2b8897a51c4c220 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:04.639631  5990 consensus_peers.cc:597] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 -> Peer 134c580fe2a64b1eb9fbcbb35f1f4ba0 (127.0.107.193:42141): Couldn't send request to peer 134c580fe2a64b1eb9fbcbb35f1f4ba0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:04.642103   431 tablet_replica.cc:333] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0: stopping tablet replica
I20260630 12:14:04.642657   431 raft_consensus.cc:2243] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:04.643579   431 raft_consensus.cc:2272] T 4eea282686974e6698844b2f4a1438d7 P 134c580fe2a64b1eb9fbcbb35f1f4ba0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.670822   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:04.690315   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:04.714030   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:04.714775   431 tablet_replica.cc:333] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff: stopping tablet replica
I20260630 12:14:04.715430   431 raft_consensus.cc:2243] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:04.716465   431 raft_consensus.cc:2272] T 4ee79dab94364043ba822e5fbf4e407d P 2e36bf6aefaf4c31b76fe1bea20790ff [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.718977   431 tablet_replica.cc:333] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff: stopping tablet replica
I20260630 12:14:04.719511   431 raft_consensus.cc:2243] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:04.719986   431 raft_consensus.cc:2272] T ba1296ffb5f44a06b2b8897a51c4c220 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.722324   431 tablet_replica.cc:333] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff: stopping tablet replica
I20260630 12:14:04.722848   431 raft_consensus.cc:2243] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:04.723706   431 raft_consensus.cc:2272] T 4eea282686974e6698844b2f4a1438d7 P 2e36bf6aefaf4c31b76fe1bea20790ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.747851   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:04.763476   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:04.791013   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:04.791831   431 tablet_replica.cc:333] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5: stopping tablet replica
I20260630 12:14:04.792387   431 raft_consensus.cc:2243] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:04.793344   431 raft_consensus.cc:2272] T ba1296ffb5f44a06b2b8897a51c4c220 P 831f461aa9014cdfa04d2851f63a07e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.795750   431 tablet_replica.cc:333] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5: stopping tablet replica
I20260630 12:14:04.796236   431 raft_consensus.cc:2243] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:04.797168   431 raft_consensus.cc:2272] T 4ee79dab94364043ba822e5fbf4e407d P 831f461aa9014cdfa04d2851f63a07e5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.820290   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:04.835556   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:04.856820   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:04.857709   431 tablet_replica.cc:333] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82: stopping tablet replica
I20260630 12:14:04.858374   431 raft_consensus.cc:2243] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:04.859241   431 raft_consensus.cc:2272] T 4ee79dab94364043ba822e5fbf4e407d P b310ce0c05c24e568f485b6b91c62a82 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.861644   431 tablet_replica.cc:333] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82: stopping tablet replica
I20260630 12:14:04.862098   431 raft_consensus.cc:2243] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:04.862836   431 raft_consensus.cc:2272] T 4eea282686974e6698844b2f4a1438d7 P b310ce0c05c24e568f485b6b91c62a82 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.883921   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:04.897073   431 master.cc:562] Master@127.0.107.254:44625 shutting down...
I20260630 12:14:04.918680   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:04.919446   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.919842   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4cc4430c38334f6881d1633c7baecf23: stopping tablet replica
I20260630 12:14:04.940625   431 master.cc:584] Master@127.0.107.254:44625 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (10587 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:14:04.983958   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45541
I20260630 12:14:04.985654   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:04.992637  6228 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.992600  6229 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.993434  6231 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:04.994097   431 server_base.cc:1061] running on GCE node
I20260630 12:14:04.995116   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:04.995388   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:04.995584   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821644995546 us; error 0 us; skew 500 ppm
I20260630 12:14:04.996188   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:04.999064   431 webserver.cc:533] Webserver started at http://127.0.107.254:39423/ using document root <none> and password file <none>
I20260630 12:14:04.999620   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:04.999830   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:05.000171   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:05.001473   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "4e9a539fdb8743d89ce04fa12df9d710"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-ctg2"
I20260630 12:14:05.006889   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:14:05.010923  6236 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.011870   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:14:05.012262   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "4e9a539fdb8743d89ce04fa12df9d710"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-ctg2"
I20260630 12:14:05.012594   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-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)
I20260630 12:14:05.032615   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:05.034183   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:05.077713   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45541
I20260630 12:14:05.077803  6287 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45541 every 8 connection(s)
I20260630 12:14:05.082096  6288 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:05.094795  6288 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710: Bootstrap starting.
I20260630 12:14:05.100004  6288 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:05.104704  6288 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710: No bootstrap required, opened a new log
I20260630 12:14:05.106917  6288 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e9a539fdb8743d89ce04fa12df9d710" member_type: VOTER }
I20260630 12:14:05.107365  6288 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:05.107635  6288 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e9a539fdb8743d89ce04fa12df9d710, State: Initialized, Role: FOLLOWER
I20260630 12:14:05.108240  6288 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4e9a539fdb8743d89ce04fa12df9d710" member_type: VOTER }
I20260630 12:14:05.108728  6288 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:05.108958  6288 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:05.109241  6288 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:05.113874  6288 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e9a539fdb8743d89ce04fa12df9d710" member_type: VOTER }
I20260630 12:14:05.114444  6288 leader_election.cc:304] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [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: 4e9a539fdb8743d89ce04fa12df9d710; no voters: 
I20260630 12:14:05.115612  6288 leader_election.cc:290] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:05.116139  6291 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:05.117559  6291 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 1 LEADER]: Becoming Leader. State: Replica: 4e9a539fdb8743d89ce04fa12df9d710, State: Running, Role: LEADER
I20260630 12:14:05.118484  6291 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [LEADER]: Queue going to LEADER mode. State: All 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: "4e9a539fdb8743d89ce04fa12df9d710" member_type: VOTER }
I20260630 12:14:05.119016  6288 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:05.121730  6292 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4e9a539fdb8743d89ce04fa12df9d710" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e9a539fdb8743d89ce04fa12df9d710" member_type: VOTER } }
I20260630 12:14:05.122566  6292 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:05.121883  6293 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e9a539fdb8743d89ce04fa12df9d710. Latest consensus state: current_term: 1 leader_uuid: "4e9a539fdb8743d89ce04fa12df9d710" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e9a539fdb8743d89ce04fa12df9d710" member_type: VOTER } }
I20260630 12:14:05.123906  6293 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:05.126722  6298 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:05.135684  6298 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:05.141630   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:05.147330  6298 catalog_manager.cc:1383] Generated new cluster ID: 5723d27b1bdb460caf44dae00b99c8b1
I20260630 12:14:05.147567  6298 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:05.162055  6298 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:05.163340  6298 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:05.179423  6298 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710: Generated new TSK 0
I20260630 12:14:05.180042  6298 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:05.209149   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:05.215713  6309 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.216961  6310 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.218708  6312 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:05.219051   431 server_base.cc:1061] running on GCE node
I20260630 12:14:05.220093   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:05.220288   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:05.220429   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821645220417 us; error 0 us; skew 500 ppm
I20260630 12:14:05.221020   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:05.223745   431 webserver.cc:533] Webserver started at http://127.0.107.193:35589/ using document root <none> and password file <none>
I20260630 12:14:05.224282   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:05.224512   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:05.224808   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:05.226068   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "7399b13029d2422a809681002890ff37"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-ctg2"
I20260630 12:14:05.230934   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:05.234377  6317 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.235468   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:14:05.235787   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "7399b13029d2422a809681002890ff37"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-ctg2"
I20260630 12:14:05.236114   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-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)
I20260630 12:14:05.255566   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:05.256685   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:05.258263   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:05.260653   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:05.260879   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.261169   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:05.261361   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.303098   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40521
I20260630 12:14:05.303227  6379 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40521 every 8 connection(s)
I20260630 12:14:05.308210   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:05.314992  6384 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.316057  6385 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:05.320339   431 server_base.cc:1061] running on GCE node
W20260630 12:14:05.320514  6387 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:05.321564   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:05.321913   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:05.322120   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821645322105 us; error 0 us; skew 500 ppm
I20260630 12:14:05.322629   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:05.325650   431 webserver.cc:533] Webserver started at http://127.0.107.194:33703/ using document root <none> and password file <none>
I20260630 12:14:05.326303   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:05.326269  6380 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45541
I20260630 12:14:05.326769   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:05.326887  6380 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:05.327260   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:05.328018  6380 heartbeater.cc:507] Master 127.0.107.254:45541 requested a full tablet report, sending...
I20260630 12:14:05.329092   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "37b6652f61534d129f30bc4b0f30b7a4"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-ctg2"
I20260630 12:14:05.330581  6253 ts_manager.cc:194] Registered new tserver with Master: 7399b13029d2422a809681002890ff37 (127.0.107.193:40521)
I20260630 12:14:05.332439  6253 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39894
I20260630 12:14:05.334661   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:05.338688  6392 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.339519   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:14:05.339874   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "37b6652f61534d129f30bc4b0f30b7a4"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-ctg2"
I20260630 12:14:05.340180   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-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)
I20260630 12:14:05.360397   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:05.361819   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:05.363361   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:05.365782   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:05.366014   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.366298   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:05.366480   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.407986   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36883
I20260630 12:14:05.408066  6454 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36883 every 8 connection(s)
I20260630 12:14:05.412750   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:05.419334  6458 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.420081  6459 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:05.423105   431 server_base.cc:1061] running on GCE node
W20260630 12:14:05.424067  6462 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:05.425145   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:05.425186  6455 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45541
W20260630 12:14:05.425436   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:05.425731  6455 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:05.425765   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821645425737 us; error 0 us; skew 500 ppm
I20260630 12:14:05.426498   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:05.426584  6455 heartbeater.cc:507] Master 127.0.107.254:45541 requested a full tablet report, sending...
I20260630 12:14:05.428993  6253 ts_manager.cc:194] Registered new tserver with Master: 37b6652f61534d129f30bc4b0f30b7a4 (127.0.107.194:36883)
I20260630 12:14:05.429175   431 webserver.cc:533] Webserver started at http://127.0.107.195:35385/ using document root <none> and password file <none>
I20260630 12:14:05.429831   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:05.430048   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:05.430325   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:05.430716  6253 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39904
I20260630 12:14:05.431598   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "09aaca1ccd534bf5b49887a008d22274"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-ctg2"
I20260630 12:14:05.436488   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:05.440104  6466 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.440892   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260630 12:14:05.441211   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "09aaca1ccd534bf5b49887a008d22274"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-ctg2"
I20260630 12:14:05.441473   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821482054927-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)
I20260630 12:14:05.462991   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:05.464542   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:05.466144   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:05.468437   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:05.468629   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.468888   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:05.469102   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.510790   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42029
I20260630 12:14:05.510988  6528 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42029 every 8 connection(s)
I20260630 12:14:05.525928  6529 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45541
I20260630 12:14:05.526332  6529 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:05.527077  6529 heartbeater.cc:507] Master 127.0.107.254:45541 requested a full tablet report, sending...
I20260630 12:14:05.529173  6253 ts_manager.cc:194] Registered new tserver with Master: 09aaca1ccd534bf5b49887a008d22274 (127.0.107.195:42029)
I20260630 12:14:05.530072   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015947734s
I20260630 12:14:05.530619  6253 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39906
I20260630 12:14:06.335716  6380 heartbeater.cc:499] Master 127.0.107.254:45541 was elected leader, sending a full tablet report...
I20260630 12:14:06.433439  6455 heartbeater.cc:499] Master 127.0.107.254:45541 was elected leader, sending a full tablet report...
I20260630 12:14:06.533558  6529 heartbeater.cc:499] Master 127.0.107.254:45541 was elected leader, sending a full tablet report...
I20260630 12:14:06.586099  6253 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39920:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:06.588094  6253 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:06.635025  6494 tablet_service.cc:1511] Processing CreateTablet for tablet 9a5bc7645baa4a119916e50d6c78e31b (DEFAULT_TABLE table=test-workload [id=35e62bba36b343d49c4b9ea630cae348]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:06.636317  6494 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a5bc7645baa4a119916e50d6c78e31b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.642383  6420 tablet_service.cc:1511] Processing CreateTablet for tablet 9a5bc7645baa4a119916e50d6c78e31b (DEFAULT_TABLE table=test-workload [id=35e62bba36b343d49c4b9ea630cae348]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:06.643676  6420 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a5bc7645baa4a119916e50d6c78e31b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.644935  6345 tablet_service.cc:1511] Processing CreateTablet for tablet 9a5bc7645baa4a119916e50d6c78e31b (DEFAULT_TABLE table=test-workload [id=35e62bba36b343d49c4b9ea630cae348]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:06.646229  6345 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9a5bc7645baa4a119916e50d6c78e31b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.655555  6549 tablet_bootstrap.cc:492] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274: Bootstrap starting.
I20260630 12:14:06.658670  6550 tablet_bootstrap.cc:492] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4: Bootstrap starting.
I20260630 12:14:06.662258  6549 tablet_bootstrap.cc:654] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.665972  6551 tablet_bootstrap.cc:492] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37: Bootstrap starting.
I20260630 12:14:06.666289  6550 tablet_bootstrap.cc:654] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.668286  6549 tablet_bootstrap.cc:492] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274: No bootstrap required, opened a new log
I20260630 12:14:06.668759  6549 ts_tablet_manager.cc:1403] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.008s
I20260630 12:14:06.670794  6550 tablet_bootstrap.cc:492] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4: No bootstrap required, opened a new log
I20260630 12:14:06.671216  6550 ts_tablet_manager.cc:1403] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:14:06.671802  6549 raft_consensus.cc:359] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.672582  6549 raft_consensus.cc:385] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.672935  6551 tablet_bootstrap.cc:654] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.672910  6549 raft_consensus.cc:740] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 09aaca1ccd534bf5b49887a008d22274, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.673564  6550 raft_consensus.cc:359] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.674356  6550 raft_consensus.cc:385] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.674046  6549 consensus_queue.cc:260] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.674712  6550 raft_consensus.cc:740] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37b6652f61534d129f30bc4b0f30b7a4, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.675532  6550 consensus_queue.cc:260] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.677083  6549 ts_tablet_manager.cc:1434] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:14:06.678647  6550 ts_tablet_manager.cc:1434] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:06.682047  6551 tablet_bootstrap.cc:492] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37: No bootstrap required, opened a new log
I20260630 12:14:06.682606  6551 ts_tablet_manager.cc:1403] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.003s
I20260630 12:14:06.685463  6551 raft_consensus.cc:359] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.686172  6551 raft_consensus.cc:385] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.686487  6551 raft_consensus.cc:740] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7399b13029d2422a809681002890ff37, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.687225  6551 consensus_queue.cc:260] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.691186  6551 ts_tablet_manager.cc:1434] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:14:06.764231  6555 raft_consensus.cc:493] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:06.764768  6555 raft_consensus.cc:515] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.767109  6555 leader_election.cc:290] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 09aaca1ccd534bf5b49887a008d22274 (127.0.107.195:42029), 7399b13029d2422a809681002890ff37 (127.0.107.193:40521)
I20260630 12:14:06.778096  6504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a5bc7645baa4a119916e50d6c78e31b" candidate_uuid: "37b6652f61534d129f30bc4b0f30b7a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "09aaca1ccd534bf5b49887a008d22274" is_pre_election: true
I20260630 12:14:06.778751  6355 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a5bc7645baa4a119916e50d6c78e31b" candidate_uuid: "37b6652f61534d129f30bc4b0f30b7a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7399b13029d2422a809681002890ff37" is_pre_election: true
I20260630 12:14:06.778863  6504 raft_consensus.cc:2468] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37b6652f61534d129f30bc4b0f30b7a4 in term 0.
I20260630 12:14:06.779452  6355 raft_consensus.cc:2468] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37b6652f61534d129f30bc4b0f30b7a4 in term 0.
I20260630 12:14:06.780166  6393 leader_election.cc:304] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 09aaca1ccd534bf5b49887a008d22274, 37b6652f61534d129f30bc4b0f30b7a4; no voters: 
I20260630 12:14:06.780977  6555 raft_consensus.cc:2804] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:06.781286  6555 raft_consensus.cc:493] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:06.781554  6555 raft_consensus.cc:3060] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.787367  6555 raft_consensus.cc:515] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.788929  6555 leader_election.cc:290] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [CANDIDATE]: Term 1 election: Requested vote from peers 09aaca1ccd534bf5b49887a008d22274 (127.0.107.195:42029), 7399b13029d2422a809681002890ff37 (127.0.107.193:40521)
I20260630 12:14:06.789742  6504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a5bc7645baa4a119916e50d6c78e31b" candidate_uuid: "37b6652f61534d129f30bc4b0f30b7a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "09aaca1ccd534bf5b49887a008d22274"
I20260630 12:14:06.789937  6355 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9a5bc7645baa4a119916e50d6c78e31b" candidate_uuid: "37b6652f61534d129f30bc4b0f30b7a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7399b13029d2422a809681002890ff37"
I20260630 12:14:06.790261  6504 raft_consensus.cc:3060] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.790498  6355 raft_consensus.cc:3060] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.795425  6504 raft_consensus.cc:2468] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37b6652f61534d129f30bc4b0f30b7a4 in term 1.
I20260630 12:14:06.795836  6355 raft_consensus.cc:2468] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37b6652f61534d129f30bc4b0f30b7a4 in term 1.
I20260630 12:14:06.796504  6393 leader_election.cc:304] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 09aaca1ccd534bf5b49887a008d22274, 37b6652f61534d129f30bc4b0f30b7a4; no voters: 
I20260630 12:14:06.797386  6555 raft_consensus.cc:2804] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:06.798568  6555 raft_consensus.cc:697] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 1 LEADER]: Becoming Leader. State: Replica: 37b6652f61534d129f30bc4b0f30b7a4, State: Running, Role: LEADER
I20260630 12:14:06.799202  6555 consensus_queue.cc:237] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } }
I20260630 12:14:06.806327  6252 catalog_manager.cc:5697] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 37b6652f61534d129f30bc4b0f30b7a4 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "37b6652f61534d129f30bc4b0f30b7a4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37b6652f61534d129f30bc4b0f30b7a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36883 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7399b13029d2422a809681002890ff37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40521 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:06.827554   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:06.856710   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:06.857841   431 tablet_replica.cc:333] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37: stopping tablet replica
I20260630 12:14:06.858639   431 raft_consensus.cc:2243] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.859254   431 raft_consensus.cc:2272] T 9a5bc7645baa4a119916e50d6c78e31b P 7399b13029d2422a809681002890ff37 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.879572   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:07.141390  6306 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:07.143025  6306 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:07.143497  6306 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:14:07.192119  6555 consensus_queue.cc:1048] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "09aaca1ccd534bf5b49887a008d22274" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42029 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:07.207721  6395 consensus_peers.cc:597] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 -> Peer 7399b13029d2422a809681002890ff37 (127.0.107.193:40521): Couldn't send request to peer 7399b13029d2422a809681002890ff37. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40521: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:09.144342  6306 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:09.145781  6306 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:09.146121  6306 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:09.809217  6395 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40521: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:14:09.812450  6395 consensus_peers.cc:597] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 -> Peer 7399b13029d2422a809681002890ff37 (127.0.107.193:40521): Couldn't send request to peer 7399b13029d2422a809681002890ff37. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40521: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:14:11.147131  6306 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:11.148517  6306 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:11.148841  6306 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:12.477769  6395 consensus_peers.cc:597] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 -> Peer 7399b13029d2422a809681002890ff37 (127.0.107.193:40521): Couldn't send request to peer 7399b13029d2422a809681002890ff37. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40521: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:14:13.150007  6306 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:13.151321  6306 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:13.151639  6306 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:14.983069  6395 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40521: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260630 12:14:14.985759  6395 consensus_peers.cc:597] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 -> Peer 7399b13029d2422a809681002890ff37 (127.0.107.193:40521): Couldn't send request to peer 7399b13029d2422a809681002890ff37. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40521: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:14:15.152751  6306 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:15.154304  6306 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:15.154659  6306 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:15.963670  6525 debug-util.cc:398] Leaking SignalData structure 0x7b08002751e0 after lost signal to thread 434
W20260630 12:14:15.964887  6525 debug-util.cc:398] Leaking SignalData structure 0x7b08002601e0 after lost signal to thread 6287
W20260630 12:14:15.965947  6525 debug-util.cc:398] Leaking SignalData structure 0x7b08002852e0 after lost signal to thread 6454
W20260630 12:14:15.966826  6525 debug-util.cc:398] Leaking SignalData structure 0x7b080028d700 after lost signal to thread 6528
I20260630 12:14:17.155606  6306 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:17.156952  6306 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:17.157266  6306 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:17.521603  6395 consensus_peers.cc:597] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 -> Peer 7399b13029d2422a809681002890ff37 (127.0.107.193:40521): Couldn't send request to peer 7399b13029d2422a809681002890ff37. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40521: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260630 12:14:18.066443   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:18.109081   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:18.110257   431 tablet_replica.cc:333] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4: stopping tablet replica
I20260630 12:14:18.111027   431 raft_consensus.cc:2243] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:18.112679   431 raft_consensus.cc:2272] T 9a5bc7645baa4a119916e50d6c78e31b P 37b6652f61534d129f30bc4b0f30b7a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:18.138327   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:18.156406   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:18.193032   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:18.193833   431 tablet_replica.cc:333] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274: stopping tablet replica
I20260630 12:14:18.194489   431 raft_consensus.cc:2243] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:18.195039   431 raft_consensus.cc:2272] T 9a5bc7645baa4a119916e50d6c78e31b P 09aaca1ccd534bf5b49887a008d22274 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:18.596086   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:18.608124   431 master.cc:562] Master@127.0.107.254:45541 shutting down...
I20260630 12:14:18.628152   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:18.628859   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:18.629240   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4e9a539fdb8743d89ce04fa12df9d710: stopping tablet replica
I20260630 12:14:18.647845   431 master.cc:584] Master@127.0.107.254:45541 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13701 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:14:18.686021   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33069
I20260630 12:14:18.687075   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:18.692586  6592 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.693481  6593 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.694418  6595 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:18.695104   431 server_base.cc:1061] running on GCE node
I20260630 12:14:18.696017   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:18.696245   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:18.696419   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821658696402 us; error 0 us; skew 500 ppm
I20260630 12:14:18.696914   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:18.699374   431 webserver.cc:533] Webserver started at http://127.0.107.254:41227/ using document root <none> and password file <none>
I20260630 12:14:18.699875   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:18.700083   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:18.700376   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:18.701707   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "e42cd0df83464b27b146f3215dfcdb76"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-ctg2"
I20260630 12:14:18.706311   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:14:18.709776  6600 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.710666   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:18.710911   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "e42cd0df83464b27b146f3215dfcdb76"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-ctg2"
I20260630 12:14:18.711134   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-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)
I20260630 12:14:18.721712   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:18.722841   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:18.761061   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33069
I20260630 12:14:18.761178  6651 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33069 every 8 connection(s)
I20260630 12:14:18.765319  6652 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:18.777209  6652 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76: Bootstrap starting.
I20260630 12:14:18.781929  6652 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:18.786069  6652 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76: No bootstrap required, opened a new log
I20260630 12:14:18.788234  6652 raft_consensus.cc:359] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e42cd0df83464b27b146f3215dfcdb76" member_type: VOTER }
I20260630 12:14:18.788697  6652 raft_consensus.cc:385] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:18.788942  6652 raft_consensus.cc:740] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e42cd0df83464b27b146f3215dfcdb76, State: Initialized, Role: FOLLOWER
I20260630 12:14:18.789741  6652 consensus_queue.cc:260] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e42cd0df83464b27b146f3215dfcdb76" member_type: VOTER }
I20260630 12:14:18.790212  6652 raft_consensus.cc:399] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:18.790464  6652 raft_consensus.cc:493] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:18.790740  6652 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:18.795418  6652 raft_consensus.cc:515] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e42cd0df83464b27b146f3215dfcdb76" member_type: VOTER }
I20260630 12:14:18.795933  6652 leader_election.cc:304] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [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: e42cd0df83464b27b146f3215dfcdb76; no voters: 
I20260630 12:14:18.797084  6652 leader_election.cc:290] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:18.797514  6655 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:18.798866  6655 raft_consensus.cc:697] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 1 LEADER]: Becoming Leader. State: Replica: e42cd0df83464b27b146f3215dfcdb76, State: Running, Role: LEADER
I20260630 12:14:18.799553  6655 consensus_queue.cc:237] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [LEADER]: Queue going to LEADER mode. State: All 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: "e42cd0df83464b27b146f3215dfcdb76" member_type: VOTER }
I20260630 12:14:18.800173  6652 sys_catalog.cc:565] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:18.804705  6656 sys_catalog.cc:455] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e42cd0df83464b27b146f3215dfcdb76" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e42cd0df83464b27b146f3215dfcdb76" member_type: VOTER } }
I20260630 12:14:18.804718  6657 sys_catalog.cc:455] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e42cd0df83464b27b146f3215dfcdb76. Latest consensus state: current_term: 1 leader_uuid: "e42cd0df83464b27b146f3215dfcdb76" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e42cd0df83464b27b146f3215dfcdb76" member_type: VOTER } }
I20260630 12:14:18.805840  6657 sys_catalog.cc:458] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:18.806900  6656 sys_catalog.cc:458] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:18.809294  6662 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:18.817605  6662 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:18.818583   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:18.826915  6662 catalog_manager.cc:1383] Generated new cluster ID: 245c60354caa44249913b03c410a08a9
I20260630 12:14:18.827219  6662 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:18.867178  6662 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:18.868484  6662 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:18.890942  6662 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76: Generated new TSK 0
I20260630 12:14:18.891552  6662 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:18.949378   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:18.955554  6673 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.956739  6674 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.958794  6676 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:18.958839   431 server_base.cc:1061] running on GCE node
I20260630 12:14:18.960023   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:18.960220   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:18.960439   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821658960405 us; error 0 us; skew 500 ppm
I20260630 12:14:18.960969   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:18.963287   431 webserver.cc:533] Webserver started at http://127.0.107.193:39027/ using document root <none> and password file <none>
I20260630 12:14:18.963770   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:18.963964   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:18.964244   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:18.965351   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "231185990a014d7f8ed51e16dd3bb389"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-ctg2"
I20260630 12:14:18.969916   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:18.973269  6681 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.974104   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:18.974411   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "231185990a014d7f8ed51e16dd3bb389"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-ctg2"
I20260630 12:14:18.974713   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-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)
I20260630 12:14:18.991413   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:18.992579   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:18.994078   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:18.996404   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:18.996626   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.996874   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:18.997064   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:19.038483   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34895
I20260630 12:14:19.038578  6743 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34895 every 8 connection(s)
I20260630 12:14:19.043810   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:19.050784  6748 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:19.052531  6749 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:19.054479  6751 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:19.055687   431 server_base.cc:1061] running on GCE node
I20260630 12:14:19.056802   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:19.057088   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:19.057303  6744 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33069
I20260630 12:14:19.057327   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821659057307 us; error 0 us; skew 500 ppm
I20260630 12:14:19.057914  6744 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:19.058276   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:19.058738  6744 heartbeater.cc:507] Master 127.0.107.254:33069 requested a full tablet report, sending...
I20260630 12:14:19.060889  6617 ts_manager.cc:194] Registered new tserver with Master: 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895)
I20260630 12:14:19.061201   431 webserver.cc:533] Webserver started at http://127.0.107.194:39831/ using document root <none> and password file <none>
I20260630 12:14:19.061787   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:19.061995   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:19.062258   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:19.062945  6617 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55204
I20260630 12:14:19.063585   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "d4b89dab068d408aa0eb3d61a5444599"
format_stamp: "Formatted at 2026-06-30 12:14:19 on dist-test-slave-ctg2"
I20260630 12:14:19.068212   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:14:19.071591  6756 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:19.072371   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:19.072692   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "d4b89dab068d408aa0eb3d61a5444599"
format_stamp: "Formatted at 2026-06-30 12:14:19 on dist-test-slave-ctg2"
I20260630 12:14:19.073012   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-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)
I20260630 12:14:19.094545   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:19.095749   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:19.097198   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:19.099424   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:19.099664   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:19.099916   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:19.100092   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:19.143905   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35211
I20260630 12:14:19.144007  6818 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35211 every 8 connection(s)
I20260630 12:14:19.148813   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:19.155961  6822 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:19.157704  6823 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:19.161190   431 server_base.cc:1061] running on GCE node
W20260630 12:14:19.161509  6825 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:19.162470  6819 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33069
I20260630 12:14:19.163000  6819 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:19.163009   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:19.163427   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:19.163635   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821659163617 us; error 0 us; skew 500 ppm
I20260630 12:14:19.164007  6819 heartbeater.cc:507] Master 127.0.107.254:33069 requested a full tablet report, sending...
I20260630 12:14:19.164392   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:19.166414  6617 ts_manager.cc:194] Registered new tserver with Master: d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
I20260630 12:14:19.167284   431 webserver.cc:533] Webserver started at http://127.0.107.195:45975/ using document root <none> and password file <none>
I20260630 12:14:19.167773   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:19.167809  6617 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55206
I20260630 12:14:19.168004   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:19.168380   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:19.169750   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d"
format_stamp: "Formatted at 2026-06-30 12:14:19 on dist-test-slave-ctg2"
I20260630 12:14:19.174170   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:19.177470  6830 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:19.178422   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:19.178783   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d"
format_stamp: "Formatted at 2026-06-30 12:14:19 on dist-test-slave-ctg2"
I20260630 12:14:19.179088   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-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)
I20260630 12:14:19.195218   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:19.196341   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:19.197796   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:19.199910   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:19.200112   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:19.200369   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:19.200529   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:19.241070   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39463
I20260630 12:14:19.241176  6892 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39463 every 8 connection(s)
I20260630 12:14:19.256927  6893 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33069
I20260630 12:14:19.257321  6893 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:19.258124  6893 heartbeater.cc:507] Master 127.0.107.254:33069 requested a full tablet report, sending...
I20260630 12:14:19.260156  6617 ts_manager.cc:194] Registered new tserver with Master: a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:19.261127   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016702857s
I20260630 12:14:19.261622  6617 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55218
I20260630 12:14:20.065871  6744 heartbeater.cc:499] Master 127.0.107.254:33069 was elected leader, sending a full tablet report...
I20260630 12:14:20.170537  6819 heartbeater.cc:499] Master 127.0.107.254:33069 was elected leader, sending a full tablet report...
I20260630 12:14:20.264294  6893 heartbeater.cc:499] Master 127.0.107.254:33069 was elected leader, sending a full tablet report...
I20260630 12:14:20.317967  6617 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55234:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:20.320278  6617 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:20.375126  6708 tablet_service.cc:1511] Processing CreateTablet for tablet 9515fdf764024803a6fa1e2d9932748b (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:20.375476  6709 tablet_service.cc:1511] Processing CreateTablet for tablet 61432c424a354ae18774a03c1ca246c5 (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:20.376727  6708 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9515fdf764024803a6fa1e2d9932748b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.378299  6706 tablet_service.cc:1511] Processing CreateTablet for tablet 8bf3865cbb5645f5ad305226b374b796 (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:20.378612  6707 tablet_service.cc:1511] Processing CreateTablet for tablet b08f53c978da455b8c43b0934e31a23b (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:20.380442  6706 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bf3865cbb5645f5ad305226b374b796. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.381156  6707 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b08f53c978da455b8c43b0934e31a23b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.386016  6709 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61432c424a354ae18774a03c1ca246c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.410750  6784 tablet_service.cc:1511] Processing CreateTablet for tablet 61432c424a354ae18774a03c1ca246c5 (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:20.412177  6784 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61432c424a354ae18774a03c1ca246c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.414215  6783 tablet_service.cc:1511] Processing CreateTablet for tablet 9515fdf764024803a6fa1e2d9932748b (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:20.415555  6783 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9515fdf764024803a6fa1e2d9932748b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.418762  6782 tablet_service.cc:1511] Processing CreateTablet for tablet b08f53c978da455b8c43b0934e31a23b (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:20.420182  6782 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b08f53c978da455b8c43b0934e31a23b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.422144  6781 tablet_service.cc:1511] Processing CreateTablet for tablet 8bf3865cbb5645f5ad305226b374b796 (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:20.423337  6781 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bf3865cbb5645f5ad305226b374b796. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.426363  6858 tablet_service.cc:1511] Processing CreateTablet for tablet 61432c424a354ae18774a03c1ca246c5 (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:20.428161  6858 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61432c424a354ae18774a03c1ca246c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.430796  6857 tablet_service.cc:1511] Processing CreateTablet for tablet 9515fdf764024803a6fa1e2d9932748b (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:20.432586  6857 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9515fdf764024803a6fa1e2d9932748b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.434830  6856 tablet_service.cc:1511] Processing CreateTablet for tablet b08f53c978da455b8c43b0934e31a23b (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:20.440183  6913 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: Bootstrap starting.
I20260630 12:14:20.441182  6856 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b08f53c978da455b8c43b0934e31a23b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.451119  6855 tablet_service.cc:1511] Processing CreateTablet for tablet 8bf3865cbb5645f5ad305226b374b796 (DEFAULT_TABLE table=test-workload [id=9a403fd98a544a75be1a2234114d6c20]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:20.452505  6855 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bf3865cbb5645f5ad305226b374b796. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.454293  6913 tablet_bootstrap.cc:654] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.485003  6916 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: Bootstrap starting.
I20260630 12:14:20.487183  6913 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: No bootstrap required, opened a new log
I20260630 12:14:20.487797  6913 ts_tablet_manager.cc:1403] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: Time spent bootstrapping tablet: real 0.048s	user 0.010s	sys 0.004s
I20260630 12:14:20.485428  6915 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: Bootstrap starting.
I20260630 12:14:20.490643  6913 raft_consensus.cc:359] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.491220  6913 raft_consensus.cc:385] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.491459  6913 raft_consensus.cc:740] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 231185990a014d7f8ed51e16dd3bb389, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.492154  6913 consensus_queue.cc:260] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.494999  6913 ts_tablet_manager.cc:1434] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:20.496565  6913 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389: Bootstrap starting.
I20260630 12:14:20.496641  6915 tablet_bootstrap.cc:654] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.501995  6916 tablet_bootstrap.cc:654] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.503777  6913 tablet_bootstrap.cc:654] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.509277  6916 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: No bootstrap required, opened a new log
I20260630 12:14:20.509857  6916 ts_tablet_manager.cc:1403] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: Time spent bootstrapping tablet: real 0.025s	user 0.008s	sys 0.008s
I20260630 12:14:20.511106  6915 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: No bootstrap required, opened a new log
I20260630 12:14:20.511669  6915 ts_tablet_manager.cc:1403] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent bootstrapping tablet: real 0.027s	user 0.003s	sys 0.019s
I20260630 12:14:20.512269  6913 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389: No bootstrap required, opened a new log
I20260630 12:14:20.512849  6913 ts_tablet_manager.cc:1403] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.004s
I20260630 12:14:20.513221  6916 raft_consensus.cc:359] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.513924  6916 raft_consensus.cc:385] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.514190  6916 raft_consensus.cc:740] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4b89dab068d408aa0eb3d61a5444599, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.514890  6916 consensus_queue.cc:260] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.514844  6915 raft_consensus.cc:359] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.515782  6915 raft_consensus.cc:385] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.515751  6913 raft_consensus.cc:359] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.516317  6915 raft_consensus.cc:740] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6085d38b7a1473b8f5eeeb0fe43e47d, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.516664  6913 raft_consensus.cc:385] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.517025  6913 raft_consensus.cc:740] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 231185990a014d7f8ed51e16dd3bb389, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.517414  6915 consensus_queue.cc:260] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.517844  6916 ts_tablet_manager.cc:1434] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:14:20.517962  6913 consensus_queue.cc:260] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.519341  6916 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599: Bootstrap starting.
I20260630 12:14:20.520725  6913 ts_tablet_manager.cc:1434] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.005s
I20260630 12:14:20.522059  6913 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389: Bootstrap starting.
I20260630 12:14:20.526266  6916 tablet_bootstrap.cc:654] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.526928  6915 ts_tablet_manager.cc:1434] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent starting tablet: real 0.015s	user 0.012s	sys 0.001s
I20260630 12:14:20.528978  6913 tablet_bootstrap.cc:654] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.542831  6915 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: Bootstrap starting.
I20260630 12:14:20.551755  6922 raft_consensus.cc:493] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.552474  6922 raft_consensus.cc:515] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.553025  6915 tablet_bootstrap.cc:654] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.553385  6916 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599: No bootstrap required, opened a new log
I20260630 12:14:20.554015  6916 ts_tablet_manager.cc:1403] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599: Time spent bootstrapping tablet: real 0.035s	user 0.022s	sys 0.011s
I20260630 12:14:20.554294  6913 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389: No bootstrap required, opened a new log
I20260630 12:14:20.554876  6913 ts_tablet_manager.cc:1403] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389: Time spent bootstrapping tablet: real 0.033s	user 0.022s	sys 0.011s
I20260630 12:14:20.557291  6916 raft_consensus.cc:359] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.557565  6913 raft_consensus.cc:359] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.558135  6916 raft_consensus.cc:385] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.558310  6913 raft_consensus.cc:385] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.558580  6916 raft_consensus.cc:740] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4b89dab068d408aa0eb3d61a5444599, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.558699  6913 raft_consensus.cc:740] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 231185990a014d7f8ed51e16dd3bb389, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.559623  6913 consensus_queue.cc:260] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.559692  6916 consensus_queue.cc:260] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.561976  6913 ts_tablet_manager.cc:1434] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:14:20.563975  6913 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: Bootstrap starting.
I20260630 12:14:20.564802  6915 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: No bootstrap required, opened a new log
I20260630 12:14:20.565353  6915 ts_tablet_manager.cc:1403] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.008s
I20260630 12:14:20.569048  6915 raft_consensus.cc:359] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.570181  6915 raft_consensus.cc:385] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.570390  6913 tablet_bootstrap.cc:654] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.570732  6915 raft_consensus.cc:740] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6085d38b7a1473b8f5eeeb0fe43e47d, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.571815  6915 consensus_queue.cc:260] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.573056  6922 leader_election.cc:290] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
I20260630 12:14:20.574302  6917 raft_consensus.cc:493] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.574837  6917 raft_consensus.cc:515] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.575904  6916 ts_tablet_manager.cc:1434] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260630 12:14:20.577006  6916 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599: Bootstrap starting.
I20260630 12:14:20.584195  6916 tablet_bootstrap.cc:654] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.587282  6913 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: No bootstrap required, opened a new log
I20260630 12:14:20.587893  6913 ts_tablet_manager.cc:1403] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.009s
I20260630 12:14:20.587306  6917 leader_election.cc:290] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211), a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:20.591614  6913 raft_consensus.cc:359] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.592667  6913 raft_consensus.cc:385] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.593073  6913 raft_consensus.cc:740] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 231185990a014d7f8ed51e16dd3bb389, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.594192  6913 consensus_queue.cc:260] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.596936  6913 ts_tablet_manager.cc:1434] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:14:20.622696  6719 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61432c424a354ae18774a03c1ca246c5" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "231185990a014d7f8ed51e16dd3bb389" is_pre_election: true
I20260630 12:14:20.623500  6719 raft_consensus.cc:2468] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 0.
I20260630 12:14:20.625135  6832 leader_election.cc:304] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 231185990a014d7f8ed51e16dd3bb389, a6085d38b7a1473b8f5eeeb0fe43e47d; no voters: 
I20260630 12:14:20.626053  6922 raft_consensus.cc:2804] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.626421  6922 raft_consensus.cc:493] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.626741  6922 raft_consensus.cc:3060] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.630029  6915 ts_tablet_manager.cc:1434] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent starting tablet: real 0.064s	user 0.012s	sys 0.003s
I20260630 12:14:20.631546  6915 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: Bootstrap starting.
I20260630 12:14:20.636260  6868 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bf3865cbb5645f5ad305226b374b796" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" is_pre_election: true
I20260630 12:14:20.636986  6868 raft_consensus.cc:2468] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 231185990a014d7f8ed51e16dd3bb389 in term 0.
I20260630 12:14:20.638468  6682 leader_election.cc:304] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 231185990a014d7f8ed51e16dd3bb389, a6085d38b7a1473b8f5eeeb0fe43e47d; no voters: 
I20260630 12:14:20.639367  6917 raft_consensus.cc:2804] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.639707  6917 raft_consensus.cc:493] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.640005  6917 raft_consensus.cc:3060] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.640036  6915 tablet_bootstrap.cc:654] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.641166  6922 raft_consensus.cc:515] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.644215  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bf3865cbb5645f5ad305226b374b796" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599" is_pre_election: true
I20260630 12:14:20.645121  6793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61432c424a354ae18774a03c1ca246c5" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599" is_pre_election: true
I20260630 12:14:20.645823  6922 leader_election.cc:290] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 1 election: Requested vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
W20260630 12:14:20.646029  6685 leader_election.cc:343] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:20.645936  6793 raft_consensus.cc:2468] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 0.
I20260630 12:14:20.647420  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61432c424a354ae18774a03c1ca246c5" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599"
I20260630 12:14:20.648033  6794 raft_consensus.cc:3060] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.648329  6917 raft_consensus.cc:515] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.649653  6719 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61432c424a354ae18774a03c1ca246c5" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "231185990a014d7f8ed51e16dd3bb389"
I20260630 12:14:20.650228  6719 raft_consensus.cc:3060] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.651407  6868 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bf3865cbb5645f5ad305226b374b796" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d"
I20260630 12:14:20.651984  6868 raft_consensus.cc:3060] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.656723  6794 raft_consensus.cc:2468] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 1.
I20260630 12:14:20.658138  6834 leader_election.cc:304] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6085d38b7a1473b8f5eeeb0fe43e47d, d4b89dab068d408aa0eb3d61a5444599; no voters: 
I20260630 12:14:20.659230  6868 raft_consensus.cc:2468] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 231185990a014d7f8ed51e16dd3bb389 in term 1.
I20260630 12:14:20.659377  6922 raft_consensus.cc:2804] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.660187  6922 raft_consensus.cc:697] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 LEADER]: Becoming Leader. State: Replica: a6085d38b7a1473b8f5eeeb0fe43e47d, State: Running, Role: LEADER
I20260630 12:14:20.660399  6682 leader_election.cc:304] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 231185990a014d7f8ed51e16dd3bb389, a6085d38b7a1473b8f5eeeb0fe43e47d; no voters: 
I20260630 12:14:20.661111  6922 consensus_queue.cc:237] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.665066  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bf3865cbb5645f5ad305226b374b796" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599"
I20260630 12:14:20.666483  6935 raft_consensus.cc:2804] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.667130  6916 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599: No bootstrap required, opened a new log
I20260630 12:14:20.667701  6916 ts_tablet_manager.cc:1403] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599: Time spent bootstrapping tablet: real 0.091s	user 0.033s	sys 0.028s
W20260630 12:14:20.667148  6685 leader_election.cc:343] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:20.670691  6917 leader_election.cc:290] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 election: Requested vote from peers d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211), a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:20.671469  6935 raft_consensus.cc:697] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 1 LEADER]: Becoming Leader. State: Replica: 231185990a014d7f8ed51e16dd3bb389, State: Running, Role: LEADER
I20260630 12:14:20.670657  6719 raft_consensus.cc:2468] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 1.
I20260630 12:14:20.672351  6916 raft_consensus.cc:359] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.673476  6916 raft_consensus.cc:385] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.673812  6916 raft_consensus.cc:740] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4b89dab068d408aa0eb3d61a5444599, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.672773  6935 consensus_queue.cc:237] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.677940  6915 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: No bootstrap required, opened a new log
I20260630 12:14:20.678656  6915 ts_tablet_manager.cc:1403] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent bootstrapping tablet: real 0.047s	user 0.017s	sys 0.018s
I20260630 12:14:20.674858  6916 consensus_queue.cc:260] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.681973  6916 ts_tablet_manager.cc:1434] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.001s
I20260630 12:14:20.681756  6915 raft_consensus.cc:359] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.682650  6915 raft_consensus.cc:385] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.683084  6915 raft_consensus.cc:740] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6085d38b7a1473b8f5eeeb0fe43e47d, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.683091  6916 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599: Bootstrap starting.
I20260630 12:14:20.683064  6616 catalog_manager.cc:5697] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: term changed from 0 to 1, leader changed from <none> to a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:20.684149  6915 consensus_queue.cc:260] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.686708  6915 ts_tablet_manager.cc:1434] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260630 12:14:20.687677  6915 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d: Bootstrap starting.
I20260630 12:14:20.689356  6921 raft_consensus.cc:493] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.690625  6916 tablet_bootstrap.cc:654] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.690582  6921 raft_consensus.cc:515] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.693853  6915 tablet_bootstrap.cc:654] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.703610  6921 leader_election.cc:290] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:20.712318  6935 raft_consensus.cc:493] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.713003  6935 raft_consensus.cc:515] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.720762  6868 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b08f53c978da455b8c43b0934e31a23b" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" is_pre_election: true
I20260630 12:14:20.721549  6868 raft_consensus.cc:2468] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 231185990a014d7f8ed51e16dd3bb389 in term 0.
I20260630 12:14:20.722934  6682 leader_election.cc:304] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 231185990a014d7f8ed51e16dd3bb389, a6085d38b7a1473b8f5eeeb0fe43e47d; no voters: 
I20260630 12:14:20.715744  6616 catalog_manager.cc:5697] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 reported cstate change: term changed from 0 to 1, leader changed from <none> to 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "231185990a014d7f8ed51e16dd3bb389" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:20.723848  6937 raft_consensus.cc:2804] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.724205  6937 raft_consensus.cc:493] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.724498  6937 raft_consensus.cc:3060] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.725742  6935 leader_election.cc:290] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211), a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:20.731825  6937 raft_consensus.cc:515] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.738023  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b08f53c978da455b8c43b0934e31a23b" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599" is_pre_election: true
I20260630 12:14:20.738692  6794 raft_consensus.cc:2468] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 231185990a014d7f8ed51e16dd3bb389 in term 0.
I20260630 12:14:20.741366  6868 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b08f53c978da455b8c43b0934e31a23b" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d"
I20260630 12:14:20.742010  6868 raft_consensus.cc:3060] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.741906  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b08f53c978da455b8c43b0934e31a23b" candidate_uuid: "231185990a014d7f8ed51e16dd3bb389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599"
I20260630 12:14:20.742578  6794 raft_consensus.cc:3060] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.749120  6794 raft_consensus.cc:2468] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 231185990a014d7f8ed51e16dd3bb389 in term 1.
I20260630 12:14:20.749678  6937 leader_election.cc:290] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 election: Requested vote from peers d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211), a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:20.751085  6685 leader_election.cc:304] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 231185990a014d7f8ed51e16dd3bb389, d4b89dab068d408aa0eb3d61a5444599; no voters: 
I20260630 12:14:20.752039  6937 raft_consensus.cc:2804] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.752767  6937 raft_consensus.cc:697] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 1 LEADER]: Becoming Leader. State: Replica: 231185990a014d7f8ed51e16dd3bb389, State: Running, Role: LEADER
I20260630 12:14:20.753623  6937 consensus_queue.cc:237] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.749120  6868 raft_consensus.cc:2468] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 231185990a014d7f8ed51e16dd3bb389 in term 1.
I20260630 12:14:20.768047  6868 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9515fdf764024803a6fa1e2d9932748b" candidate_uuid: "d4b89dab068d408aa0eb3d61a5444599" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" is_pre_election: true
W20260630 12:14:20.769536  6757 leader_election.cc:343] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:20.771418  6617 catalog_manager.cc:5697] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 reported cstate change: term changed from 0 to 1, leader changed from <none> to 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "231185990a014d7f8ed51e16dd3bb389" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:20.779119  6915 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d: No bootstrap required, opened a new log
I20260630 12:14:20.779150  6916 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599: No bootstrap required, opened a new log
I20260630 12:14:20.779975  6915 ts_tablet_manager.cc:1403] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent bootstrapping tablet: real 0.092s	user 0.025s	sys 0.049s
I20260630 12:14:20.780071  6916 ts_tablet_manager.cc:1403] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599: Time spent bootstrapping tablet: real 0.097s	user 0.035s	sys 0.058s
I20260630 12:14:20.783214  6916 raft_consensus.cc:359] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.783345  6719 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9515fdf764024803a6fa1e2d9932748b" candidate_uuid: "d4b89dab068d408aa0eb3d61a5444599" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "231185990a014d7f8ed51e16dd3bb389" is_pre_election: true
I20260630 12:14:20.783782  6916 raft_consensus.cc:385] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.783522  6915 raft_consensus.cc:359] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.784134  6916 raft_consensus.cc:740] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4b89dab068d408aa0eb3d61a5444599, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.784354  6915 raft_consensus.cc:385] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.784106  6719 raft_consensus.cc:2468] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4b89dab068d408aa0eb3d61a5444599 in term 0.
I20260630 12:14:20.784924  6915 raft_consensus.cc:740] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6085d38b7a1473b8f5eeeb0fe43e47d, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.785197  6916 consensus_queue.cc:260] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.785923  6758 leader_election.cc:304] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [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: 231185990a014d7f8ed51e16dd3bb389, d4b89dab068d408aa0eb3d61a5444599; no voters: a6085d38b7a1473b8f5eeeb0fe43e47d
I20260630 12:14:20.786005  6915 consensus_queue.cc:260] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.787067  6921 raft_consensus.cc:2804] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.787431  6921 raft_consensus.cc:493] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.787766  6921 raft_consensus.cc:3060] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.792304  6915 ts_tablet_manager.cc:1434] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.002s
I20260630 12:14:20.796613  6921 raft_consensus.cc:515] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:20.798861  6921 leader_election.cc:290] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [CANDIDATE]: Term 1 election: Requested vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:20.798992  6916 ts_tablet_manager.cc:1434] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.001s
I20260630 12:14:20.799762  6868 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9515fdf764024803a6fa1e2d9932748b" candidate_uuid: "d4b89dab068d408aa0eb3d61a5444599" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d"
I20260630 12:14:20.800429  6868 raft_consensus.cc:3060] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.800613  6719 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9515fdf764024803a6fa1e2d9932748b" candidate_uuid: "d4b89dab068d408aa0eb3d61a5444599" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "231185990a014d7f8ed51e16dd3bb389"
I20260630 12:14:20.801266  6719 raft_consensus.cc:3060] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.808472  6719 raft_consensus.cc:2468] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4b89dab068d408aa0eb3d61a5444599 in term 1.
I20260630 12:14:20.809531  6758 leader_election.cc:304] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 231185990a014d7f8ed51e16dd3bb389, d4b89dab068d408aa0eb3d61a5444599; no voters: 
I20260630 12:14:20.809701  6868 raft_consensus.cc:2468] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4b89dab068d408aa0eb3d61a5444599 in term 1.
I20260630 12:14:20.810632  6921 raft_consensus.cc:2804] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.811180  6921 raft_consensus.cc:697] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 LEADER]: Becoming Leader. State: Replica: d4b89dab068d408aa0eb3d61a5444599, State: Running, Role: LEADER
I20260630 12:14:20.811872  6921 consensus_queue.cc:237] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
W20260630 12:14:20.814734  6665 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:20.819433  6616 catalog_manager.cc:5697] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 reported cstate change: term changed from 0 to 1, leader changed from <none> to d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d4b89dab068d408aa0eb3d61a5444599" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:20.878644   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:20.896878   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:20.897719   431 tablet_replica.cc:333] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: stopping tablet replica
I20260630 12:14:20.898344   431 raft_consensus.cc:2243] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:20.898986   431 pending_rounds.cc:70] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: Trying to abort 1 pending ops.
I20260630 12:14:20.899195   431 pending_rounds.cc:77] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437522457235456 op_type: NO_OP noop_request { }
I20260630 12:14:20.899501   431 raft_consensus.cc:2889] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:20.899787   431 raft_consensus.cc:2272] T b08f53c978da455b8c43b0934e31a23b P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.902521   431 tablet_replica.cc:333] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389: stopping tablet replica
I20260630 12:14:20.903059   431 raft_consensus.cc:2243] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.903426   431 raft_consensus.cc:2272] T 61432c424a354ae18774a03c1ca246c5 P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.905292   431 tablet_replica.cc:333] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389: stopping tablet replica
I20260630 12:14:20.905876   431 raft_consensus.cc:2243] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.906239   431 raft_consensus.cc:2272] T 9515fdf764024803a6fa1e2d9932748b P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.908231   431 tablet_replica.cc:333] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: stopping tablet replica
I20260630 12:14:20.908691   431 raft_consensus.cc:2243] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:20.909230   431 pending_rounds.cc:70] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: Trying to abort 1 pending ops.
I20260630 12:14:20.909423   431 pending_rounds.cc:77] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437522137772032 op_type: NO_OP noop_request { }
I20260630 12:14:20.909775   431 raft_consensus.cc:2889] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:20.910037   431 raft_consensus.cc:2272] T 8bf3865cbb5645f5ad305226b374b796 P 231185990a014d7f8ed51e16dd3bb389 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.923718   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:21.102771  6922 consensus_queue.cc:1048] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:21.115309  6832 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260630 12:14:21.118996  6832 consensus_peers.cc:597] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:21.153553  6921 raft_consensus.cc:493] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:21.154055  6921 raft_consensus.cc:515] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:21.155763  6921 leader_election.cc:290] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:21.156965  6868 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bf3865cbb5645f5ad305226b374b796" candidate_uuid: "d4b89dab068d408aa0eb3d61a5444599" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" is_pre_election: true
I20260630 12:14:21.157879  6868 raft_consensus.cc:2393] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d4b89dab068d408aa0eb3d61a5444599 in current term 1: Already voted for candidate 231185990a014d7f8ed51e16dd3bb389 in this term.
W20260630 12:14:21.159961  6758 leader_election.cc:336] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:21.160346  6758 leader_election.cc:304] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [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: d4b89dab068d408aa0eb3d61a5444599; no voters: 231185990a014d7f8ed51e16dd3bb389, a6085d38b7a1473b8f5eeeb0fe43e47d
I20260630 12:14:21.160977  6921 raft_consensus.cc:3060] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:21.165756  6921 raft_consensus.cc:2749] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260630 12:14:21.194880  6758 consensus_peers.cc:597] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:21.298877  6921 consensus_queue.cc:1048] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:21.816725  6665 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 231185990a014d7f8ed51e16dd3bb389 not available for placement
I20260630 12:14:21.966897   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:21.972817  6955 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:21.973632  6956 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:21.974491  6958 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:21.975730   431 server_base.cc:1061] running on GCE node
I20260630 12:14:21.977841   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:21.978070   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:21.978250   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821661978234 us; error 0 us; skew 500 ppm
I20260630 12:14:21.978801   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:21.981379   431 webserver.cc:533] Webserver started at http://127.0.107.196:38309/ using document root <none> and password file <none>
I20260630 12:14:21.981876   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:21.982074   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:21.982367   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:21.983449   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "322921acdca341a1b5f2c9140627c498"
format_stamp: "Formatted at 2026-06-30 12:14:21 on dist-test-slave-ctg2"
I20260630 12:14:21.988210   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:21.991460  6963 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:21.992254   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:21.992560   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "322921acdca341a1b5f2c9140627c498"
format_stamp: "Formatted at 2026-06-30 12:14:21 on dist-test-slave-ctg2"
I20260630 12:14:21.992826   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821482054927-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)
I20260630 12:14:22.014887   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:22.015985   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:22.017527   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:22.020303   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:22.020525   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.020783   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:22.020957   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.060003   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44303
I20260630 12:14:22.060091  7025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44303 every 8 connection(s)
I20260630 12:14:22.076407  6952 consensus_queue.cc:579] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Leader has been unable to successfully communicate with peer 231185990a014d7f8ed51e16dd3bb389 for more than 1 seconds (1.263s)
I20260630 12:14:22.081264  7026 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33069
I20260630 12:14:22.081789  7026 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:22.082865  7026 heartbeater.cc:507] Master 127.0.107.254:33069 requested a full tablet report, sending...
I20260630 12:14:22.085382  6617 ts_manager.cc:194] Registered new tserver with Master: 322921acdca341a1b5f2c9140627c498 (127.0.107.196:44303)
I20260630 12:14:22.087294  6617 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55246
I20260630 12:14:22.090880  6794 consensus_queue.cc:237] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:22.097095  6868 raft_consensus.cc:1275] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Refusing update from remote peer d4b89dab068d408aa0eb3d61a5444599: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:22.099156  7031 consensus_queue.cc:1048] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:22.102985  6758 consensus_peers.cc:597] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:22.106485  7030 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
W20260630 12:14:22.108538  6758 consensus_peers.cc:597] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 -> Peer 322921acdca341a1b5f2c9140627c498 (127.0.107.196:44303): Couldn't send request to peer 322921acdca341a1b5f2c9140627c498. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9515fdf764024803a6fa1e2d9932748b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:22.108379  6868 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:22.116868  6604 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 9515fdf764024803a6fa1e2d9932748b with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:14:22.120637  6616 catalog_manager.cc:5697] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 reported cstate change: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d4b89dab068d408aa0eb3d61a5444599" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:22.146814  6929 consensus_queue.cc:579] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Leader has been unable to successfully communicate with peer 231185990a014d7f8ed51e16dd3bb389 for more than 1 seconds (1.484s)
I20260630 12:14:22.157239  6868 consensus_queue.cc:237] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:22.164197  6794 raft_consensus.cc:1275] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:22.165952  7038 consensus_queue.cc:1048] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:22.169560  6832 consensus_peers.cc:597] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:14:22.174628  6832 consensus_peers.cc:597] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 322921acdca341a1b5f2c9140627c498 (127.0.107.196:44303): Couldn't send request to peer 322921acdca341a1b5f2c9140627c498. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 61432c424a354ae18774a03c1ca246c5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:22.174218  6929 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:22.176115  6794 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:22.181869  6601 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 61432c424a354ae18774a03c1ca246c5 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:14:22.186540  6617 catalog_manager.cc:5697] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:22.290792  6929 raft_consensus.cc:493] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:22.291290  6929 raft_consensus.cc:515] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:22.292937  6929 leader_election.cc:290] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
I20260630 12:14:22.294242  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b08f53c978da455b8c43b0934e31a23b" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599" is_pre_election: true
I20260630 12:14:22.294909  6794 raft_consensus.cc:2468] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 1.
I20260630 12:14:22.296088  6834 leader_election.cc:304] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [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: a6085d38b7a1473b8f5eeeb0fe43e47d, d4b89dab068d408aa0eb3d61a5444599; no voters: 
W20260630 12:14:22.296659  6832 leader_election.cc:336] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:22.296892  6929 raft_consensus.cc:2804] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:22.297274  6929 raft_consensus.cc:493] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:22.297555  6929 raft_consensus.cc:3060] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:22.302167  6929 raft_consensus.cc:515] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:22.303645  6929 leader_election.cc:290] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 election: Requested vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
I20260630 12:14:22.304759  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b08f53c978da455b8c43b0934e31a23b" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599"
I20260630 12:14:22.305349  6794 raft_consensus.cc:3060] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:14:22.307183  6832 leader_election.cc:336] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:22.310495  6794 raft_consensus.cc:2468] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 2.
I20260630 12:14:22.311488  6834 leader_election.cc:304] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [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: a6085d38b7a1473b8f5eeeb0fe43e47d, d4b89dab068d408aa0eb3d61a5444599; no voters: 231185990a014d7f8ed51e16dd3bb389
I20260630 12:14:22.312264  6929 raft_consensus.cc:2804] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:22.312669  6929 raft_consensus.cc:697] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Becoming Leader. State: Replica: a6085d38b7a1473b8f5eeeb0fe43e47d, State: Running, Role: LEADER
I20260630 12:14:22.313342  6929 consensus_queue.cc:237] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER 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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:22.319778  6616 catalog_manager.cc:5697] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: term changed from 1 to 2, leader changed from 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) to a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195). New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:22.574751  7046 ts_tablet_manager.cc:933] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: Initiating tablet copy from peer d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
I20260630 12:14:22.576383  7046 tablet_copy_client.cc:323] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:35211
I20260630 12:14:22.586715  6804 tablet_copy_service.cc:140] P d4b89dab068d408aa0eb3d61a5444599: Received BeginTabletCopySession request for tablet 9515fdf764024803a6fa1e2d9932748b from peer 322921acdca341a1b5f2c9140627c498 ({username='slave'} at 127.0.0.1:51510)
I20260630 12:14:22.587162  6804 tablet_copy_service.cc:161] P d4b89dab068d408aa0eb3d61a5444599: Beginning new tablet copy session on tablet 9515fdf764024803a6fa1e2d9932748b from peer 322921acdca341a1b5f2c9140627c498 at {username='slave'} at 127.0.0.1:51510: session id = 322921acdca341a1b5f2c9140627c498-9515fdf764024803a6fa1e2d9932748b
I20260630 12:14:22.592192  6804 tablet_copy_source_session.cc:215] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:22.594888  7046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9515fdf764024803a6fa1e2d9932748b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:22.606457  7046 tablet_copy_client.cc:806] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:22.606915  7046 tablet_copy_client.cc:670] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:22.610180  7046 tablet_copy_client.cc:538] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:22.616122  7046 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: Bootstrap starting.
I20260630 12:14:22.630592  7046 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:22.631273  7046 tablet_bootstrap.cc:492] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: Bootstrap complete.
I20260630 12:14:22.631820  7046 ts_tablet_manager.cc:1403] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.001s
I20260630 12:14:22.632396  6929 raft_consensus.cc:493] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:22.632870  6929 raft_consensus.cc:515] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:22.633948  7046 raft_consensus.cc:359] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:22.634598  7046 raft_consensus.cc:740] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 322921acdca341a1b5f2c9140627c498, State: Initialized, Role: LEARNER
I20260630 12:14:22.635203  7046 consensus_queue.cc:260] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:22.635691  6929 leader_election.cc:290] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
I20260630 12:14:22.636032  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bf3865cbb5645f5ad305226b374b796" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599" is_pre_election: true
I20260630 12:14:22.636744  6794 raft_consensus.cc:2468] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 1.
I20260630 12:14:22.637800  7026 heartbeater.cc:499] Master 127.0.107.254:33069 was elected leader, sending a full tablet report...
I20260630 12:14:22.638082  7046 ts_tablet_manager.cc:1434] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:14:22.638165  6834 leader_election.cc:304] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [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: a6085d38b7a1473b8f5eeeb0fe43e47d, d4b89dab068d408aa0eb3d61a5444599; no voters: 
I20260630 12:14:22.639146  6929 raft_consensus.cc:2804] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:22.639533  6929 raft_consensus.cc:493] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:22.639883  6804 tablet_copy_service.cc:342] P d4b89dab068d408aa0eb3d61a5444599: Request end of tablet copy session 322921acdca341a1b5f2c9140627c498-9515fdf764024803a6fa1e2d9932748b received from {username='slave'} at 127.0.0.1:51510
I20260630 12:14:22.639894  6929 raft_consensus.cc:3060] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:22.640345  6804 tablet_copy_service.cc:434] P d4b89dab068d408aa0eb3d61a5444599: ending tablet copy session 322921acdca341a1b5f2c9140627c498-9515fdf764024803a6fa1e2d9932748b on tablet 9515fdf764024803a6fa1e2d9932748b with peer 322921acdca341a1b5f2c9140627c498
W20260630 12:14:22.639907  6832 leader_election.cc:336] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:22.646901  6929 raft_consensus.cc:515] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:22.648705  6929 leader_election.cc:290] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 election: Requested vote from peers 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895), d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211)
I20260630 12:14:22.649885  6794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bf3865cbb5645f5ad305226b374b796" candidate_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4b89dab068d408aa0eb3d61a5444599"
I20260630 12:14:22.650535  6794 raft_consensus.cc:3060] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:14:22.652184  6832 leader_election.cc:336] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:22.656396  6794 raft_consensus.cc:2468] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6085d38b7a1473b8f5eeeb0fe43e47d in term 2.
I20260630 12:14:22.657280  6834 leader_election.cc:304] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [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: a6085d38b7a1473b8f5eeeb0fe43e47d, d4b89dab068d408aa0eb3d61a5444599; no voters: 231185990a014d7f8ed51e16dd3bb389
I20260630 12:14:22.658128  6929 raft_consensus.cc:2804] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:22.658645  6929 raft_consensus.cc:697] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Becoming Leader. State: Replica: a6085d38b7a1473b8f5eeeb0fe43e47d, State: Running, Role: LEADER
I20260630 12:14:22.659442  6929 consensus_queue.cc:237] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER 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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } }
I20260630 12:14:22.666153  6616 catalog_manager.cc:5697] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: term changed from 1 to 2, leader changed from 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) to a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195). New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:22.753685  7046 ts_tablet_manager.cc:933] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: Initiating tablet copy from peer a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:22.755398  7046 tablet_copy_client.cc:323] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39463
W20260630 12:14:22.758622  6832 consensus_peers.cc:597] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:22.764463  6878 tablet_copy_service.cc:140] P a6085d38b7a1473b8f5eeeb0fe43e47d: Received BeginTabletCopySession request for tablet 61432c424a354ae18774a03c1ca246c5 from peer 322921acdca341a1b5f2c9140627c498 ({username='slave'} at 127.0.0.1:40862)
I20260630 12:14:22.764971  6878 tablet_copy_service.cc:161] P a6085d38b7a1473b8f5eeeb0fe43e47d: Beginning new tablet copy session on tablet 61432c424a354ae18774a03c1ca246c5 from peer 322921acdca341a1b5f2c9140627c498 at {username='slave'} at 127.0.0.1:40862: session id = 322921acdca341a1b5f2c9140627c498-61432c424a354ae18774a03c1ca246c5
I20260630 12:14:22.769958  6878 tablet_copy_source_session.cc:215] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:22.772421  7046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61432c424a354ae18774a03c1ca246c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:22.782859  7046 tablet_copy_client.cc:806] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:22.783322  7046 tablet_copy_client.cc:670] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:22.786576  7046 tablet_copy_client.cc:538] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:22.792222  7046 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: Bootstrap starting.
I20260630 12:14:22.806277  7046 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:22.806975  7046 tablet_bootstrap.cc:492] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: Bootstrap complete.
I20260630 12:14:22.807525  7046 ts_tablet_manager.cc:1403] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.006s
I20260630 12:14:22.809525  7046 raft_consensus.cc:359] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:22.810174  7046 raft_consensus.cc:740] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 322921acdca341a1b5f2c9140627c498, State: Initialized, Role: LEARNER
I20260630 12:14:22.810676  7046 consensus_queue.cc:260] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:22.812546  7046 ts_tablet_manager.cc:1434] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:14:22.814179  6878 tablet_copy_service.cc:342] P a6085d38b7a1473b8f5eeeb0fe43e47d: Request end of tablet copy session 322921acdca341a1b5f2c9140627c498-61432c424a354ae18774a03c1ca246c5 received from {username='slave'} at 127.0.0.1:40862
I20260630 12:14:22.814551  6878 tablet_copy_service.cc:434] P a6085d38b7a1473b8f5eeeb0fe43e47d: ending tablet copy session 322921acdca341a1b5f2c9140627c498-61432c424a354ae18774a03c1ca246c5 on tablet 61432c424a354ae18774a03c1ca246c5 with peer 322921acdca341a1b5f2c9140627c498
W20260630 12:14:22.818737  6665 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 231185990a014d7f8ed51e16dd3bb389 not available for placement
I20260630 12:14:22.822641  6794 raft_consensus.cc:1275] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:14:22.823849  6929 consensus_queue.cc:1048] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:22.959045  7001 raft_consensus.cc:1217] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260630 12:14:23.116240  6832 consensus_peers.cc:597] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:23.179275  6929 consensus_queue.cc:579] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Leader has been unable to successfully communicate with peer 231185990a014d7f8ed51e16dd3bb389 for more than 1 seconds (1.021s)
I20260630 12:14:23.200129  6794 raft_consensus.cc:1275] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:14:23.201622  7039 consensus_queue.cc:1048] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:23.324280  7063 consensus_queue.cc:579] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Leader has been unable to successfully communicate with peer 231185990a014d7f8ed51e16dd3bb389 for more than 1 seconds (1.010s)
I20260630 12:14:23.328338  7001 raft_consensus.cc:1217] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:14:23.345626  6868 consensus_queue.cc:237] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
W20260630 12:14:23.352475  6832 consensus_peers.cc:597] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 322921acdca341a1b5f2c9140627c498 (127.0.107.196:44303): Couldn't send request to peer 322921acdca341a1b5f2c9140627c498. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b08f53c978da455b8c43b0934e31a23b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:23.352921  6794 raft_consensus.cc:1275] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:23.354895  7066 consensus_queue.cc:1048] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:23.355502  6832 consensus_peers.cc:597] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:23.361256  7039 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:23.362983  6794 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:23.376929  6601 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet b08f53c978da455b8c43b0934e31a23b with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:14:23.381569  6616 catalog_manager.cc:5697] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 reported cstate change: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:23.551774  7062 raft_consensus.cc:1064] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: attempting to promote NON_VOTER 322921acdca341a1b5f2c9140627c498 to VOTER
I20260630 12:14:23.554252  7062 consensus_queue.cc:237] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:23.560935  7001 raft_consensus.cc:1275] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Refusing update from remote peer d4b89dab068d408aa0eb3d61a5444599: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:23.561810  6868 raft_consensus.cc:1275] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Refusing update from remote peer d4b89dab068d408aa0eb3d61a5444599: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:23.562836  7071 consensus_queue.cc:1048] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:14:23.563779  7072 consensus_queue.cc:1048] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:23.566236  6758 consensus_peers.cc:597] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:23.573658  7072 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.575549  7001 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.588296  6868 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.591181  6617 catalog_manager.cc:5697] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 reported cstate change: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d4b89dab068d408aa0eb3d61a5444599" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:23.606125  6794 consensus_queue.cc:237] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [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: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:23.611002  6868 raft_consensus.cc:1275] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Refusing update from remote peer d4b89dab068d408aa0eb3d61a5444599: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:23.611047  7001 raft_consensus.cc:1275] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Refusing update from remote peer d4b89dab068d408aa0eb3d61a5444599: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:23.612432  7072 consensus_queue.cc:1048] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:23.613305  7075 consensus_queue.cc:1048] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:23.620033  7071 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.621871  7001 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.621948  6868 raft_consensus.cc:2955] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.632253  6604 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 9515fdf764024803a6fa1e2d9932748b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:23.634140  6615 catalog_manager.cc:5697] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 reported cstate change: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "d4b89dab068d408aa0eb3d61a5444599" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
W20260630 12:14:23.651046  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 9515fdf764024803a6fa1e2d9932748b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
W20260630 12:14:23.821415  6665 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 231185990a014d7f8ed51e16dd3bb389 not available for placement
I20260630 12:14:23.865466  7078 ts_tablet_manager.cc:933] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: Initiating tablet copy from peer a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:23.868011  7078 tablet_copy_client.cc:323] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39463
I20260630 12:14:23.870484  6878 tablet_copy_service.cc:140] P a6085d38b7a1473b8f5eeeb0fe43e47d: Received BeginTabletCopySession request for tablet b08f53c978da455b8c43b0934e31a23b from peer 322921acdca341a1b5f2c9140627c498 ({username='slave'} at 127.0.0.1:40862)
I20260630 12:14:23.871243  6878 tablet_copy_service.cc:161] P a6085d38b7a1473b8f5eeeb0fe43e47d: Beginning new tablet copy session on tablet b08f53c978da455b8c43b0934e31a23b from peer 322921acdca341a1b5f2c9140627c498 at {username='slave'} at 127.0.0.1:40862: session id = 322921acdca341a1b5f2c9140627c498-b08f53c978da455b8c43b0934e31a23b
I20260630 12:14:23.876408  7039 raft_consensus.cc:1064] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: attempting to promote NON_VOTER 322921acdca341a1b5f2c9140627c498 to VOTER
I20260630 12:14:23.878679  7039 consensus_queue.cc:237] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [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: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:23.879595  6878 tablet_copy_source_session.cc:215] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:23.883172  7078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b08f53c978da455b8c43b0934e31a23b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:23.886366  6794 raft_consensus.cc:1275] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:23.886768  7001 raft_consensus.cc:1275] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 LEARNER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:23.888391  7063 consensus_queue.cc:1048] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:23.889837  7039 consensus_queue.cc:1048] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:23.891036  6832 consensus_peers.cc:597] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:23.900163  7063 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.902798  7078 tablet_copy_client.cc:806] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:23.902281  7001 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.903666  7078 tablet_copy_client.cc:670] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:23.908926  7078 tablet_copy_client.cc:538] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:23.911026  6794 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.913214  6617 catalog_manager.cc:5697] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:23.918022  7078 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: Bootstrap starting.
I20260630 12:14:23.928885  6868 consensus_queue.cc:237] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [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: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:23.935806  7001 raft_consensus.cc:1275] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:23.935854  6794 raft_consensus.cc:1275] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:23.937813  7081 consensus_queue.cc:1048] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:23.939024  7039 consensus_queue.cc:1048] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:23.944450  7081 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.947181  6793 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.948458  7078 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:23.948480  7001 raft_consensus.cc:2955] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:23.949872  7078 tablet_bootstrap.cc:492] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: Bootstrap complete.
I20260630 12:14:23.950991  7078 ts_tablet_manager.cc:1403] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: Time spent bootstrapping tablet: real 0.033s	user 0.027s	sys 0.000s
I20260630 12:14:23.954768  7078 raft_consensus.cc:359] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:23.955757  7078 raft_consensus.cc:740] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 322921acdca341a1b5f2c9140627c498, State: Initialized, Role: LEARNER
I20260630 12:14:23.956589  7078 consensus_queue.cc:260] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:23.958504  6601 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 61432c424a354ae18774a03c1ca246c5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:23.961822  7078 ts_tablet_manager.cc:1434] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.004s
I20260630 12:14:23.964709  6878 tablet_copy_service.cc:342] P a6085d38b7a1473b8f5eeeb0fe43e47d: Request end of tablet copy session 322921acdca341a1b5f2c9140627c498-b08f53c978da455b8c43b0934e31a23b received from {username='slave'} at 127.0.0.1:40862
I20260630 12:14:23.965173  6878 tablet_copy_service.cc:434] P a6085d38b7a1473b8f5eeeb0fe43e47d: ending tablet copy session 322921acdca341a1b5f2c9140627c498-b08f53c978da455b8c43b0934e31a23b on tablet b08f53c978da455b8c43b0934e31a23b with peer 322921acdca341a1b5f2c9140627c498
I20260630 12:14:23.965014  6617 catalog_manager.cc:5697] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:23.998438  7063 consensus_queue.cc:579] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Leader has been unable to successfully communicate with peer 231185990a014d7f8ed51e16dd3bb389 for more than 1 seconds (1.338s)
I20260630 12:14:24.008853  6868 consensus_queue.cc:237] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:24.014783  6793 raft_consensus.cc:1275] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:14:24.015221  6832 consensus_peers.cc:597] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 322921acdca341a1b5f2c9140627c498 (127.0.107.196:44303): Couldn't send request to peer 322921acdca341a1b5f2c9140627c498. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8bf3865cbb5645f5ad305226b374b796. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:24.016111  7081 consensus_queue.cc:1048] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:24.018316  6832 consensus_peers.cc:597] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:24.022131  7039 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:24.023793  6793 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } } }
I20260630 12:14:24.029543  6601 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 8bf3865cbb5645f5ad305226b374b796 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:14:24.034147  6615 catalog_manager.cc:5697] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index -1 to 2, NON_VOTER 322921acdca341a1b5f2c9140627c498 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:24.422508  7001 raft_consensus.cc:1217] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:14:24.481573  7081 consensus_queue.cc:579] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Leader has been unable to successfully communicate with peer 231185990a014d7f8ed51e16dd3bb389 for more than 1 seconds (1.135s)
I20260630 12:14:24.622987  7085 ts_tablet_manager.cc:933] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: Initiating tablet copy from peer a6085d38b7a1473b8f5eeeb0fe43e47d (127.0.107.195:39463)
I20260630 12:14:24.624310  7085 tablet_copy_client.cc:323] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39463
I20260630 12:14:24.625718  6878 tablet_copy_service.cc:140] P a6085d38b7a1473b8f5eeeb0fe43e47d: Received BeginTabletCopySession request for tablet 8bf3865cbb5645f5ad305226b374b796 from peer 322921acdca341a1b5f2c9140627c498 ({username='slave'} at 127.0.0.1:40862)
I20260630 12:14:24.626106  6878 tablet_copy_service.cc:161] P a6085d38b7a1473b8f5eeeb0fe43e47d: Beginning new tablet copy session on tablet 8bf3865cbb5645f5ad305226b374b796 from peer 322921acdca341a1b5f2c9140627c498 at {username='slave'} at 127.0.0.1:40862: session id = 322921acdca341a1b5f2c9140627c498-8bf3865cbb5645f5ad305226b374b796
I20260630 12:14:24.631137  6878 tablet_copy_source_session.cc:215] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:24.634013  7085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bf3865cbb5645f5ad305226b374b796. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.644146  7085 tablet_copy_client.cc:806] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:24.644583  7085 tablet_copy_client.cc:670] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:24.647922  7085 tablet_copy_client.cc:538] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:24.653373  7085 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: Bootstrap starting.
I20260630 12:14:24.667361  7085 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:24.668043  7085 tablet_bootstrap.cc:492] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: Bootstrap complete.
I20260630 12:14:24.668633  7085 ts_tablet_manager.cc:1403] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.004s
I20260630 12:14:24.670828  7085 raft_consensus.cc:359] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:24.671408  7085 raft_consensus.cc:740] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 322921acdca341a1b5f2c9140627c498, State: Initialized, Role: LEARNER
I20260630 12:14:24.671911  7085 consensus_queue.cc:260] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: true } }
I20260630 12:14:24.673895  7085 ts_tablet_manager.cc:1434] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:14:24.675673  6878 tablet_copy_service.cc:342] P a6085d38b7a1473b8f5eeeb0fe43e47d: Request end of tablet copy session 322921acdca341a1b5f2c9140627c498-8bf3865cbb5645f5ad305226b374b796 received from {username='slave'} at 127.0.0.1:40862
I20260630 12:14:24.676097  6878 tablet_copy_service.cc:434] P a6085d38b7a1473b8f5eeeb0fe43e47d: ending tablet copy session 322921acdca341a1b5f2c9140627c498-8bf3865cbb5645f5ad305226b374b796 on tablet 8bf3865cbb5645f5ad305226b374b796 with peer 322921acdca341a1b5f2c9140627c498
W20260630 12:14:24.824613  6665 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 231185990a014d7f8ed51e16dd3bb389 not available for placement
I20260630 12:14:24.847465  7039 raft_consensus.cc:1064] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: attempting to promote NON_VOTER 322921acdca341a1b5f2c9140627c498 to VOTER
I20260630 12:14:24.849318  7039 consensus_queue.cc:237] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:24.855563  6793 raft_consensus.cc:1275] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:24.855625  7001 raft_consensus.cc:1275] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:24.857184  7089 consensus_queue.cc:1048] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:24.858049  7039 consensus_queue.cc:1048] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:24.859954  6832 consensus_peers.cc:597] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:24.865711  7089 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:24.867537  7001 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:24.874847  6793 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:24.877961  6615 catalog_manager.cc:5697] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:24.892863  6868 consensus_queue.cc:237] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:24.898670  6793 raft_consensus.cc:1275] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:24.898766  7001 raft_consensus.cc:1275] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:24.900389  7089 consensus_queue.cc:1048] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:24.901749  7081 consensus_queue.cc:1048] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260630 12:14:24.903378  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 9515fdf764024803a6fa1e2d9932748b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:24.908022  7039 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:24.909783  7001 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:24.910338  6793 raft_consensus.cc:2955] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:24.916661  6601 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b08f53c978da455b8c43b0934e31a23b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:24.919744  6617 catalog_manager.cc:5697] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:25.000295  7001 raft_consensus.cc:1217] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:14:25.506605  7089 consensus_queue.cc:579] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Leader has been unable to successfully communicate with peer 231185990a014d7f8ed51e16dd3bb389 for more than 1 seconds (1.497s)
I20260630 12:14:25.603752  7095 raft_consensus.cc:1064] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: attempting to promote NON_VOTER 322921acdca341a1b5f2c9140627c498 to VOTER
I20260630 12:14:25.605629  7095 consensus_queue.cc:237] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:25.611569  6793 raft_consensus.cc:1275] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:25.612075  7001 raft_consensus.cc:1275] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 LEARNER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:25.613240  7100 consensus_queue.cc:1048] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:25.614050  7095 consensus_queue.cc:1048] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:25.615351  6832 consensus_peers.cc:597] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): Couldn't send request to peer 231185990a014d7f8ed51e16dd3bb389. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:25.622226  7095 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:25.624075  7001 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:25.631757  6793 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:25.633391  6616 catalog_manager.cc:5697] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index 2 to 3, 322921acdca341a1b5f2c9140627c498 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "231185990a014d7f8ed51e16dd3bb389" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:25.649473  6868 consensus_queue.cc:237] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } }
I20260630 12:14:25.654390  6793 raft_consensus.cc:1275] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:25.654395  7001 raft_consensus.cc:1275] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Refusing update from remote peer a6085d38b7a1473b8f5eeeb0fe43e47d: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:25.656149  7095 consensus_queue.cc:1048] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:25.656903  7100 consensus_queue.cc:1048] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [LEADER]: Connected to new peer: Peer: permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:25.663017  7089 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:25.664841  6793 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:25.664776  7001 raft_consensus.cc:2955] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } } }
I20260630 12:14:25.670676  6601 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8bf3865cbb5645f5ad305226b374b796 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:25.674403  6615 catalog_manager.cc:5697] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d reported cstate change: config changed from index 3 to 4, VOTER 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4b89dab068d408aa0eb3d61a5444599" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6085d38b7a1473b8f5eeeb0fe43e47d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "322921acdca341a1b5f2c9140627c498" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44303 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:14:25.910190  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 8bf3865cbb5645f5ad305226b374b796: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
W20260630 12:14:26.131916  6602 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111) [suppressed 59 similar messages]
W20260630 12:14:26.930039  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 8bf3865cbb5645f5ad305226b374b796: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
W20260630 12:14:27.986727  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 8bf3865cbb5645f5ad305226b374b796: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:29.095888   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:29.121865   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:29.122638   431 tablet_replica.cc:333] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599: stopping tablet replica
I20260630 12:14:29.123260   431 raft_consensus.cc:2243] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.123873   431 raft_consensus.cc:2272] T b08f53c978da455b8c43b0934e31a23b P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.126529   431 tablet_replica.cc:333] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599: stopping tablet replica
I20260630 12:14:29.127343   431 raft_consensus.cc:2243] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.128249   431 raft_consensus.cc:2272] T 61432c424a354ae18774a03c1ca246c5 P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.130991   431 tablet_replica.cc:333] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599: stopping tablet replica
I20260630 12:14:29.131625   431 raft_consensus.cc:2243] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.132334   431 raft_consensus.cc:2272] T 8bf3865cbb5645f5ad305226b374b796 P d4b89dab068d408aa0eb3d61a5444599 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.134904   431 tablet_replica.cc:333] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599: stopping tablet replica
I20260630 12:14:29.135308   431 raft_consensus.cc:2243] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:29.136006   431 raft_consensus.cc:2272] T 9515fdf764024803a6fa1e2d9932748b P d4b89dab068d408aa0eb3d61a5444599 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:29.161139  6834 consensus_peers.cc:597] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d -> Peer d4b89dab068d408aa0eb3d61a5444599 (127.0.107.194:35211): Couldn't send request to peer d4b89dab068d408aa0eb3d61a5444599. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:35211: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:29.162015   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:29.177066   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:29.202313   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:29.203064   431 tablet_replica.cc:333] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d: stopping tablet replica
I20260630 12:14:29.203727   431 raft_consensus.cc:2243] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:29.204532   431 raft_consensus.cc:2272] T b08f53c978da455b8c43b0934e31a23b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.206868   431 tablet_replica.cc:333] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d: stopping tablet replica
I20260630 12:14:29.207424   431 raft_consensus.cc:2243] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.208060   431 raft_consensus.cc:2272] T 9515fdf764024803a6fa1e2d9932748b P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.210085   431 tablet_replica.cc:333] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d: stopping tablet replica
I20260630 12:14:29.210561   431 raft_consensus.cc:2243] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:29.211453   431 raft_consensus.cc:2272] T 8bf3865cbb5645f5ad305226b374b796 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.213517   431 tablet_replica.cc:333] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d: stopping tablet replica
I20260630 12:14:29.214064   431 raft_consensus.cc:2243] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:29.214861   431 raft_consensus.cc:2272] T 61432c424a354ae18774a03c1ca246c5 P a6085d38b7a1473b8f5eeeb0fe43e47d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.228868   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:29.243695   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:29.268288   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:29.269114   431 tablet_replica.cc:333] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498: stopping tablet replica
I20260630 12:14:29.269749   431 raft_consensus.cc:2243] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.270274   431 raft_consensus.cc:2272] T b08f53c978da455b8c43b0934e31a23b P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.272225   431 tablet_replica.cc:333] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498: stopping tablet replica
I20260630 12:14:29.272691   431 raft_consensus.cc:2243] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.273177   431 raft_consensus.cc:2272] T 61432c424a354ae18774a03c1ca246c5 P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.275089   431 tablet_replica.cc:333] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498: stopping tablet replica
I20260630 12:14:29.275571   431 raft_consensus.cc:2243] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.276064   431 raft_consensus.cc:2272] T 8bf3865cbb5645f5ad305226b374b796 P 322921acdca341a1b5f2c9140627c498 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:29.277845   431 tablet_replica.cc:333] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498: stopping tablet replica
I20260630 12:14:29.278345   431 raft_consensus.cc:2243] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:29.278849   431 raft_consensus.cc:2272] T 9515fdf764024803a6fa1e2d9932748b P 322921acdca341a1b5f2c9140627c498 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:29.290266  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b08f53c978da455b8c43b0934e31a23b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:29.301818   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:29.316370   431 master.cc:562] Master@127.0.107.254:33069 shutting down...
W20260630 12:14:32.130391  6602 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111) [suppressed 10 similar messages]
W20260630 12:14:32.133440  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 9515fdf764024803a6fa1e2d9932748b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
W20260630 12:14:33.407857  6602 catalog_manager.cc:4755] TS 231185990a014d7f8ed51e16dd3bb389 (127.0.107.193:34895): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b08f53c978da455b8c43b0934e31a23b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34895: connect: Connection refused (error 111)
I20260630 12:14:33.818733   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:33.819862   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:33.820310   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e42cd0df83464b27b146f3215dfcdb76: stopping tablet replica
I20260630 12:14:33.844758   431 master.cc:584] Master@127.0.107.254:33069 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (15208 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:14:33.894413   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39731
I20260630 12:14:33.895533   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:33.901608  7124 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.901691  7123 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.902743  7126 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:33.902969   431 server_base.cc:1061] running on GCE node
I20260630 12:14:33.903934   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:33.904105   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:33.904217   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821673904206 us; error 0 us; skew 500 ppm
I20260630 12:14:33.904633   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:33.907106   431 webserver.cc:533] Webserver started at http://127.0.107.254:45161/ using document root <none> and password file <none>
I20260630 12:14:33.907583   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:33.907747   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:33.907986   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:33.909210   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "6d3e2dd761cd4b82a1abed329231558b"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-ctg2"
I20260630 12:14:33.913822   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260630 12:14:33.917047  7131 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.918002   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:33.918238   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "6d3e2dd761cd4b82a1abed329231558b"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-ctg2"
I20260630 12:14:33.918486   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:33.938323   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:33.939486   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:33.980582   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39731
I20260630 12:14:33.980695  7182 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39731 every 8 connection(s)
I20260630 12:14:33.985152  7183 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:33.999369  7183 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b: Bootstrap starting.
I20260630 12:14:34.004741  7183 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.009402  7183 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b: No bootstrap required, opened a new log
I20260630 12:14:34.011911  7183 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6d3e2dd761cd4b82a1abed329231558b" member_type: VOTER }
I20260630 12:14:34.012398  7183 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.012598  7183 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d3e2dd761cd4b82a1abed329231558b, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.013264  7183 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6d3e2dd761cd4b82a1abed329231558b" member_type: VOTER }
I20260630 12:14:34.013837  7183 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:34.014072  7183 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:34.014314  7183 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:34.019441  7183 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6d3e2dd761cd4b82a1abed329231558b" member_type: VOTER }
I20260630 12:14:34.020040  7183 leader_election.cc:304] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [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: 6d3e2dd761cd4b82a1abed329231558b; no voters: 
I20260630 12:14:34.021301  7183 leader_election.cc:290] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:34.021920  7186 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:34.023355  7186 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 1 LEADER]: Becoming Leader. State: Replica: 6d3e2dd761cd4b82a1abed329231558b, State: Running, Role: LEADER
I20260630 12:14:34.024118  7186 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [LEADER]: Queue going to LEADER mode. State: All 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: "6d3e2dd761cd4b82a1abed329231558b" member_type: VOTER }
I20260630 12:14:34.024737  7183 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:34.027518  7187 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6d3e2dd761cd4b82a1abed329231558b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6d3e2dd761cd4b82a1abed329231558b" member_type: VOTER } }
I20260630 12:14:34.027518  7188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6d3e2dd761cd4b82a1abed329231558b. Latest consensus state: current_term: 1 leader_uuid: "6d3e2dd761cd4b82a1abed329231558b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6d3e2dd761cd4b82a1abed329231558b" member_type: VOTER } }
I20260630 12:14:34.028314  7187 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:34.028456  7188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:34.038691  7191 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:34.047721  7191 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:34.048861   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:34.057739  7191 catalog_manager.cc:1383] Generated new cluster ID: 8a6e4a97508f4ba698037410e1e58d98
I20260630 12:14:34.058028  7191 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:34.077469  7191 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:34.078776  7191 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:34.094029  7191 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b: Generated new TSK 0
I20260630 12:14:34.094647  7191 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:34.115309   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:34.121632  7204 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:34.123358  7205 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:34.126508   431 server_base.cc:1061] running on GCE node
W20260630 12:14:34.126407  7207 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:34.128232   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:34.128513   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:34.128731   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821674128707 us; error 0 us; skew 500 ppm
I20260630 12:14:34.129261   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:34.131632   431 webserver.cc:533] Webserver started at http://127.0.107.193:34935/ using document root <none> and password file <none>
I20260630 12:14:34.132112   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:34.132324   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:34.132594   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:34.133982   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "fec3fe535e8b44baba7f18fe92bd8062"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:34.138484   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:14:34.141727  7212 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.142515   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:34.142802   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "fec3fe535e8b44baba7f18fe92bd8062"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:34.143090   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:34.151752   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:34.152913   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:34.154469   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:34.156737   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:34.156950   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.157173   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:34.157361   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.198624   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36401
I20260630 12:14:34.198729  7274 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36401 every 8 connection(s)
I20260630 12:14:34.204020   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:34.210988  7279 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:34.212250  7280 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:34.216261   431 server_base.cc:1061] running on GCE node
W20260630 12:14:34.216665  7282 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:34.217634   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:34.217859   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:34.218067   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821674218031 us; error 0 us; skew 500 ppm
I20260630 12:14:34.218678   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:34.222575   431 webserver.cc:533] Webserver started at http://127.0.107.194:39233/ using document root <none> and password file <none>
I20260630 12:14:34.223245   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:34.223364  7275 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39731
I20260630 12:14:34.223513   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:34.223990  7275 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:34.224114   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:34.224855  7275 heartbeater.cc:507] Master 127.0.107.254:39731 requested a full tablet report, sending...
I20260630 12:14:34.225890   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "d7b6b4e4933e46919be482997927ca5e"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:34.227334  7148 ts_manager.cc:194] Registered new tserver with Master: fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:34.229382  7148 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36532
I20260630 12:14:34.231283   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:34.235248  7287 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.236060   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:34.236341   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "d7b6b4e4933e46919be482997927ca5e"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:34.236605   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:34.267483   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:34.268700   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:34.270226   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:34.272425   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:34.272599   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.272887   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:34.273048   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.314487   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42515
I20260630 12:14:34.314599  7349 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42515 every 8 connection(s)
I20260630 12:14:34.319406   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:34.327546  7353 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:34.329524  7354 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:34.333244  7356 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:34.333266   431 server_base.cc:1061] running on GCE node
I20260630 12:14:34.333386  7350 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39731
I20260630 12:14:34.334283  7350 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:34.334993   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:34.335317   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:34.335253  7350 heartbeater.cc:507] Master 127.0.107.254:39731 requested a full tablet report, sending...
I20260630 12:14:34.335711   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821674335690 us; error 0 us; skew 500 ppm
I20260630 12:14:34.336476   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:34.337692  7148 ts_manager.cc:194] Registered new tserver with Master: d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515)
I20260630 12:14:34.339154   431 webserver.cc:533] Webserver started at http://127.0.107.195:37095/ using document root <none> and password file <none>
I20260630 12:14:34.339658   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:34.339600  7148 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36538
I20260630 12:14:34.340034   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:34.340358   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:34.341729   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:34.346230   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:34.349466  7361 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.350310   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:34.350653   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:34.350978   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:34.365705   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:34.366849   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:34.368234   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:34.370420   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:34.370646   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.370873   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:34.371071   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:34.410274   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35193
I20260630 12:14:34.410383  7423 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35193 every 8 connection(s)
I20260630 12:14:34.424839  7424 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39731
I20260630 12:14:34.425261  7424 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:34.426157  7424 heartbeater.cc:507] Master 127.0.107.254:39731 requested a full tablet report, sending...
I20260630 12:14:34.428099  7148 ts_manager.cc:194] Registered new tserver with Master: 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:34.428372   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014853555s
I20260630 12:14:34.429457  7148 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36552
I20260630 12:14:35.232854  7275 heartbeater.cc:499] Master 127.0.107.254:39731 was elected leader, sending a full tablet report...
I20260630 12:14:35.342267  7350 heartbeater.cc:499] Master 127.0.107.254:39731 was elected leader, sending a full tablet report...
I20260630 12:14:35.432343  7424 heartbeater.cc:499] Master 127.0.107.254:39731 was elected leader, sending a full tablet report...
I20260630 12:14:35.485426  7148 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34760:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:35.487962  7148 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:35.553679  7388 tablet_service.cc:1511] Processing CreateTablet for tablet 909387b8b14c451990c10bc617f75b8d (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:35.553409  7387 tablet_service.cc:1511] Processing CreateTablet for tablet 8589b6ea7bcd43c1858bab9292b8efed (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:35.554483  7389 tablet_service.cc:1511] Processing CreateTablet for tablet 565f9672368642ae938103f4c5ddc557 (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:35.555235  7388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 909387b8b14c451990c10bc617f75b8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.555902  7389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 565f9672368642ae938103f4c5ddc557. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.556491  7387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8589b6ea7bcd43c1858bab9292b8efed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.557437  7240 tablet_service.cc:1511] Processing CreateTablet for tablet 565f9672368642ae938103f4c5ddc557 (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:35.558928  7240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 565f9672368642ae938103f4c5ddc557. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.562798  7239 tablet_service.cc:1511] Processing CreateTablet for tablet 909387b8b14c451990c10bc617f75b8d (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:35.564128  7239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 909387b8b14c451990c10bc617f75b8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.566820  7238 tablet_service.cc:1511] Processing CreateTablet for tablet 8589b6ea7bcd43c1858bab9292b8efed (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:35.568241  7238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8589b6ea7bcd43c1858bab9292b8efed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.570077  7237 tablet_service.cc:1511] Processing CreateTablet for tablet e996c98a94194fe183580a986f2bb893 (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:35.571480  7237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e996c98a94194fe183580a986f2bb893. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.581571  7444 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:35.588485  7444 tablet_bootstrap.cc:654] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.591979  7387 tablet_service.cc:1511] Processing CreateTablet for tablet e996c98a94194fe183580a986f2bb893 (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:35.595233  7314 tablet_service.cc:1511] Processing CreateTablet for tablet 909387b8b14c451990c10bc617f75b8d (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:35.596730  7314 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 909387b8b14c451990c10bc617f75b8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.598779  7313 tablet_service.cc:1511] Processing CreateTablet for tablet 8589b6ea7bcd43c1858bab9292b8efed (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:35.600132  7313 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8589b6ea7bcd43c1858bab9292b8efed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.601277  7312 tablet_service.cc:1511] Processing CreateTablet for tablet e996c98a94194fe183580a986f2bb893 (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:35.602716  7312 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e996c98a94194fe183580a986f2bb893. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.604875  7444 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: No bootstrap required, opened a new log
I20260630 12:14:35.605307  7444 ts_tablet_manager.cc:1403] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.000s
I20260630 12:14:35.593412  7315 tablet_service.cc:1511] Processing CreateTablet for tablet 565f9672368642ae938103f4c5ddc557 (DEFAULT_TABLE table=test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:35.606459  7315 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 565f9672368642ae938103f4c5ddc557. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.609194  7444 raft_consensus.cc:359] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.610333  7444 raft_consensus.cc:385] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.610790  7444 raft_consensus.cc:740] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.612128  7444 consensus_queue.cc:260] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.595273  7387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e996c98a94194fe183580a986f2bb893. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:35.630702  7445 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:35.639039  7444 ts_tablet_manager.cc:1434] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.033s	user 0.010s	sys 0.003s
I20260630 12:14:35.639227  7445 tablet_bootstrap.cc:654] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.640136  7444 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:35.648732  7444 tablet_bootstrap.cc:654] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.653489  7448 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:35.655547  7445 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: No bootstrap required, opened a new log
I20260630 12:14:35.656096  7444 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: No bootstrap required, opened a new log
I20260630 12:14:35.656124  7445 ts_tablet_manager.cc:1403] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.004s
I20260630 12:14:35.656675  7444 ts_tablet_manager.cc:1403] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.004s
I20260630 12:14:35.659042  7444 raft_consensus.cc:359] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.659605  7444 raft_consensus.cc:385] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.660202  7444 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.659596  7445 raft_consensus.cc:359] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.660655  7445 raft_consensus.cc:385] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.660750  7448 tablet_bootstrap.cc:654] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.661123  7445 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.660924  7444 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.662812  7444 ts_tablet_manager.cc:1434] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:14:35.663698  7444 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:35.662010  7445 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
W20260630 12:14:35.665613  7425 tablet.cc:2406] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:14:35.670432  7444 tablet_bootstrap.cc:654] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.677320  7445 ts_tablet_manager.cc:1434] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.003s
I20260630 12:14:35.680684  7445 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:35.687722  7444 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: No bootstrap required, opened a new log
I20260630 12:14:35.688198  7444 ts_tablet_manager.cc:1403] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.025s	user 0.003s	sys 0.013s
I20260630 12:14:35.690629  7444 raft_consensus.cc:359] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.691344  7444 raft_consensus.cc:385] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.691715  7445 tablet_bootstrap.cc:654] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.691661  7444 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.693372  7444 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.694371  7448 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: No bootstrap required, opened a new log
I20260630 12:14:35.694934  7448 ts_tablet_manager.cc:1403] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.042s	user 0.010s	sys 0.021s
I20260630 12:14:35.696498  7444 ts_tablet_manager.cc:1434] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:14:35.698017  7448 raft_consensus.cc:359] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.698839  7448 raft_consensus.cc:385] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.699178  7448 raft_consensus.cc:740] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.699186  7444 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:35.700430  7448 consensus_queue.cc:260] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.702278  7445 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: No bootstrap required, opened a new log
I20260630 12:14:35.702914  7445 ts_tablet_manager.cc:1403] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.003s
I20260630 12:14:35.707098  7445 raft_consensus.cc:359] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.707665  7444 tablet_bootstrap.cc:654] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.707981  7445 raft_consensus.cc:385] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.708393  7445 raft_consensus.cc:740] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.709342  7445 consensus_queue.cc:260] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.712109  7445 ts_tablet_manager.cc:1434] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:14:35.713227  7445 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:35.713515  7448 ts_tablet_manager.cc:1434] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.018s	user 0.013s	sys 0.000s
I20260630 12:14:35.713904  7444 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: No bootstrap required, opened a new log
I20260630 12:14:35.714490  7444 ts_tablet_manager.cc:1403] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260630 12:14:35.717772  7444 raft_consensus.cc:359] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.718669  7444 raft_consensus.cc:385] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.719069  7444 raft_consensus.cc:740] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.720175  7445 tablet_bootstrap.cc:654] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.719980  7444 consensus_queue.cc:260] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.720968  7448 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:35.722747  7444 ts_tablet_manager.cc:1434] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:14:35.728178  7448 tablet_bootstrap.cc:654] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.729338  7445 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: No bootstrap required, opened a new log
I20260630 12:14:35.729884  7445 ts_tablet_manager.cc:1403] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.003s
I20260630 12:14:35.733037  7445 raft_consensus.cc:359] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.733664  7445 raft_consensus.cc:385] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.733951  7445 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.734707  7445 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.736591  7445 ts_tablet_manager.cc:1434] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:14:35.737739  7445 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:35.743041  7448 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: No bootstrap required, opened a new log
I20260630 12:14:35.743568  7448 ts_tablet_manager.cc:1403] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.006s
I20260630 12:14:35.744249  7445 tablet_bootstrap.cc:654] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.746423  7448 raft_consensus.cc:359] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.747249  7448 raft_consensus.cc:385] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.747601  7448 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.748594  7448 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.750573  7448 ts_tablet_manager.cc:1434] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:35.751761  7448 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:35.753706  7445 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: No bootstrap required, opened a new log
I20260630 12:14:35.754295  7445 ts_tablet_manager.cc:1403] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.003s
I20260630 12:14:35.756949  7448 tablet_bootstrap.cc:654] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.757134  7445 raft_consensus.cc:359] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.757925  7445 raft_consensus.cc:385] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.758457  7445 raft_consensus.cc:740] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.759403  7445 consensus_queue.cc:260] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.761781  7445 ts_tablet_manager.cc:1434] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:35.763206  7448 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: No bootstrap required, opened a new log
I20260630 12:14:35.763655  7448 ts_tablet_manager.cc:1403] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.000s
I20260630 12:14:35.766036  7448 raft_consensus.cc:359] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.766587  7448 raft_consensus.cc:385] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.766820  7448 raft_consensus.cc:740] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.767397  7448 consensus_queue.cc:260] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.769295  7448 ts_tablet_manager.cc:1434] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:35.770314  7448 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:35.775578  7448 tablet_bootstrap.cc:654] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.779739  7448 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: No bootstrap required, opened a new log
I20260630 12:14:35.780130  7448 ts_tablet_manager.cc:1403] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.010s	user 0.005s	sys 0.004s
I20260630 12:14:35.782298  7448 raft_consensus.cc:359] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.782848  7448 raft_consensus.cc:385] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.783207  7448 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.784020  7448 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.786123  7448 ts_tablet_manager.cc:1434] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.004s
I20260630 12:14:35.907727  7455 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.908171  7455 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.910519  7455 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193), fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:35.912745  7447 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.913499  7447 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.922863  7452 raft_consensus.cc:493] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.923589  7452 raft_consensus.cc:515] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.924216  7447 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:35.930076  7452 leader_election.cc:290] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:35.948066  7250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062" is_pre_election: true
I20260630 12:14:35.949018  7250 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 0.
I20260630 12:14:35.950652  7288 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:35.951586  7455 raft_consensus.cc:2804] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.951974  7455 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.952301  7455 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.958084  7250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062" is_pre_election: true
I20260630 12:14:35.958889  7250 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 24f2d9ef92044a40bd190c2f7218b0c9 in term 0.
I20260630 12:14:35.959107  7325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:35.959944  7325 raft_consensus.cc:2468] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 0.
I20260630 12:14:35.959097  7399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:35.960580  7362 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24f2d9ef92044a40bd190c2f7218b0c9, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:35.960937  7399 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 0.
I20260630 12:14:35.961272  7214 leader_election.cc:304] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:35.961761  7447 raft_consensus.cc:2804] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.962123  7447 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.962159  7452 raft_consensus.cc:2804] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.962601  7447 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.962716  7452 raft_consensus.cc:493] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.963186  7452 raft_consensus.cc:3060] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.963788  7325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:35.965019  7455 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.966678  7325 raft_consensus.cc:2393] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 24f2d9ef92044a40bd190c2f7218b0c9 in current term 1: Already voted for candidate d7b6b4e4933e46919be482997927ca5e in this term.
I20260630 12:14:35.967693  7455 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 1 election: Requested vote from peers 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193), fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:35.968504  7250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062"
I20260630 12:14:35.969189  7250 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.970996  7399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:35.971158  7452 raft_consensus.cc:515] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.971480  7447 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.972723  7399 raft_consensus.cc:2393] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d7b6b4e4933e46919be482997927ca5e in current term 1: Already voted for candidate 24f2d9ef92044a40bd190c2f7218b0c9 in this term.
I20260630 12:14:35.973814  7447 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [CANDIDATE]: Term 1 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:35.974840  7325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:35.976146  7325 raft_consensus.cc:3060] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.976995  7452 leader_election.cc:290] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:35.978572  7324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:35.979422  7399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:35.979486  7398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:35.980191  7249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062"
I20260630 12:14:35.980253  7399 raft_consensus.cc:2468] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 0.
I20260630 12:14:35.979516  7324 raft_consensus.cc:2393] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 24f2d9ef92044a40bd190c2f7218b0c9 in current term 1: Already voted for candidate d7b6b4e4933e46919be482997927ca5e in this term.
I20260630 12:14:35.981931  7250 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 1.
I20260630 12:14:35.984346  7363 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [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: 24f2d9ef92044a40bd190c2f7218b0c9; no voters: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062
I20260630 12:14:35.982069  7452 raft_consensus.cc:493] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.985033  7288 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 24f2d9ef92044a40bd190c2f7218b0c9
I20260630 12:14:35.985474  7447 raft_consensus.cc:2749] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:14:35.985261  7452 raft_consensus.cc:515] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.986444  7455 raft_consensus.cc:2804] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:35.987550  7325 raft_consensus.cc:2468] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:35.987661  7455 raft_consensus.cc:697] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 LEADER]: Becoming Leader. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Running, Role: LEADER
I20260630 12:14:35.988840  7324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:35.989220  7214 leader_election.cc:304] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [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: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 24f2d9ef92044a40bd190c2f7218b0c9
I20260630 12:14:35.989467  7324 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 0.
I20260630 12:14:35.989876  7452 leader_election.cc:290] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:35.989300  7455 consensus_queue.cc:237] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:35.990494  7452 raft_consensus.cc:2804] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:35.991082  7452 raft_consensus.cc:697] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 LEADER]: Becoming Leader. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:35.991887  7452 consensus_queue.cc:237] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:35.992487  7214 leader_election.cc:304] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:35.992995  7399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:35.993731  7399 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 0.
I20260630 12:14:35.993803  7471 raft_consensus.cc:2804] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.994549  7471 raft_consensus.cc:493] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.995015  7471 raft_consensus.cc:3060] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:36.001830  7146 catalog_manager.cc:5697] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e reported cstate change: term changed from 0 to 1, leader changed from <none> to d7b6b4e4933e46919be482997927ca5e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:36.003188  7471 raft_consensus.cc:515] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:36.004190  7147 catalog_manager.cc:5697] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: term changed from 0 to 1, leader changed from <none> to fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:36.005208  7471 leader_election.cc:290] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:36.005928  7324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:36.006338  7324 raft_consensus.cc:3060] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:36.007611  7399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:36.008198  7399 raft_consensus.cc:3060] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:36.014166  7324 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:36.015481  7399 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:36.015413  7214 leader_election.cc:304] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:36.016587  7471 raft_consensus.cc:2804] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:36.017084  7471 raft_consensus.cc:697] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 LEADER]: Becoming Leader. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:36.017853  7471 consensus_queue.cc:237] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:36.025087  7146 catalog_manager.cc:5697] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: term changed from 0 to 1, leader changed from <none> to fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:36.038796  7196 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:36.052838  7455 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:36.053031  7471 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:36.053478  7455 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:36.053603  7471 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:36.055555  7455 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:36.056545  7250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062" is_pre_election: true
I20260630 12:14:36.055598  7471 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:36.057029  7324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:36.057031  7398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:36.057101  7399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:36.057183  7250 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 0.
I20260630 12:14:36.057921  7324 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 0.
I20260630 12:14:36.058053  7398 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 0.
I20260630 12:14:36.059075  7288 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:36.059362  7214 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [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: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 24f2d9ef92044a40bd190c2f7218b0c9
I20260630 12:14:36.060128  7471 raft_consensus.cc:2804] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:36.059933  7455 raft_consensus.cc:2804] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:36.060528  7471 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:36.060602  7455 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:36.060992  7471 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:36.061061  7455 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:36.067960  7455 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:36.067960  7471 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:36.070241  7455 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 1 election: Requested vote from peers fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:36.071177  7250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062"
I20260630 12:14:36.071328  7324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:36.071489  7399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:36.071959  7250 raft_consensus.cc:2393] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d7b6b4e4933e46919be482997927ca5e in current term 1: Already voted for candidate fec3fe535e8b44baba7f18fe92bd8062 in this term.
I20260630 12:14:36.072118  7324 raft_consensus.cc:2393] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate fec3fe535e8b44baba7f18fe92bd8062 in current term 1: Already voted for candidate d7b6b4e4933e46919be482997927ca5e in this term.
I20260630 12:14:36.072532  7471 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 1 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:36.072032  7399 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:36.075562  7398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:36.076745  7214 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [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: fec3fe535e8b44baba7f18fe92bd8062; no voters: 24f2d9ef92044a40bd190c2f7218b0c9, d7b6b4e4933e46919be482997927ca5e
I20260630 12:14:36.077404  7471 raft_consensus.cc:2749] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:14:36.078562  7399 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 1.
I20260630 12:14:36.079504  7289 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: 24f2d9ef92044a40bd190c2f7218b0c9, d7b6b4e4933e46919be482997927ca5e; no voters: fec3fe535e8b44baba7f18fe92bd8062
I20260630 12:14:36.080147  7455 raft_consensus.cc:2804] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:36.080593  7455 raft_consensus.cc:697] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 LEADER]: Becoming Leader. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Running, Role: LEADER
I20260630 12:14:36.081283  7455 consensus_queue.cc:237] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:36.088097  7146 catalog_manager.cc:5697] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e reported cstate change: term changed from 0 to 1, leader changed from <none> to d7b6b4e4933e46919be482997927ca5e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:36.131897   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:36.149093   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:36.150000   431 tablet_replica.cc:333] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: stopping tablet replica
I20260630 12:14:36.150538   431 raft_consensus.cc:2243] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.150887   431 raft_consensus.cc:2272] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.152897   431 tablet_replica.cc:333] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: stopping tablet replica
I20260630 12:14:36.153673   431 raft_consensus.cc:2243] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:36.154438   431 pending_rounds.cc:70] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Trying to abort 1 pending ops.
I20260630 12:14:36.154635   431 pending_rounds.cc:77] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437584978726912 op_type: NO_OP noop_request { }
I20260630 12:14:36.154891   431 raft_consensus.cc:2889] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:36.155143   431 raft_consensus.cc:2272] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.157567   431 tablet_replica.cc:333] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: stopping tablet replica
I20260630 12:14:36.158097   431 raft_consensus.cc:2243] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:36.158607   431 pending_rounds.cc:70] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Trying to abort 1 pending ops.
I20260630 12:14:36.158773   431 pending_rounds.cc:77] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437584872189952 op_type: NO_OP noop_request { }
I20260630 12:14:36.158993   431 raft_consensus.cc:2889] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:36.159209   431 raft_consensus.cc:2272] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.161422   431 tablet_replica.cc:333] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: stopping tablet replica
I20260630 12:14:36.161898   431 raft_consensus.cc:2243] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.162205   431 raft_consensus.cc:2272] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.185724   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:36.197342   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:36.216174   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:36.217038   431 tablet_replica.cc:333] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: stopping tablet replica
I20260630 12:14:36.217671   431 raft_consensus.cc:2243] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:36.218278   431 pending_rounds.cc:70] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Trying to abort 1 pending ops.
I20260630 12:14:36.218504   431 pending_rounds.cc:77] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437584862875648 op_type: NO_OP noop_request { }
I20260630 12:14:36.218783   431 raft_consensus.cc:2889] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:36.219076   431 raft_consensus.cc:2272] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.221664   431 tablet_replica.cc:333] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: stopping tablet replica
I20260630 12:14:36.222204   431 raft_consensus.cc:2243] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.222586   431 raft_consensus.cc:2272] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.224632   431 tablet_replica.cc:333] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: stopping tablet replica
I20260630 12:14:36.225133   431 raft_consensus.cc:2243] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:36.225800   431 pending_rounds.cc:70] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Trying to abort 1 pending ops.
I20260630 12:14:36.226042   431 pending_rounds.cc:77] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437585235570688 op_type: NO_OP noop_request { }
I20260630 12:14:36.226441   431 raft_consensus.cc:2889] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:36.226733   431 raft_consensus.cc:2272] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.228997   431 tablet_replica.cc:333] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: stopping tablet replica
I20260630 12:14:36.229494   431 raft_consensus.cc:2243] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.229909   431 raft_consensus.cc:2272] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.253633   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:36.264891   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:36.284003   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:36.284705   431 tablet_replica.cc:333] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: stopping tablet replica
I20260630 12:14:36.285298   431 raft_consensus.cc:2243] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.285753   431 raft_consensus.cc:2272] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.287467   431 tablet_replica.cc:333] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: stopping tablet replica
I20260630 12:14:36.287983   431 raft_consensus.cc:2243] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.288347   431 raft_consensus.cc:2272] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.289981   431 tablet_replica.cc:333] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: stopping tablet replica
I20260630 12:14:36.290463   431 raft_consensus.cc:2243] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.290817   431 raft_consensus.cc:2272] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.292377   431 tablet_replica.cc:333] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: stopping tablet replica
I20260630 12:14:36.292841   431 raft_consensus.cc:2243] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:36.293215   431 raft_consensus.cc:2272] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:36.314692   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:36.328579   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:36.334087  7476 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:36.334712  7477 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:36.336385   431 server_base.cc:1061] running on GCE node
W20260630 12:14:36.336793  7479 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:36.338093   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:36.338425   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:36.338662   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821676338648 us; error 0 us; skew 500 ppm
I20260630 12:14:36.339215   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:36.341359   431 webserver.cc:533] Webserver started at http://127.0.107.196:41083/ using document root <none> and password file <none>
I20260630 12:14:36.341943   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:36.342185   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:36.342468   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:36.343515   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "54ba7926e6b746de9f18d83f2a13c276"
format_stamp: "Formatted at 2026-06-30 12:14:36 on dist-test-slave-ctg2"
I20260630 12:14:36.348263   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:36.351691  7484 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.352530   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:36.352950   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "54ba7926e6b746de9f18d83f2a13c276"
format_stamp: "Formatted at 2026-06-30 12:14:36 on dist-test-slave-ctg2"
I20260630 12:14:36.353350   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:36.367473   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:36.368611   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:36.370101   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:36.372318   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:36.372622   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.372946   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:36.373219   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.410318   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35277
I20260630 12:14:36.410360  7546 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35277 every 8 connection(s)
I20260630 12:14:36.424718  7547 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39731
I20260630 12:14:36.425160  7547 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:36.425947  7547 heartbeater.cc:507] Master 127.0.107.254:39731 requested a full tablet report, sending...
I20260630 12:14:36.428022  7146 ts_manager.cc:194] Registered new tserver with Master: 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196:35277)
I20260630 12:14:36.429473  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34772
W20260630 12:14:37.050572  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 565f9672368642ae938103f4c5ddc557: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42515: connect: Connection refused (error 111)
W20260630 12:14:37.053999  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 909387b8b14c451990c10bc617f75b8d: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42515: connect: Connection refused (error 111)
W20260630 12:14:37.057313  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 8589b6ea7bcd43c1858bab9292b8efed: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36401: connect: Connection refused (error 111)
I20260630 12:14:37.431986  7547 heartbeater.cc:499] Master 127.0.107.254:39731 was elected leader, sending a full tablet report...
W20260630 12:14:38.070130  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 8589b6ea7bcd43c1858bab9292b8efed: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36401: connect: Connection refused (error 111)
W20260630 12:14:38.073733  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 565f9672368642ae938103f4c5ddc557: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42515: connect: Connection refused (error 111)
W20260630 12:14:38.076825  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet e996c98a94194fe183580a986f2bb893: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36401: connect: Connection refused (error 111)
W20260630 12:14:39.107880  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 565f9672368642ae938103f4c5ddc557: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42515: connect: Connection refused (error 111)
W20260630 12:14:39.111078  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet e996c98a94194fe183580a986f2bb893: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36401: connect: Connection refused (error 111)
W20260630 12:14:39.114181  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 8589b6ea7bcd43c1858bab9292b8efed: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36401: connect: Connection refused (error 111)
W20260630 12:14:40.127137  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 909387b8b14c451990c10bc617f75b8d: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42515: connect: Connection refused (error 111)
W20260630 12:14:40.130559  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 8589b6ea7bcd43c1858bab9292b8efed: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36401: connect: Connection refused (error 111)
W20260630 12:14:40.133965  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 565f9672368642ae938103f4c5ddc557: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42515: connect: Connection refused (error 111)
W20260630 12:14:41.136721  7196 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver d7b6b4e4933e46919be482997927ca5e not available for placement
W20260630 12:14:42.138715  7196 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver d7b6b4e4933e46919be482997927ca5e not available for placement
W20260630 12:14:43.140712  7196 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver d7b6b4e4933e46919be482997927ca5e not available for placement
I20260630 12:14:43.447875   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:43.457017  7557 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:43.457558  7556 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:43.460220  7559 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:43.463387   431 server_base.cc:1061] running on GCE node
I20260630 12:14:43.465009   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:43.465268   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:43.465471   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821683465456 us; error 0 us; skew 500 ppm
I20260630 12:14:43.466111   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:43.469048   431 webserver.cc:533] Webserver started at http://127.0.107.193:34935/ using document root <none> and password file <none>
I20260630 12:14:43.469664   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:43.469889   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:43.474452   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:14:43.478051  7564 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:43.478994   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:14:43.479269   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "fec3fe535e8b44baba7f18fe92bd8062"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:43.479635   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:43.498027   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:43.499269   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:43.500761   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:43.504607  7571 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:14:43.526970   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:43.527294   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.024s	user 0.002s	sys 0.000s
I20260630 12:14:43.527618   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:14:43.533310  7571 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:43.544348   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:43.544646   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.015s	sys 0.000s
I20260630 12:14:43.547905  7571 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:43.548815  7571 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap complete.
I20260630 12:14:43.549398  7571 ts_tablet_manager.cc:1403] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.002s
I20260630 12:14:43.552004  7571 raft_consensus.cc:359] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.553069  7571 raft_consensus.cc:740] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.554073  7571 consensus_queue.cc:260] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.557821  7571 ts_tablet_manager.cc:1434] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:14:43.558604  7571 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:43.570822  7571 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.571547  7571 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap complete.
I20260630 12:14:43.572384  7571 ts_tablet_manager.cc:1403] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.002s
I20260630 12:14:43.574864  7571 raft_consensus.cc:359] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:43.575440  7571 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.576426  7571 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:43.578290  7571 ts_tablet_manager.cc:1434] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:14:43.579053  7571 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:43.592681  7571 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:43.593528  7571 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap complete.
I20260630 12:14:43.594197  7571 ts_tablet_manager.cc:1403] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.004s
I20260630 12:14:43.596704  7571 raft_consensus.cc:359] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.597419  7571 raft_consensus.cc:740] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.598227  7571 consensus_queue.cc:260] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.600227  7571 ts_tablet_manager.cc:1434] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260630 12:14:43.601037  7571 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap starting.
I20260630 12:14:43.607499   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36401
I20260630 12:14:43.607630  7631 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36401 every 8 connection(s)
I20260630 12:14:43.613430   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:43.613507  7571 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.615584  7571 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Bootstrap complete.
I20260630 12:14:43.616345  7571 ts_tablet_manager.cc:1403] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.007s
I20260630 12:14:43.619474  7571 raft_consensus.cc:359] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.620574  7571 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.621718  7571 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.624858  7571 ts_tablet_manager.cc:1434] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
W20260630 12:14:43.628883  7637 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:43.635810  7638 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:43.639290  7640 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:43.640233   431 server_base.cc:1061] running on GCE node
I20260630 12:14:43.641561   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:43.641880   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:43.642118   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821683642100 us; error 0 us; skew 500 ppm
I20260630 12:14:43.642841   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:43.645761   431 webserver.cc:533] Webserver started at http://127.0.107.194:39233/ using document root <none> and password file <none>
I20260630 12:14:43.646287   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:43.646499   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:43.646872  7633 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39731
I20260630 12:14:43.647310  7633 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:43.648047  7633 heartbeater.cc:507] Master 127.0.107.254:39731 requested a full tablet report, sending...
I20260630 12:14:43.650449   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:14:43.652390  7146 ts_manager.cc:194] Re-registered known tserver with Master: fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:43.654309  7645 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:43.655319   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:14:43.655648   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "d7b6b4e4933e46919be482997927ca5e"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:43.655956   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:43.659077  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34788
I20260630 12:14:43.662233  7633 heartbeater.cc:499] Master 127.0.107.254:39731 was elected leader, sending a full tablet report...
I20260630 12:14:43.682638   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:43.683900   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:43.685413   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:43.709700   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:43.710000   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.022s	user 0.001s	sys 0.000s
I20260630 12:14:43.714838  7652 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:43.724896   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:43.725196   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:14:43.725744  7652 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.726671  7652 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Bootstrap complete.
I20260630 12:14:43.727222  7652 ts_tablet_manager.cc:1403] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.013s	user 0.001s	sys 0.010s
I20260630 12:14:43.729206  7652 raft_consensus.cc:359] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.729825  7652 raft_consensus.cc:740] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.730557  7652 consensus_queue.cc:260] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.733045  7652 ts_tablet_manager.cc:1434] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260630 12:14:43.734097  7652 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:43.748771  7652 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:43.749684  7652 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Bootstrap complete.
I20260630 12:14:43.750402  7652 ts_tablet_manager.cc:1403] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.001s
I20260630 12:14:43.752624  7652 raft_consensus.cc:359] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:43.753310  7652 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.754022  7652 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:43.755980  7652 ts_tablet_manager.cc:1434] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:43.756668  7652 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:43.769824  7652 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.770844  7652 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Bootstrap complete.
I20260630 12:14:43.771595  7652 ts_tablet_manager.cc:1403] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.008s
I20260630 12:14:43.774008  7652 raft_consensus.cc:359] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.774768  7652 raft_consensus.cc:740] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.775445  7652 consensus_queue.cc:260] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.777523  7652 ts_tablet_manager.cc:1434] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:14:43.778308  7652 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Bootstrap starting.
I20260630 12:14:43.781729   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42515
I20260630 12:14:43.782016  7712 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42515 every 8 connection(s)
I20260630 12:14:43.786418   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:43.794947  7717 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:43.795487  7652 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:43.796552  7652 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Bootstrap complete.
I20260630 12:14:43.797257  7652 ts_tablet_manager.cc:1403] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.000s
I20260630 12:14:43.800947  7652 raft_consensus.cc:359] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.801766  7713 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39731
I20260630 12:14:43.802129  7652 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.802734  7713 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:43.804080  7713 heartbeater.cc:507] Master 127.0.107.254:39731 requested a full tablet report, sending...
I20260630 12:14:43.803545  7652 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.807341  7652 ts_tablet_manager.cc:1434] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
W20260630 12:14:43.807437  7718 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:43.808637  7720 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:43.809223   431 server_base.cc:1061] running on GCE node
I20260630 12:14:43.809914  7146 ts_manager.cc:194] Re-registered known tserver with Master: d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515)
I20260630 12:14:43.810564   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:43.810853   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:43.811084   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821683811054 us; error 0 us; skew 500 ppm
I20260630 12:14:43.811862   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:43.814823   431 webserver.cc:533] Webserver started at http://127.0.107.195:37095/ using document root <none> and password file <none>
I20260630 12:14:43.815455   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:43.815694   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:43.816907  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34802
I20260630 12:14:43.819564  7713 heartbeater.cc:499] Master 127.0.107.254:39731 was elected leader, sending a full tablet report...
I20260630 12:14:43.820374   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:43.824167  7725 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:43.825066   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:43.825438   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
format_stamp: "Formatted at 2026-06-30 12:14:34 on dist-test-slave-ctg2"
I20260630 12:14:43.825819   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-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)
I20260630 12:14:43.860281   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:43.861425   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:43.862939   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:43.887611   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:43.887957   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.022s	user 0.002s	sys 0.000s
I20260630 12:14:43.892685  7732 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:43.904419   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:43.904775   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.014s	sys 0.000s
I20260630 12:14:43.907346  7732 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.908149  7732 tablet_bootstrap.cc:492] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap complete.
I20260630 12:14:43.908725  7732 ts_tablet_manager.cc:1403] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260630 12:14:43.910843  7732 raft_consensus.cc:359] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.911384  7732 raft_consensus.cc:385] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:43.911629  7732 raft_consensus.cc:740] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.912369  7732 consensus_queue.cc:260] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.915123  7732 ts_tablet_manager.cc:1434] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:14:43.915817  7732 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:43.927812  7732 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.928651  7732 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap complete.
I20260630 12:14:43.929064  7736 raft_consensus.cc:493] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:43.929458  7732 ts_tablet_manager.cc:1403] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.005s
I20260630 12:14:43.929829  7736 raft_consensus.cc:515] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.931834  7732 raft_consensus.cc:359] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:43.932425  7732 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.933449  7736 leader_election.cc:290] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401), d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515)
I20260630 12:14:43.933336  7732 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:43.949463  7732 ts_tablet_manager.cc:1434] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260630 12:14:43.950543  7732 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:43.965080  7606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062" is_pre_election: true
I20260630 12:14:43.966253  7606 raft_consensus.cc:2393] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 24f2d9ef92044a40bd190c2f7218b0c9 in current term 1: Already voted for candidate fec3fe535e8b44baba7f18fe92bd8062 in this term.
I20260630 12:14:43.967044  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:43.968274  7687 raft_consensus.cc:2393] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 24f2d9ef92044a40bd190c2f7218b0c9 in current term 1: Already voted for candidate fec3fe535e8b44baba7f18fe92bd8062 in this term.
I20260630 12:14:43.970034  7727 leader_election.cc:304] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [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: 24f2d9ef92044a40bd190c2f7218b0c9; no voters: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062
I20260630 12:14:43.971156  7736 raft_consensus.cc:3060] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:43.973742  7732 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.974828  7732 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap complete.
I20260630 12:14:43.975574  7732 ts_tablet_manager.cc:1403] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.005s
I20260630 12:14:43.978850  7732 raft_consensus.cc:359] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.979661  7732 raft_consensus.cc:740] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.980399  7736 raft_consensus.cc:2749] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:43.980572  7732 consensus_queue.cc:260] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.983078  7732 ts_tablet_manager.cc:1434] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:43.983808  7732 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap starting.
I20260630 12:14:43.995630  7732 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:43.996527  7732 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Bootstrap complete.
I20260630 12:14:43.997184  7732 ts_tablet_manager.cc:1403] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:14:43.999352  7732 raft_consensus.cc:359] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:43.999928  7732 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2d9ef92044a40bd190c2f7218b0c9, State: Initialized, Role: FOLLOWER
I20260630 12:14:44.000661  7732 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.001569   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35193
I20260630 12:14:44.001854  7797 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35193 every 8 connection(s)
I20260630 12:14:44.002633  7732 ts_tablet_manager.cc:1434] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:14:44.015229  7798 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39731
I20260630 12:14:44.015713  7798 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:44.016479  7798 heartbeater.cc:507] Master 127.0.107.254:39731 requested a full tablet report, sending...
I20260630 12:14:44.020196  7146 ts_manager.cc:194] Re-registered known tserver with Master: 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.025017  7146 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34816
W20260630 12:14:44.163177  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 909387b8b14c451990c10bc617f75b8d: Illegal state: Replica d7b6b4e4933e46919be482997927ca5e is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } }
W20260630 12:14:44.175083  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 8589b6ea7bcd43c1858bab9292b8efed: Illegal state: Replica fec3fe535e8b44baba7f18fe92bd8062 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } }
W20260630 12:14:44.178925  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 565f9672368642ae938103f4c5ddc557: Illegal state: Replica d7b6b4e4933e46919be482997927ca5e is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } }
I20260630 12:14:44.731892  7801 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:44.732808  7801 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:44.735334  7801 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.747413  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:44.747797  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:44.748596  7687 raft_consensus.cc:2410] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fec3fe535e8b44baba7f18fe92bd8062 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:44.748704  7772 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:44.750258  7566 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 24f2d9ef92044a40bd190c2f7218b0c9, fec3fe535e8b44baba7f18fe92bd8062; no voters: d7b6b4e4933e46919be482997927ca5e
I20260630 12:14:44.751098  7801 raft_consensus.cc:2804] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:44.751691  7801 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:44.752105  7801 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.757406  7801 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:44.759338  7801 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.760020  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:44.760466  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:44.760999  7687 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.761767  7772 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.767036  7687 raft_consensus.cc:2410] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate fec3fe535e8b44baba7f18fe92bd8062 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:44.767123  7772 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 2.
I20260630 12:14:44.768612  7566 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [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: 24f2d9ef92044a40bd190c2f7218b0c9, fec3fe535e8b44baba7f18fe92bd8062; no voters: d7b6b4e4933e46919be482997927ca5e
I20260630 12:14:44.769428  7801 raft_consensus.cc:2804] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:44.770687  7801 raft_consensus.cc:697] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Becoming Leader. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:44.771520  7801 consensus_queue.cc:237] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Queue going to LEADER 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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:44.779897  7146 catalog_manager.cc:5697] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: term changed from 1 to 2, leader changed from d7b6b4e4933e46919be482997927ca5e (127.0.107.194) to fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:44.831508  7801 raft_consensus.cc:493] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:44.832206  7801 raft_consensus.cc:515] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.834241  7801 leader_election.cc:290] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.834780  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:44.835371  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:44.835675  7687 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:44.836258  7772 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:44.837025  7566 leader_election.cc:304] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [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: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:44.837847  7801 raft_consensus.cc:2804] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:44.838292  7801 raft_consensus.cc:493] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:44.838701  7801 raft_consensus.cc:3060] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.843428  7801 raft_consensus.cc:515] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.845120  7801 leader_election.cc:290] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.846099  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:44.846199  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e996c98a94194fe183580a986f2bb893" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:44.846769  7687 raft_consensus.cc:3060] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.847047  7772 raft_consensus.cc:3060] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.851480  7687 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 2.
I20260630 12:14:44.851969  7772 raft_consensus.cc:2468] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 2.
I20260630 12:14:44.852605  7566 leader_election.cc:304] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [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: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:44.853529  7801 raft_consensus.cc:2804] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:44.854164  7801 raft_consensus.cc:697] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Becoming Leader. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:44.855093  7801 consensus_queue.cc:237] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.861984  7801 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:44.862654  7801 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.862815  7146 catalog_manager.cc:5697] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:44.865206  7801 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.865772  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:44.866240  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:44.866922  7687 raft_consensus.cc:2410] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fec3fe535e8b44baba7f18fe92bd8062 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:44.867177  7772 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:44.868726  7566 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [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: 24f2d9ef92044a40bd190c2f7218b0c9, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:44.869733  7801 raft_consensus.cc:2804] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:44.870249  7801 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:44.870663  7801 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.876045  7801 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.877769  7801 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.878556  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:44.878863  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:44.879432  7687 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.879673  7772 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:44.886713  7772 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 2.
I20260630 12:14:44.887043  7687 raft_consensus.cc:2410] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate fec3fe535e8b44baba7f18fe92bd8062 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:44.888239  7566 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [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: 24f2d9ef92044a40bd190c2f7218b0c9, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:44.889050  7801 raft_consensus.cc:2804] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:44.889793  7801 raft_consensus.cc:697] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Becoming Leader. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:44.890585  7801 consensus_queue.cc:237] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Queue going to LEADER 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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.897965  7146 catalog_manager.cc:5697] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: term changed from 1 to 2, leader changed from d7b6b4e4933e46919be482997927ca5e (127.0.107.194) to fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:44.976775  7814 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:44.977496  7814 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:44.979816  7814 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:44.990432  7814 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:44.991081  7814 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:44.991561  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:44.991573  7606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062" is_pre_election: true
I20260630 12:14:44.992703  7772 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 2.
I20260630 12:14:44.993846  7814 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193), fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:44.994982  7647 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: 24f2d9ef92044a40bd190c2f7218b0c9, d7b6b4e4933e46919be482997927ca5e; no voters: fec3fe535e8b44baba7f18fe92bd8062
I20260630 12:14:44.995177  7606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062" is_pre_election: true
I20260630 12:14:44.995954  7814 raft_consensus.cc:2804] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:14:44.995878  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:44.996603  7814 raft_consensus.cc:493] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:44.997219  7772 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 2.
I20260630 12:14:44.997315  7814 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:44.998416  7647 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: 24f2d9ef92044a40bd190c2f7218b0c9, d7b6b4e4933e46919be482997927ca5e; no voters: fec3fe535e8b44baba7f18fe92bd8062
I20260630 12:14:45.000547  7818 raft_consensus.cc:2804] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:14:45.001241  7818 raft_consensus.cc:493] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:45.001784  7818 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:45.004056  7814 raft_consensus.cc:515] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:45.005908  7814 leader_election.cc:290] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 3 election: Requested vote from peers fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:45.006735  7606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062"
I20260630 12:14:45.006867  7772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "909387b8b14c451990c10bc617f75b8d" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:45.007853  7772 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:45.007603  7818 raft_consensus.cc:515] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:45.009794  7818 leader_election.cc:290] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [CANDIDATE]: Term 3 election: Requested vote from peers 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193), fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:45.010692  7771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:45.010854  7606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "565f9672368642ae938103f4c5ddc557" candidate_uuid: "d7b6b4e4933e46919be482997927ca5e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fec3fe535e8b44baba7f18fe92bd8062"
I20260630 12:14:45.011662  7771 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:45.013813  7772 raft_consensus.cc:2468] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 3.
I20260630 12:14:45.014813  7647 leader_election.cc:304] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: 24f2d9ef92044a40bd190c2f7218b0c9, d7b6b4e4933e46919be482997927ca5e; no voters: fec3fe535e8b44baba7f18fe92bd8062
I20260630 12:14:45.015579  7818 raft_consensus.cc:2804] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:14:45.016235  7818 raft_consensus.cc:697] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Becoming Leader. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Running, Role: LEADER
I20260630 12:14:45.017295  7818 consensus_queue.cc:237] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:45.017843  7801 raft_consensus.cc:493] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:45.018389  7771 raft_consensus.cc:2468] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d7b6b4e4933e46919be482997927ca5e in term 3.
I20260630 12:14:45.018940  7801 raft_consensus.cc:515] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:45.019819  7647 leader_election.cc:304] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: 24f2d9ef92044a40bd190c2f7218b0c9, d7b6b4e4933e46919be482997927ca5e; no voters: fec3fe535e8b44baba7f18fe92bd8062
I20260630 12:14:45.020856  7814 raft_consensus.cc:2804] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:14:45.021394  7801 leader_election.cc:290] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:45.022096  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e" is_pre_election: true
I20260630 12:14:45.022708  7814 raft_consensus.cc:697] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Becoming Leader. State: Replica: d7b6b4e4933e46919be482997927ca5e, State: Running, Role: LEADER
I20260630 12:14:45.022475  7771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" is_pre_election: true
I20260630 12:14:45.023070  7687 raft_consensus.cc:2468] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:45.023998  7814 consensus_queue.cc:237] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:45.025168  7771 raft_consensus.cc:2468] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 1.
I20260630 12:14:45.026499  7566 leader_election.cc:304] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [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: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:45.027395  7801 raft_consensus.cc:2804] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:45.028410  7801 raft_consensus.cc:493] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:45.029083  7801 raft_consensus.cc:3060] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:45.029970  7798 heartbeater.cc:499] Master 127.0.107.254:39731 was elected leader, sending a full tablet report...
I20260630 12:14:45.029757  7146 catalog_manager.cc:5697] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e reported cstate change: term changed from 2 to 3, leader changed from fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193) to d7b6b4e4933e46919be482997927ca5e (127.0.107.194). New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:45.036924  7801 raft_consensus.cc:515] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:45.039862  7687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "d7b6b4e4933e46919be482997927ca5e"
I20260630 12:14:45.040642  7687 raft_consensus.cc:3060] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:45.041268  7801 leader_election.cc:290] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [CANDIDATE]: Term 2 election: Requested vote from peers d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515), 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193)
I20260630 12:14:45.040678  7771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8589b6ea7bcd43c1858bab9292b8efed" candidate_uuid: "fec3fe535e8b44baba7f18fe92bd8062" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "24f2d9ef92044a40bd190c2f7218b0c9"
I20260630 12:14:45.042593  7771 raft_consensus.cc:3060] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:45.044909  7146 catalog_manager.cc:5697] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e reported cstate change: term changed from 2 to 3, leader changed from fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193) to d7b6b4e4933e46919be482997927ca5e (127.0.107.194). New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:45.047978  7687 raft_consensus.cc:2468] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 2.
I20260630 12:14:45.048872  7771 raft_consensus.cc:2468] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fec3fe535e8b44baba7f18fe92bd8062 in term 2.
I20260630 12:14:45.049172  7566 leader_election.cc:304] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [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: d7b6b4e4933e46919be482997927ca5e, fec3fe535e8b44baba7f18fe92bd8062; no voters: 
I20260630 12:14:45.050746  7801 raft_consensus.cc:2804] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:45.051321  7801 raft_consensus.cc:697] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Becoming Leader. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:45.052155  7801 consensus_queue.cc:237] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:45.059175  7146 catalog_manager.cc:5697] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:45.189433  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 8589b6ea7bcd43c1858bab9292b8efed: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:14:45.193032  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 909387b8b14c451990c10bc617f75b8d: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:14:45.196202  7196 auto_rebalancer.cc:639] Failed to schedule move for tablet 565f9672368642ae938103f4c5ddc557: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:14:45.293519  7771 raft_consensus.cc:1240] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Rejecting Update request from peer fec3fe535e8b44baba7f18fe92bd8062 for earlier term 2. Current term is 3. Ops: []
I20260630 12:14:45.295167  7801 consensus_queue.cc:1059] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.296173  7806 raft_consensus.cc:3055] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:14:45.296628  7806 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:45.297533  7806 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } }
I20260630 12:14:45.298190  7687 raft_consensus.cc:1240] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Rejecting Update request from peer fec3fe535e8b44baba7f18fe92bd8062 for earlier term 2. Current term is 3. Ops: []
I20260630 12:14:45.298692  7806 raft_consensus.cc:3060] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:45.320917  7687 raft_consensus.cc:1240] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Rejecting Update request from peer fec3fe535e8b44baba7f18fe92bd8062 for earlier term 2. Current term is 3. Ops: []
I20260630 12:14:45.322574  7806 consensus_queue.cc:1059] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.323367  7806 consensus_queue.cc:1243] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Peer d7b6b4e4933e46919be482997927ca5e log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:14:45.323876  7801 raft_consensus.cc:3055] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:14:45.324304  7801 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: fec3fe535e8b44baba7f18fe92bd8062, State: Running, Role: LEADER
I20260630 12:14:45.325112  7801 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } }
I20260630 12:14:45.326236  7801 raft_consensus.cc:3060] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:45.383473  7771 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:45.384857  7801 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.397857  7687 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:45.400120  7806 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.423385  7606 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:45.424826  7814 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.425640  7814 consensus_queue.cc:1243] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Peer fec3fe535e8b44baba7f18fe92bd8062 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:14:45.428339  7606 pending_rounds.cc:85] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Aborting all ops after (but not including) 0
I20260630 12:14:45.428717  7606 pending_rounds.cc:107] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:14:45.429013  7606 raft_consensus.cc:2889] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:45.435648  7771 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:45.437275  7814 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.459452  7606 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:45.460803  7814 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.461629  7814 consensus_queue.cc:1243] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Peer fec3fe535e8b44baba7f18fe92bd8062 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:14:45.464103  7606 pending_rounds.cc:85] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Aborting all ops after (but not including) 0
I20260630 12:14:45.464481  7606 pending_rounds.cc:107] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:14:45.464812  7606 raft_consensus.cc:2889] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:45.471251  7771 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:45.472783  7814 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.521715  7687 raft_consensus.cc:1275] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:45.523099  7806 consensus_queue.cc:1048] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:45.535676  7771 raft_consensus.cc:1275] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:45.537386  7832 consensus_queue.cc:1048] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:46.206686  7606 consensus_queue.cc:237] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.213325  7771 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:46.213709  7687 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:46.215289  7806 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:46.216952  7801 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:46.223425  7806 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.225400  7771 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
W20260630 12:14:46.226334  7567 consensus_peers.cc:597] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 -> Peer 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196:35277): Couldn't send request to peer 54ba7926e6b746de9f18d83f2a13c276. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e996c98a94194fe183580a986f2bb893. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:46.226415  7687 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.240038  7146 catalog_manager.cc:5697] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:46.240594  7687 consensus_queue.cc:237] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.247467  7606 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:14:46.248816  7771 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:14:46.249617  7814 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:46.250844  7818 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:46.259852  7818 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
W20260630 12:14:46.263401  7648 consensus_peers.cc:597] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e -> Peer 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196:35277): Couldn't send request to peer 54ba7926e6b746de9f18d83f2a13c276. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 565f9672368642ae938103f4c5ddc557. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:46.264922  7606 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.265094  7771 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.281253  7687 consensus_queue.cc:237] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.281927  7147 catalog_manager.cc:5697] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e reported cstate change: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:46.289214  7771 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
W20260630 12:14:46.289878  7648 consensus_peers.cc:597] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e -> Peer 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196:35277): Couldn't send request to peer 54ba7926e6b746de9f18d83f2a13c276. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 909387b8b14c451990c10bc617f75b8d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:46.291121  7606 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:14:46.290894  7819 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:14:46.294092  7818 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:46.300809  7814 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.303179  7771 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.303027  7606 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.314244  7148 catalog_manager.cc:5697] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 reported cstate change: config changed from index -1 to 3, NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } } }
I20260630 12:14:46.648700  7842 ts_tablet_manager.cc:933] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: Initiating tablet copy from peer d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515)
I20260630 12:14:46.650514  7842 tablet_copy_client.cc:323] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42515
I20260630 12:14:46.663352  7697 tablet_copy_service.cc:140] P d7b6b4e4933e46919be482997927ca5e: Received BeginTabletCopySession request for tablet 565f9672368642ae938103f4c5ddc557 from peer 54ba7926e6b746de9f18d83f2a13c276 ({username='slave'} at 127.0.0.1:51994)
I20260630 12:14:46.664034  7697 tablet_copy_service.cc:161] P d7b6b4e4933e46919be482997927ca5e: Beginning new tablet copy session on tablet 565f9672368642ae938103f4c5ddc557 from peer 54ba7926e6b746de9f18d83f2a13c276 at {username='slave'} at 127.0.0.1:51994: session id = 54ba7926e6b746de9f18d83f2a13c276-565f9672368642ae938103f4c5ddc557
I20260630 12:14:46.669631  7697 tablet_copy_source_session.cc:215] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:46.672648  7842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 565f9672368642ae938103f4c5ddc557. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.684199  7842 tablet_copy_client.cc:806] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:46.684937  7842 tablet_copy_client.cc:670] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:46.689015  7842 tablet_copy_client.cc:538] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:46.695278  7842 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap starting.
I20260630 12:14:46.712548  7842 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:46.713663  7842 tablet_bootstrap.cc:492] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap complete.
I20260630 12:14:46.714311  7842 ts_tablet_manager.cc:1403] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: Time spent bootstrapping tablet: real 0.019s	user 0.020s	sys 0.000s
I20260630 12:14:46.716575  7842 raft_consensus.cc:359] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.717357  7842 raft_consensus.cc:740] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 54ba7926e6b746de9f18d83f2a13c276, State: Initialized, Role: LEARNER
I20260630 12:14:46.718014  7842 consensus_queue.cc:260] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.720830  7842 ts_tablet_manager.cc:1434] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:14:46.722755  7697 tablet_copy_service.cc:342] P d7b6b4e4933e46919be482997927ca5e: Request end of tablet copy session 54ba7926e6b746de9f18d83f2a13c276-565f9672368642ae938103f4c5ddc557 received from {username='slave'} at 127.0.0.1:51994
I20260630 12:14:46.723336  7697 tablet_copy_service.cc:434] P d7b6b4e4933e46919be482997927ca5e: ending tablet copy session 54ba7926e6b746de9f18d83f2a13c276-565f9672368642ae938103f4c5ddc557 on tablet 565f9672368642ae938103f4c5ddc557 with peer 54ba7926e6b746de9f18d83f2a13c276
I20260630 12:14:46.762442  7842 ts_tablet_manager.cc:933] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: Initiating tablet copy from peer d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515)
I20260630 12:14:46.764293  7842 tablet_copy_client.cc:323] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42515
I20260630 12:14:46.766487  7697 tablet_copy_service.cc:140] P d7b6b4e4933e46919be482997927ca5e: Received BeginTabletCopySession request for tablet 909387b8b14c451990c10bc617f75b8d from peer 54ba7926e6b746de9f18d83f2a13c276 ({username='slave'} at 127.0.0.1:51994)
I20260630 12:14:46.767319  7697 tablet_copy_service.cc:161] P d7b6b4e4933e46919be482997927ca5e: Beginning new tablet copy session on tablet 909387b8b14c451990c10bc617f75b8d from peer 54ba7926e6b746de9f18d83f2a13c276 at {username='slave'} at 127.0.0.1:51994: session id = 54ba7926e6b746de9f18d83f2a13c276-909387b8b14c451990c10bc617f75b8d
I20260630 12:14:46.771260  7849 ts_tablet_manager.cc:933] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: Initiating tablet copy from peer fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401)
I20260630 12:14:46.773233  7849 tablet_copy_client.cc:323] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:36401
I20260630 12:14:46.776759  7697 tablet_copy_source_session.cc:215] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:46.779821  7842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 909387b8b14c451990c10bc617f75b8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.785384  7617 tablet_copy_service.cc:140] P fec3fe535e8b44baba7f18fe92bd8062: Received BeginTabletCopySession request for tablet e996c98a94194fe183580a986f2bb893 from peer 54ba7926e6b746de9f18d83f2a13c276 ({username='slave'} at 127.0.0.1:47564)
I20260630 12:14:46.786223  7617 tablet_copy_service.cc:161] P fec3fe535e8b44baba7f18fe92bd8062: Beginning new tablet copy session on tablet e996c98a94194fe183580a986f2bb893 from peer 54ba7926e6b746de9f18d83f2a13c276 at {username='slave'} at 127.0.0.1:47564: session id = 54ba7926e6b746de9f18d83f2a13c276-e996c98a94194fe183580a986f2bb893
I20260630 12:14:46.793644  7842 tablet_copy_client.cc:806] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:46.794481  7842 tablet_copy_client.cc:670] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:46.794881  7617 tablet_copy_source_session.cc:215] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:46.798256  7849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e996c98a94194fe183580a986f2bb893. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.798269  7842 tablet_copy_client.cc:538] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:46.808166  7842 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap starting.
I20260630 12:14:46.814754  7849 tablet_copy_client.cc:806] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:46.815589  7849 tablet_copy_client.cc:670] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:46.819731  7849 tablet_copy_client.cc:538] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:46.829821  7842 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:46.830003  7849 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap starting.
I20260630 12:14:46.831305  7842 tablet_bootstrap.cc:492] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap complete.
I20260630 12:14:46.832216  7842 ts_tablet_manager.cc:1403] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: Time spent bootstrapping tablet: real 0.024s	user 0.019s	sys 0.004s
I20260630 12:14:46.835532  7842 raft_consensus.cc:359] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.836681  7842 raft_consensus.cc:740] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 54ba7926e6b746de9f18d83f2a13c276, State: Initialized, Role: LEARNER
I20260630 12:14:46.837638  7842 consensus_queue.cc:260] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.840222  7842 ts_tablet_manager.cc:1434] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:14:46.842119  7697 tablet_copy_service.cc:342] P d7b6b4e4933e46919be482997927ca5e: Request end of tablet copy session 54ba7926e6b746de9f18d83f2a13c276-909387b8b14c451990c10bc617f75b8d received from {username='slave'} at 127.0.0.1:51994
I20260630 12:14:46.842695  7697 tablet_copy_service.cc:434] P d7b6b4e4933e46919be482997927ca5e: ending tablet copy session 54ba7926e6b746de9f18d83f2a13c276-909387b8b14c451990c10bc617f75b8d on tablet 909387b8b14c451990c10bc617f75b8d with peer 54ba7926e6b746de9f18d83f2a13c276
I20260630 12:14:46.860517  7849 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:46.861673  7849 tablet_bootstrap.cc:492] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: Bootstrap complete.
I20260630 12:14:46.862547  7849 ts_tablet_manager.cc:1403] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.013s
I20260630 12:14:46.865631  7849 raft_consensus.cc:359] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.866705  7849 raft_consensus.cc:740] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 54ba7926e6b746de9f18d83f2a13c276, State: Initialized, Role: LEARNER
I20260630 12:14:46.867507  7849 consensus_queue.cc:260] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: true } }
I20260630 12:14:46.870002  7849 ts_tablet_manager.cc:1434] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:14:46.871800  7617 tablet_copy_service.cc:342] P fec3fe535e8b44baba7f18fe92bd8062: Request end of tablet copy session 54ba7926e6b746de9f18d83f2a13c276-e996c98a94194fe183580a986f2bb893 received from {username='slave'} at 127.0.0.1:47564
I20260630 12:14:46.872308  7617 tablet_copy_service.cc:434] P fec3fe535e8b44baba7f18fe92bd8062: ending tablet copy session 54ba7926e6b746de9f18d83f2a13c276-e996c98a94194fe183580a986f2bb893 on tablet e996c98a94194fe183580a986f2bb893 with peer 54ba7926e6b746de9f18d83f2a13c276
I20260630 12:14:47.037810  7522 raft_consensus.cc:1217] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:14:47.212946  7522 raft_consensus.cc:1217] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:14:47.372251  7522 raft_consensus.cc:1217] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:14:47.646117  7855 raft_consensus.cc:1064] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e: attempting to promote NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 to VOTER
I20260630 12:14:47.648221  7855 consensus_queue.cc:237] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } }
I20260630 12:14:47.655911  7606 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:47.656798  7772 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:47.656836  7522 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:47.657804  7854 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:47.659035  7859 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:47.659907  7855 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:47.678241  7859 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.681191  7772 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.681416  7606 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.694931  7522 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.697129  7146 catalog_manager.cc:5697] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } attrs { replace: true } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.743816  7687 consensus_queue.cc:237] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } }
I20260630 12:14:47.748530  7606 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:14:47.748730  7522 raft_consensus.cc:1275] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:14:47.749891  7855 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:47.750734  7859 consensus_queue.cc:1048] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:47.757571  7854 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.760419  7522 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.768415  7133 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 565f9672368642ae938103f4c5ddc557 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:47.771180  7606 raft_consensus.cc:2955] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.777424  7145 catalog_manager.cc:5697] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e reported cstate change: config changed from index 4 to 5, VOTER 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195) evicted. New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:47.801074  7814 raft_consensus.cc:1064] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e: attempting to promote NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 to VOTER
I20260630 12:14:47.803575  7814 consensus_queue.cc:237] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } }
I20260630 12:14:47.806173  7761 tablet_service.cc:1558] Processing DeleteTablet for tablet 565f9672368642ae938103f4c5ddc557 with delete_type TABLET_DATA_TOMBSTONED (TS 24f2d9ef92044a40bd190c2f7218b0c9 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:47314
I20260630 12:14:47.808476  7871 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:47.809453  7871 raft_consensus.cc:2243] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:47.810309  7871 raft_consensus.cc:2272] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:47.810527  7522 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 LEARNER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:47.812088  7772 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:47.813836  7871 ts_tablet_manager.cc:1916] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:47.813668  7854 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:47.814529  7855 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:47.822687  7606 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:47.824347  7855 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:47.836436  7871 ts_tablet_manager.cc:1929] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:14:47.836959  7871 log.cc:1199] T 565f9672368642ae938103f4c5ddc557 P 24f2d9ef92044a40bd190c2f7218b0c9: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-2-root/wals/565f9672368642ae938103f4c5ddc557
I20260630 12:14:47.838351  7133 catalog_manager.cc:5028] TS 24f2d9ef92044a40bd190c2f7218b0c9 (127.0.107.195:35193): tablet 565f9672368642ae938103f4c5ddc557 (table test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]) successfully deleted
I20260630 12:14:47.841943  7855 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.843946  7606 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.845954  7772 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.855144  7522 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.858709  7147 catalog_manager.cc:5697] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } attrs { replace: true } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.874267  7687 consensus_queue.cc:237] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [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: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } }
I20260630 12:14:47.884312  7522 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:14:47.885550  7854 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:47.888164  7772 raft_consensus.cc:1275] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Refusing update from remote peer d7b6b4e4933e46919be482997927ca5e: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:14:47.889648  7854 consensus_queue.cc:1048] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:47.892839  7814 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.895737  7522 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.900627  7772 raft_consensus.cc:2955] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:47.901892  7133 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 909387b8b14c451990c10bc617f75b8d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:47.907217  7148 catalog_manager.cc:5697] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e reported cstate change: config changed from index 4 to 5, VOTER fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "d7b6b4e4933e46919be482997927ca5e" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:47.930133  7596 tablet_service.cc:1558] Processing DeleteTablet for tablet 909387b8b14c451990c10bc617f75b8d with delete_type TABLET_DATA_TOMBSTONED (TS fec3fe535e8b44baba7f18fe92bd8062 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:47578
I20260630 12:14:47.932149  7877 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:47.932811  7877 raft_consensus.cc:2243] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:47.933425  7877 raft_consensus.cc:2272] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:47.936065  7877 ts_tablet_manager.cc:1916] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:47.946158  7877 ts_tablet_manager.cc:1929] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:14:47.946476  7877 log.cc:1199] T 909387b8b14c451990c10bc617f75b8d P fec3fe535e8b44baba7f18fe92bd8062: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-0-root/wals/909387b8b14c451990c10bc617f75b8d
I20260630 12:14:47.948072  7132 catalog_manager.cc:5028] TS fec3fe535e8b44baba7f18fe92bd8062 (127.0.107.193:36401): tablet 909387b8b14c451990c10bc617f75b8d (table test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]) successfully deleted
I20260630 12:14:47.992046  7856 raft_consensus.cc:1064] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062: attempting to promote NON_VOTER 54ba7926e6b746de9f18d83f2a13c276 to VOTER
I20260630 12:14:47.994001  7856 consensus_queue.cc:237] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } }
I20260630 12:14:48.001015  7522 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 LEARNER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:48.001657  7772 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:48.002415  7687 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:48.002993  7880 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:14:48.003995  7856 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:48.004873  7878 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:48.026207  7880 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.028163  7772 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.029930  7687 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.042732  7522 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.044314  7146 catalog_manager.cc:5697] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 reported cstate change: config changed from index 3 to 4, 54ba7926e6b746de9f18d83f2a13c276 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d7b6b4e4933e46919be482997927ca5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42515 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:48.058362  7606 consensus_queue.cc:237] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [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: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } }
I20260630 12:14:48.062878  7522 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:14:48.066864  7880 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:48.072898  7772 raft_consensus.cc:1275] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Refusing update from remote peer fec3fe535e8b44baba7f18fe92bd8062: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:14:48.075028  7880 consensus_queue.cc:1048] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [LEADER]: Connected to new peer: Peer: permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:48.077097  7856 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER d7b6b4e4933e46919be482997927ca5e (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.078985  7522 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER d7b6b4e4933e46919be482997927ca5e (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.086791  7772 raft_consensus.cc:2955] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER d7b6b4e4933e46919be482997927ca5e (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.091025  7132 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e996c98a94194fe183580a986f2bb893 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:48.094537  7145 catalog_manager.cc:5697] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 reported cstate change: config changed from index 4 to 5, VOTER d7b6b4e4933e46919be482997927ca5e (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "fec3fe535e8b44baba7f18fe92bd8062" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fec3fe535e8b44baba7f18fe92bd8062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36401 } } peers { permanent_uuid: "24f2d9ef92044a40bd190c2f7218b0c9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35193 } } peers { permanent_uuid: "54ba7926e6b746de9f18d83f2a13c276" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35277 } attrs { promote: false } } }
I20260630 12:14:48.108783  7677 tablet_service.cc:1558] Processing DeleteTablet for tablet e996c98a94194fe183580a986f2bb893 with delete_type TABLET_DATA_TOMBSTONED (TS d7b6b4e4933e46919be482997927ca5e not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:52006
I20260630 12:14:48.110805  7884 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:48.111486  7884 raft_consensus.cc:2243] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:48.112102  7884 raft_consensus.cc:2272] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:48.115036  7884 ts_tablet_manager.cc:1916] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:48.125976  7884 ts_tablet_manager.cc:1929] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:14:48.126300  7884 log.cc:1199] T e996c98a94194fe183580a986f2bb893 P d7b6b4e4933e46919be482997927ca5e: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821482054927-431-0/minicluster-data/ts-1-root/wals/e996c98a94194fe183580a986f2bb893
I20260630 12:14:48.127588  7133 catalog_manager.cc:5028] TS d7b6b4e4933e46919be482997927ca5e (127.0.107.194:42515): tablet e996c98a94194fe183580a986f2bb893 (table test-workload [id=8f5f8c78bc434a1f827bc40df4bcd216]) successfully deleted
I20260630 12:14:50.049242   431 tablet_server.cc:179] TabletServer@127.0.107.193:36401 shutting down...
I20260630 12:14:50.073177   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:50.075034   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.075788   431 raft_consensus.cc:2243] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:50.076804   431 raft_consensus.cc:2272] T e996c98a94194fe183580a986f2bb893 P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.078926   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.079452   431 raft_consensus.cc:2243] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.080035   431 raft_consensus.cc:2272] T 565f9672368642ae938103f4c5ddc557 P fec3fe535e8b44baba7f18fe92bd8062 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.081976   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.082437   431 raft_consensus.cc:2243] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:50.083159   431 raft_consensus.cc:2272] T 8589b6ea7bcd43c1858bab9292b8efed P fec3fe535e8b44baba7f18fe92bd8062 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.105962   431 tablet_server.cc:196] TabletServer@127.0.107.193:36401 shutdown complete.
I20260630 12:14:50.120340   431 tablet_server.cc:179] TabletServer@127.0.107.194:42515 shutting down...
I20260630 12:14:50.141410   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:50.142140   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.142690   431 raft_consensus.cc:2243] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:14:50.143465   431 raft_consensus.cc:2272] T 565f9672368642ae938103f4c5ddc557 P d7b6b4e4933e46919be482997927ca5e [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.145361   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.145879   431 raft_consensus.cc:2243] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:14:50.146620   431 raft_consensus.cc:2272] T 909387b8b14c451990c10bc617f75b8d P d7b6b4e4933e46919be482997927ca5e [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.148447   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.148929   431 raft_consensus.cc:2243] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.149346   431 raft_consensus.cc:2272] T 8589b6ea7bcd43c1858bab9292b8efed P d7b6b4e4933e46919be482997927ca5e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.172152   431 tablet_server.cc:196] TabletServer@127.0.107.194:42515 shutdown complete.
I20260630 12:14:50.184212   431 tablet_server.cc:179] TabletServer@127.0.107.195:35193 shutting down...
I20260630 12:14:50.202629   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:50.203254   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.203800   431 raft_consensus.cc:2243] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.204385   431 raft_consensus.cc:2272] T e996c98a94194fe183580a986f2bb893 P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.206269   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.206745   431 raft_consensus.cc:2243] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.207177   431 raft_consensus.cc:2272] T 909387b8b14c451990c10bc617f75b8d P 24f2d9ef92044a40bd190c2f7218b0c9 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.208813   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:50.209251   431 raft_consensus.cc:2243] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.209715   431 raft_consensus.cc:2272] T 8589b6ea7bcd43c1858bab9292b8efed P 24f2d9ef92044a40bd190c2f7218b0c9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.231995   431 tablet_server.cc:196] TabletServer@127.0.107.195:35193 shutdown complete.
I20260630 12:14:50.243770   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:50.264863   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:50.265643   431 tablet_replica.cc:333] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276: stopping tablet replica
I20260630 12:14:50.266294   431 raft_consensus.cc:2243] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.266776   431 raft_consensus.cc:2272] T e996c98a94194fe183580a986f2bb893 P 54ba7926e6b746de9f18d83f2a13c276 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.268548   431 tablet_replica.cc:333] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276: stopping tablet replica
I20260630 12:14:50.269045   431 raft_consensus.cc:2243] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.269529   431 raft_consensus.cc:2272] T 909387b8b14c451990c10bc617f75b8d P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.271255   431 tablet_replica.cc:333] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276: stopping tablet replica
I20260630 12:14:50.271696   431 raft_consensus.cc:2243] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:50.272192   431 raft_consensus.cc:2272] T 565f9672368642ae938103f4c5ddc557 P 54ba7926e6b746de9f18d83f2a13c276 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.292887   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:50.306289   431 master.cc:562] Master@127.0.107.254:39731 shutting down...
I20260630 12:14:50.328346   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:50.328966   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:50.329334   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6d3e2dd761cd4b82a1abed329231558b: stopping tablet replica
I20260630 12:14:50.349269   431 master.cc:584] Master@127.0.107.254:39731 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16492 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:14:50.386876   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34905
I20260630 12:14:50.387917   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:50.392644  7885 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.393064  7886 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.395857  7889 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:50.396087   431 server_base.cc:1061] running on GCE node
I20260630 12:14:50.396992   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:50.397167   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:50.397280   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821690397269 us; error 0 us; skew 500 ppm
I20260630 12:14:50.397854   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:50.399972   431 webserver.cc:533] Webserver started at http://127.0.107.254:38281/ using document root <none> and password file <none>
I20260630 12:14:50.400377   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:50.400525   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:50.400740   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:50.401850   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "5bbae5b9d3734dd0980958deada46552"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.406026   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:50.408962  7893 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.409713   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:50.409945   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "5bbae5b9d3734dd0980958deada46552"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.410159   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-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)
I20260630 12:14:50.423847   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:50.424844   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:50.461702   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34905
I20260630 12:14:50.461761  7944 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34905 every 8 connection(s)
I20260630 12:14:50.465401  7945 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:50.475366  7945 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: Bootstrap starting.
I20260630 12:14:50.479792  7945 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:50.483765  7945 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: No bootstrap required, opened a new log
I20260630 12:14:50.485769  7945 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5bbae5b9d3734dd0980958deada46552" member_type: VOTER }
I20260630 12:14:50.486137  7945 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:50.486315  7945 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5bbae5b9d3734dd0980958deada46552, State: Initialized, Role: FOLLOWER
I20260630 12:14:50.486802  7945 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5bbae5b9d3734dd0980958deada46552" member_type: VOTER }
I20260630 12:14:50.487258  7945 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:50.487449  7945 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:50.487653  7945 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:50.492075  7945 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5bbae5b9d3734dd0980958deada46552" member_type: VOTER }
I20260630 12:14:50.492528  7945 leader_election.cc:304] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [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: 5bbae5b9d3734dd0980958deada46552; no voters: 
I20260630 12:14:50.493659  7945 leader_election.cc:290] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:50.494130  7948 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:50.495463  7948 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 1 LEADER]: Becoming Leader. State: Replica: 5bbae5b9d3734dd0980958deada46552, State: Running, Role: LEADER
I20260630 12:14:50.496122  7948 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [LEADER]: Queue going to LEADER mode. State: All 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: "5bbae5b9d3734dd0980958deada46552" member_type: VOTER }
I20260630 12:14:50.496662  7945 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:50.501344  7949 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5bbae5b9d3734dd0980958deada46552" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5bbae5b9d3734dd0980958deada46552" member_type: VOTER } }
I20260630 12:14:50.501801  7950 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5bbae5b9d3734dd0980958deada46552. Latest consensus state: current_term: 1 leader_uuid: "5bbae5b9d3734dd0980958deada46552" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5bbae5b9d3734dd0980958deada46552" member_type: VOTER } }
I20260630 12:14:50.502794  7949 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:50.502874  7950 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:50.505539  7956 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:50.514171  7956 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:50.517095   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:50.523795  7956 catalog_manager.cc:1383] Generated new cluster ID: d4b4cc75d5e24b01b85e84ee4e5cc370
I20260630 12:14:50.524078  7956 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:50.571352  7956 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:50.572674  7956 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:50.588992  7956 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: Generated new TSK 0
I20260630 12:14:50.589627  7956 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:50.647871   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:50.653725  7966 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.654935  7967 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.656687  7969 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:50.657649   431 server_base.cc:1061] running on GCE node
I20260630 12:14:50.658699   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:50.658921   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:50.659106   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821690659087 us; error 0 us; skew 500 ppm
I20260630 12:14:50.659593   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:50.661933   431 webserver.cc:533] Webserver started at http://127.0.107.193:37725/ using document root <none> and password file <none>
I20260630 12:14:50.662412   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:50.662619   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:50.662895   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:50.664026   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "f4a013d0b06d4b26916999ccef9b4113"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.668391   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:50.671569  7974 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.672451   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:50.672696   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "f4a013d0b06d4b26916999ccef9b4113"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.672925   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-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)
I20260630 12:14:50.699610   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:50.700747   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:50.702140   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:50.704332   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:50.704535   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.704793   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:50.704955   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.745246   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44409
I20260630 12:14:50.745348  8036 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44409 every 8 connection(s)
I20260630 12:14:50.750145   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:50.756933  8041 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.757339  8042 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.760385  8044 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:50.760856   431 server_base.cc:1061] running on GCE node
I20260630 12:14:50.762341   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:50.762351  8037 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34905
W20260630 12:14:50.762629   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:50.762890   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821690762871 us; error 0 us; skew 500 ppm
I20260630 12:14:50.762920  8037 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:50.763520   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:50.763866  8037 heartbeater.cc:507] Master 127.0.107.254:34905 requested a full tablet report, sending...
I20260630 12:14:50.766162   431 webserver.cc:533] Webserver started at http://127.0.107.194:40741/ using document root <none> and password file <none>
I20260630 12:14:50.766270  7910 ts_manager.cc:194] Registered new tserver with Master: f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409)
I20260630 12:14:50.766837   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:50.767114   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:50.767429   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:50.768666  7910 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58762
I20260630 12:14:50.768792   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.773298   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:50.776453  8049 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.777267   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:50.777503   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.777787   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-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)
I20260630 12:14:50.791397   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:50.792330   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:50.793780   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:50.795919   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:50.796146   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.796379   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:50.796548   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.835250   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37703
I20260630 12:14:50.835343  8111 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37703 every 8 connection(s)
I20260630 12:14:50.839803   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:50.846740  8115 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.847657  8116 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:50.851821   431 server_base.cc:1061] running on GCE node
W20260630 12:14:50.852468  8119 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:50.853489   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:50.853533  8112 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34905
W20260630 12:14:50.853880   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:50.854038  8112 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:50.854110   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821690854094 us; error 0 us; skew 500 ppm
I20260630 12:14:50.854920   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:50.855021  8112 heartbeater.cc:507] Master 127.0.107.254:34905 requested a full tablet report, sending...
I20260630 12:14:50.857161  7910 ts_manager.cc:194] Registered new tserver with Master: da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703)
I20260630 12:14:50.857873   431 webserver.cc:533] Webserver started at http://127.0.107.195:42755/ using document root <none> and password file <none>
I20260630 12:14:50.858389   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:50.858588   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:50.858867   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:50.858814  7910 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58772
I20260630 12:14:50.860338   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "44a766b542534cca8af01241bb77fd32"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.864398   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:14:50.867471  8123 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.868163   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:50.868458   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "44a766b542534cca8af01241bb77fd32"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:50.868739   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-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)
I20260630 12:14:50.891058   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:50.892098   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:50.893478   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:50.895679   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:50.895910   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.896149   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:50.896324   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.935766   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36491
I20260630 12:14:50.935869  8185 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36491 every 8 connection(s)
I20260630 12:14:50.949859  8186 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34905
I20260630 12:14:50.950299  8186 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:50.950994  8186 heartbeater.cc:507] Master 127.0.107.254:34905 requested a full tablet report, sending...
I20260630 12:14:50.952929  7910 ts_manager.cc:194] Registered new tserver with Master: 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:50.953784   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014767151s
I20260630 12:14:50.954496  7910 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58786
I20260630 12:14:51.771409  8037 heartbeater.cc:499] Master 127.0.107.254:34905 was elected leader, sending a full tablet report...
I20260630 12:14:51.861374  8112 heartbeater.cc:499] Master 127.0.107.254:34905 was elected leader, sending a full tablet report...
I20260630 12:14:51.957383  8186 heartbeater.cc:499] Master 127.0.107.254:34905 was elected leader, sending a full tablet report...
I20260630 12:14:52.007859  7910 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58792:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:52.010195  7910 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:52.066408  8077 tablet_service.cc:1511] Processing CreateTablet for tablet 7f41cd1b758a41cbbd9d4436306417aa (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:52.067945  8077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f41cd1b758a41cbbd9d4436306417aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.068928  8075 tablet_service.cc:1511] Processing CreateTablet for tablet 4f2b805e839844eb8ab3b66c5edba281 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:52.070482  8075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f2b805e839844eb8ab3b66c5edba281. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.074826  8076 tablet_service.cc:1511] Processing CreateTablet for tablet e369d1a1fb0f458caf4738f460678c07 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:52.076505  8076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e369d1a1fb0f458caf4738f460678c07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.082238  8074 tablet_service.cc:1511] Processing CreateTablet for tablet 0d97b9194fa9400e8b003db494b14aa9 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:52.084113  8074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d97b9194fa9400e8b003db494b14aa9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.094298  8205 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Bootstrap starting.
I20260630 12:14:52.103235  8205 tablet_bootstrap.cc:654] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.111589  8151 tablet_service.cc:1511] Processing CreateTablet for tablet 7f41cd1b758a41cbbd9d4436306417aa (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:52.113241  8151 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f41cd1b758a41cbbd9d4436306417aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.113867  8148 tablet_service.cc:1511] Processing CreateTablet for tablet 0d97b9194fa9400e8b003db494b14aa9 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:52.116631  8149 tablet_service.cc:1511] Processing CreateTablet for tablet 4f2b805e839844eb8ab3b66c5edba281 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:52.114807  8150 tablet_service.cc:1511] Processing CreateTablet for tablet e369d1a1fb0f458caf4738f460678c07 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:52.119874  8148 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d97b9194fa9400e8b003db494b14aa9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.121726  8002 tablet_service.cc:1511] Processing CreateTablet for tablet 7f41cd1b758a41cbbd9d4436306417aa (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:52.122124  8149 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f2b805e839844eb8ab3b66c5edba281. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.123071  8002 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f41cd1b758a41cbbd9d4436306417aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.123153  7999 tablet_service.cc:1511] Processing CreateTablet for tablet 0d97b9194fa9400e8b003db494b14aa9 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:52.124430  7999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d97b9194fa9400e8b003db494b14aa9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.124934  8150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e369d1a1fb0f458caf4738f460678c07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.130664  8000 tablet_service.cc:1511] Processing CreateTablet for tablet 4f2b805e839844eb8ab3b66c5edba281 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:52.132035  8000 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f2b805e839844eb8ab3b66c5edba281. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.134593  8001 tablet_service.cc:1511] Processing CreateTablet for tablet e369d1a1fb0f458caf4738f460678c07 (DEFAULT_TABLE table=test-workload [id=cd5dd6a20f114701962d92b8080028cd]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:52.146147  8001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e369d1a1fb0f458caf4738f460678c07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.183107  8205 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: No bootstrap required, opened a new log
I20260630 12:14:52.184041  8205 ts_tablet_manager.cc:1403] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent bootstrapping tablet: real 0.090s	user 0.011s	sys 0.009s
I20260630 12:14:52.188416  8205 raft_consensus.cc:359] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.189765  8205 raft_consensus.cc:385] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.191411  8205 raft_consensus.cc:740] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.192868  8205 consensus_queue.cc:260] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.211393  8207 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:52.211891  8205 ts_tablet_manager.cc:1434] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent starting tablet: real 0.027s	user 0.017s	sys 0.005s
I20260630 12:14:52.213392  8205 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Bootstrap starting.
I20260630 12:14:52.212039  8208 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32: Bootstrap starting.
I20260630 12:14:52.219609  8207 tablet_bootstrap.cc:654] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.221192  8205 tablet_bootstrap.cc:654] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.224033  8208 tablet_bootstrap.cc:654] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.227535  8207 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: No bootstrap required, opened a new log
I20260630 12:14:52.228096  8207 ts_tablet_manager.cc:1403] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.004s
I20260630 12:14:52.229111  8205 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: No bootstrap required, opened a new log
I20260630 12:14:52.229130  8208 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32: No bootstrap required, opened a new log
I20260630 12:14:52.229759  8205 ts_tablet_manager.cc:1403] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.002s
I20260630 12:14:52.229839  8208 ts_tablet_manager.cc:1403] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32: Time spent bootstrapping tablet: real 0.021s	user 0.007s	sys 0.003s
I20260630 12:14:52.231051  8207 raft_consensus.cc:359] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.232007  8207 raft_consensus.cc:385] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.231817  8205 raft_consensus.cc:359] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.232426  8207 raft_consensus.cc:740] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.232633  8205 raft_consensus.cc:385] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.233031  8205 raft_consensus.cc:740] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.232926  8208 raft_consensus.cc:359] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.233390  8207 consensus_queue.cc:260] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.234033  8208 raft_consensus.cc:385] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.234005  8205 consensus_queue.cc:260] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.234557  8208 raft_consensus.cc:740] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.236339  8205 ts_tablet_manager.cc:1434] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.002s
I20260630 12:14:52.235754  8208 consensus_queue.cc:260] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.237413  8205 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Bootstrap starting.
I20260630 12:14:52.240432  8208 ts_tablet_manager.cc:1434] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.003s
I20260630 12:14:52.241690  8208 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32: Bootstrap starting.
I20260630 12:14:52.243095  8205 tablet_bootstrap.cc:654] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.251114  8207 ts_tablet_manager.cc:1434] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.023s	user 0.012s	sys 0.000s
I20260630 12:14:52.252306  8207 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:52.256816  8208 tablet_bootstrap.cc:654] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.257439  8205 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: No bootstrap required, opened a new log
I20260630 12:14:52.258054  8205 ts_tablet_manager.cc:1403] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.009s
I20260630 12:14:52.258600  8207 tablet_bootstrap.cc:654] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.261188  8205 raft_consensus.cc:359] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.262293  8205 raft_consensus.cc:385] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.262712  8205 raft_consensus.cc:740] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.263792  8205 consensus_queue.cc:260] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.266172  8205 ts_tablet_manager.cc:1434] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:14:52.266842  8208 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32: No bootstrap required, opened a new log
I20260630 12:14:52.266935  8207 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: No bootstrap required, opened a new log
I20260630 12:14:52.267460  8208 ts_tablet_manager.cc:1403] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.005s
I20260630 12:14:52.267175  8205 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Bootstrap starting.
I20260630 12:14:52.267691  8207 ts_tablet_manager.cc:1403] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.003s
I20260630 12:14:52.270481  8208 raft_consensus.cc:359] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.271320  8208 raft_consensus.cc:385] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.271073  8207 raft_consensus.cc:359] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.271776  8208 raft_consensus.cc:740] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.272024  8207 raft_consensus.cc:385] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.272466  8207 raft_consensus.cc:740] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.272893  8208 consensus_queue.cc:260] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.273447  8207 consensus_queue.cc:260] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.274000  8205 tablet_bootstrap.cc:654] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.276046  8207 ts_tablet_manager.cc:1434] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.006s
I20260630 12:14:52.277660  8208 ts_tablet_manager.cc:1434] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.003s
I20260630 12:14:52.278842  8208 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32: Bootstrap starting.
I20260630 12:14:52.279078  8207 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:52.286190  8207 tablet_bootstrap.cc:654] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.286312  8208 tablet_bootstrap.cc:654] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.310289  8208 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32: No bootstrap required, opened a new log
I20260630 12:14:52.310704  8207 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: No bootstrap required, opened a new log
I20260630 12:14:52.310750  8208 ts_tablet_manager.cc:1403] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.013s
I20260630 12:14:52.310712  8205 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: No bootstrap required, opened a new log
I20260630 12:14:52.311586  8207 ts_tablet_manager.cc:1403] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.033s	user 0.012s	sys 0.016s
I20260630 12:14:52.311802  8205 ts_tablet_manager.cc:1403] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent bootstrapping tablet: real 0.045s	user 0.028s	sys 0.012s
I20260630 12:14:52.313763  8208 raft_consensus.cc:359] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.314366  8208 raft_consensus.cc:385] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.314625  8208 raft_consensus.cc:740] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.314805  8207 raft_consensus.cc:359] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.315068  8205 raft_consensus.cc:359] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.315323  8208 consensus_queue.cc:260] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.315675  8207 raft_consensus.cc:385] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.315828  8205 raft_consensus.cc:385] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.316149  8207 raft_consensus.cc:740] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.316205  8205 raft_consensus.cc:740] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.317647  8208 ts_tablet_manager.cc:1434] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.003s
I20260630 12:14:52.317279  8207 consensus_queue.cc:260] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.317301  8205 consensus_queue.cc:260] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.320019  8207 ts_tablet_manager.cc:1434] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:14:52.321125  8207 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:52.321466  8209 raft_consensus.cc:493] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:52.322013  8209 raft_consensus.cc:515] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.327373  8207 tablet_bootstrap.cc:654] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.327569  8209 leader_election.cc:290] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.334820  8205 ts_tablet_manager.cc:1434] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.003s
I20260630 12:14:52.322525  8208 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32: Bootstrap starting.
I20260630 12:14:52.343931  8208 tablet_bootstrap.cc:654] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.347645  8207 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: No bootstrap required, opened a new log
I20260630 12:14:52.348142  8207 ts_tablet_manager.cc:1403] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.027s	user 0.013s	sys 0.012s
I20260630 12:14:52.348794  8012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113" is_pre_election: true
I20260630 12:14:52.349785  8012 raft_consensus.cc:2468] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in term 0.
I20260630 12:14:52.350931  8207 raft_consensus.cc:359] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.351679  8207 raft_consensus.cc:385] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.351531  8052 leader_election.cc:304] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.352166  8207 raft_consensus.cc:740] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.352809  8209 raft_consensus.cc:2804] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:52.353334  8209 raft_consensus.cc:493] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:52.353006  8207 consensus_queue.cc:260] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.353849  8209 raft_consensus.cc:3060] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.357254  8207 ts_tablet_manager.cc:1434] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:14:52.363646  8214 raft_consensus.cc:493] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:52.364200  8214 raft_consensus.cc:515] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.365885  8208 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32: No bootstrap required, opened a new log
I20260630 12:14:52.365849  8161 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32" is_pre_election: true
I20260630 12:14:52.366652  8208 ts_tablet_manager.cc:1403] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32: Time spent bootstrapping tablet: real 0.048s	user 0.015s	sys 0.012s
I20260630 12:14:52.366845  8214 leader_election.cc:290] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703)
I20260630 12:14:52.366627  8161 raft_consensus.cc:2468] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in term 0.
I20260630 12:14:52.369697  8208 raft_consensus.cc:359] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.370477  8208 raft_consensus.cc:385] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.370774  8208 raft_consensus.cc:740] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.371853  8208 consensus_queue.cc:260] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.374660  8208 ts_tablet_manager.cc:1434] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:14:52.374519  8209 raft_consensus.cc:515] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.379586  8012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113" is_pre_election: true
I20260630 12:14:52.380180  8012 raft_consensus.cc:2468] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 44a766b542534cca8af01241bb77fd32 in term 0.
I20260630 12:14:52.381000  8126 leader_election.cc:304] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 44a766b542534cca8af01241bb77fd32, f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.381863  8214 raft_consensus.cc:2804] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:52.382220  8214 raft_consensus.cc:493] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:52.382546  8214 raft_consensus.cc:3060] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.386749  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" is_pre_election: true
I20260630 12:14:52.387303  8209 leader_election.cc:290] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 election: Requested vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.387634  8087 raft_consensus.cc:2393] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 44a766b542534cca8af01241bb77fd32 in current term 1: Already voted for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in this term.
I20260630 12:14:52.388512  8012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113"
I20260630 12:14:52.388164  8214 raft_consensus.cc:515] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.389257  8012 raft_consensus.cc:3060] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.389770  8161 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32"
I20260630 12:14:52.390523  8161 raft_consensus.cc:2393] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in current term 1: Already voted for candidate 44a766b542534cca8af01241bb77fd32 in this term.
I20260630 12:14:52.391202  8011 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113"
I20260630 12:14:52.392022  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4f2b805e839844eb8ab3b66c5edba281" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad"
I20260630 12:14:52.390560  8214 leader_election.cc:290] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 1 election: Requested vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703)
I20260630 12:14:52.392774  8087 raft_consensus.cc:2393] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 44a766b542534cca8af01241bb77fd32 in current term 1: Already voted for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in this term.
I20260630 12:14:52.393740  8126 leader_election.cc:304] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [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: 44a766b542534cca8af01241bb77fd32; no voters: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, f4a013d0b06d4b26916999ccef9b4113
I20260630 12:14:52.394528  8214 raft_consensus.cc:2749] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:14:52.395905  8012 raft_consensus.cc:2468] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in term 1.
I20260630 12:14:52.396410  8213 raft_consensus.cc:493] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:52.396903  8052 leader_election.cc:304] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, f4a013d0b06d4b26916999ccef9b4113; no voters: 44a766b542534cca8af01241bb77fd32
I20260630 12:14:52.396924  8213 raft_consensus.cc:515] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.397722  8209 raft_consensus.cc:2804] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.399092  8209 raft_consensus.cc:697] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Becoming Leader. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Running, Role: LEADER
I20260630 12:14:52.399626  8213 leader_election.cc:290] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.399986  8209 consensus_queue.cc:237] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.411015  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" is_pre_election: true
I20260630 12:14:52.411742  8087 raft_consensus.cc:2468] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 0.
I20260630 12:14:52.411224  7908 catalog_manager.cc:5697] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: term changed from 0 to 1, leader changed from <none> to da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194). New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:52.412748  8161 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32" is_pre_election: true
I20260630 12:14:52.412838  7977 leader_election.cc:304] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.413378  8161 raft_consensus.cc:2468] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 0.
I20260630 12:14:52.413745  8213 raft_consensus.cc:2804] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:52.414122  8213 raft_consensus.cc:493] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:52.414460  8213 raft_consensus.cc:3060] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.416916  8209 raft_consensus.cc:493] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:52.417397  8209 raft_consensus.cc:515] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.420317  8012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e369d1a1fb0f458caf4738f460678c07" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113" is_pre_election: true
I20260630 12:14:52.421036  8012 raft_consensus.cc:2468] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in term 0.
I20260630 12:14:52.421052  8213 raft_consensus.cc:515] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.421552  8161 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e369d1a1fb0f458caf4738f460678c07" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32" is_pre_election: true
I20260630 12:14:52.422220  8161 raft_consensus.cc:2468] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in term 0.
I20260630 12:14:52.423247  8231 raft_consensus.cc:493] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:52.423460  8052 leader_election.cc:304] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 44a766b542534cca8af01241bb77fd32, da6df65a2f2a4fd6bcb8e5be4b4ea0ad; no voters: 
I20260630 12:14:52.423745  8231 raft_consensus.cc:515] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.424074  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad"
I20260630 12:14:52.424953  8087 raft_consensus.cc:3060] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.424996  8227 raft_consensus.cc:2804] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:52.425194  8209 leader_election.cc:290] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.425335  8213 leader_election.cc:290] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 election: Requested vote from peers da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.425697  8227 raft_consensus.cc:493] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:52.426160  8227 raft_consensus.cc:3060] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.430043  8161 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32"
I20260630 12:14:52.430577  8161 raft_consensus.cc:3060] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.433224  8227 raft_consensus.cc:515] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.432986  8087 raft_consensus.cc:2468] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 1.
I20260630 12:14:52.435145  7977 leader_election.cc:304] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.435343  8227 leader_election.cc:290] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 election: Requested vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.435465  8231 leader_election.cc:290] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.436236  8231 raft_consensus.cc:2804] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.436383  8160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e369d1a1fb0f458caf4738f460678c07" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32"
I20260630 12:14:52.436810  8231 raft_consensus.cc:697] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Becoming Leader. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Running, Role: LEADER
I20260630 12:14:52.437125  8160 raft_consensus.cc:3060] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.437727  8012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e369d1a1fb0f458caf4738f460678c07" candidate_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113"
I20260630 12:14:52.437997  8159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32" is_pre_election: true
I20260630 12:14:52.438383  8012 raft_consensus.cc:3060] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.437885  8231 consensus_queue.cc:237] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.438764  8159 raft_consensus.cc:2468] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 0.
I20260630 12:14:52.440130  7977 leader_election.cc:304] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 44a766b542534cca8af01241bb77fd32, f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.444527  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" is_pre_election: true
I20260630 12:14:52.445467  8086 raft_consensus.cc:2468] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 0.
I20260630 12:14:52.448760  8160 raft_consensus.cc:2468] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in term 1.
I20260630 12:14:52.450508  8052 leader_election.cc:304] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 44a766b542534cca8af01241bb77fd32, da6df65a2f2a4fd6bcb8e5be4b4ea0ad; no voters: 
I20260630 12:14:52.451668  8227 raft_consensus.cc:2804] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.452293  8227 raft_consensus.cc:697] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Becoming Leader. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Running, Role: LEADER
I20260630 12:14:52.453365  8227 consensus_queue.cc:237] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.454834  8213 raft_consensus.cc:2804] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:52.455556  8213 raft_consensus.cc:493] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:52.455992  8213 raft_consensus.cc:3060] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.457516  8161 raft_consensus.cc:2468] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 1.
I20260630 12:14:52.458926  8012 raft_consensus.cc:2468] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da6df65a2f2a4fd6bcb8e5be4b4ea0ad in term 1.
I20260630 12:14:52.467387  8213 raft_consensus.cc:515] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.469880  8213 leader_election.cc:290] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 election: Requested vote from peers da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703), 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491)
I20260630 12:14:52.470870  7908 catalog_manager.cc:5697] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: term changed from 0 to 1, leader changed from <none> to da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194). New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:52.472021  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad"
I20260630 12:14:52.472241  8160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "f4a013d0b06d4b26916999ccef9b4113" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44a766b542534cca8af01241bb77fd32"
I20260630 12:14:52.472672  8087 raft_consensus.cc:3060] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.472927  8160 raft_consensus.cc:3060] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.473280  7909 catalog_manager.cc:5697] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f4a013d0b06d4b26916999ccef9b4113" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:52.479223  8160 raft_consensus.cc:2468] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 1.
I20260630 12:14:52.479970  8087 raft_consensus.cc:2468] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4a013d0b06d4b26916999ccef9b4113 in term 1.
I20260630 12:14:52.480342  7977 leader_election.cc:304] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 44a766b542534cca8af01241bb77fd32, f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.481221  8231 raft_consensus.cc:2804] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.481696  8231 raft_consensus.cc:697] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Becoming Leader. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Running, Role: LEADER
I20260630 12:14:52.482607  8231 consensus_queue.cc:237] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.490166  7909 catalog_manager.cc:5697] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f4a013d0b06d4b26916999ccef9b4113" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:52.553664  7909 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58798:
name: "dugtrio"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:14:52.582512  7999 tablet_service.cc:1511] Processing CreateTablet for tablet 7d2f25d2ab524a4ea78c25611d4d4bdb (DEFAULT_TABLE table=dugtrio [id=4a143b5243df48a09918360be2021819]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:52.583665  7999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d2f25d2ab524a4ea78c25611d4d4bdb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.585310  8074 tablet_service.cc:1511] Processing CreateTablet for tablet 775733b6602b4f63a6f6372d1889c1a7 (DEFAULT_TABLE table=dugtrio [id=4a143b5243df48a09918360be2021819]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:52.586760  8150 tablet_service.cc:1511] Processing CreateTablet for tablet fa84119d906e494383e081747a932323 (DEFAULT_TABLE table=dugtrio [id=4a143b5243df48a09918360be2021819]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:52.586776  8074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 775733b6602b4f63a6f6372d1889c1a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.588054  8150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa84119d906e494383e081747a932323. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.590467  8000 tablet_service.cc:1511] Processing CreateTablet for tablet 67960b76ee4346f18dee1bbe1a4f7109 (DEFAULT_TABLE table=dugtrio [id=4a143b5243df48a09918360be2021819]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:52.591670  8000 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67960b76ee4346f18dee1bbe1a4f7109. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:52.603466  8205 tablet_bootstrap.cc:492] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Bootstrap starting.
I20260630 12:14:52.605650  8208 tablet_bootstrap.cc:492] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: Bootstrap starting.
I20260630 12:14:52.607184  8207 tablet_bootstrap.cc:492] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:52.609771  8205 tablet_bootstrap.cc:654] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.612294  8208 tablet_bootstrap.cc:654] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.614230  8207 tablet_bootstrap.cc:654] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.615770  8205 tablet_bootstrap.cc:492] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: No bootstrap required, opened a new log
I20260630 12:14:52.616276  8205 ts_tablet_manager.cc:1403] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.004s
I20260630 12:14:52.618991  8205 raft_consensus.cc:359] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } }
I20260630 12:14:52.619607  8205 raft_consensus.cc:385] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.619920  8205 raft_consensus.cc:740] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.620724  8205 consensus_queue.cc:260] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } }
I20260630 12:14:52.621239  8205 raft_consensus.cc:399] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:52.621495  8205 raft_consensus.cc:493] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:52.621855  8205 raft_consensus.cc:3060] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.621960  8208 tablet_bootstrap.cc:492] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: No bootstrap required, opened a new log
I20260630 12:14:52.622406  8207 tablet_bootstrap.cc:492] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: No bootstrap required, opened a new log
I20260630 12:14:52.622527  8208 ts_tablet_manager.cc:1403] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.003s
I20260630 12:14:52.622959  8207 ts_tablet_manager.cc:1403] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.007s
I20260630 12:14:52.625310  8208 raft_consensus.cc:359] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.625456  8207 raft_consensus.cc:359] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.625952  8208 raft_consensus.cc:385] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.626118  8207 raft_consensus.cc:385] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.626314  8208 raft_consensus.cc:740] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.626443  8207 raft_consensus.cc:740] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.627259  8207 consensus_queue.cc:260] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.627266  8208 consensus_queue.cc:260] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.627349  8205 raft_consensus.cc:515] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } }
I20260630 12:14:52.628046  8207 raft_consensus.cc:399] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:52.628147  8208 raft_consensus.cc:399] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:52.628530  8207 raft_consensus.cc:493] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:52.628638  8205 leader_election.cc:304] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: da6df65a2f2a4fd6bcb8e5be4b4ea0ad; no voters: 
I20260630 12:14:52.628753  8208 raft_consensus.cc:493] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:52.628947  8207 raft_consensus.cc:3060] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.629873  8208 raft_consensus.cc:3060] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.630048  8205 leader_election.cc:290] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:52.630138  8227 raft_consensus.cc:2804] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.632901  8205 ts_tablet_manager.cc:1434] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Time spent starting tablet: real 0.016s	user 0.014s	sys 0.001s
I20260630 12:14:52.634104  8227 raft_consensus.cc:697] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Becoming Leader. State: Replica: da6df65a2f2a4fd6bcb8e5be4b4ea0ad, State: Running, Role: LEADER
I20260630 12:14:52.634840  8227 consensus_queue.cc:237] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Queue going to LEADER mode. State: All 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: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } }
I20260630 12:14:52.637032  8208 raft_consensus.cc:515] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.638036  8208 leader_election.cc:304] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [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: 44a766b542534cca8af01241bb77fd32; no voters: 
I20260630 12:14:52.638693  8208 leader_election.cc:290] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:52.639173  8214 raft_consensus.cc:2804] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.639600  8207 raft_consensus.cc:515] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.640591  8207 leader_election.cc:304] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [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: f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.641392  8207 leader_election.cc:290] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:52.641536  8231 raft_consensus.cc:2804] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.642081  8231 raft_consensus.cc:697] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Becoming Leader. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Running, Role: LEADER
I20260630 12:14:52.642791  8231 consensus_queue.cc:237] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [LEADER]: Queue going to LEADER mode. State: All 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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.643651  8207 ts_tablet_manager.cc:1434] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.020s	user 0.017s	sys 0.000s
I20260630 12:14:52.644683  8207 tablet_bootstrap.cc:492] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:52.645809  7909 catalog_manager.cc:5697] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: term changed from 0 to 1, leader changed from <none> to da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194). New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:52.650851  7910 catalog_manager.cc:5697] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f4a013d0b06d4b26916999ccef9b4113" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:52.652079  8207 tablet_bootstrap.cc:654] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:52.671445  8214 raft_consensus.cc:697] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 1 LEADER]: Becoming Leader. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Running, Role: LEADER
I20260630 12:14:52.672320  8214 consensus_queue.cc:237] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [LEADER]: Queue going to LEADER mode. State: All 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: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:52.687223  7909 catalog_manager.cc:5697] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 reported cstate change: term changed from 0 to 1, leader changed from <none> to 44a766b542534cca8af01241bb77fd32 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "44a766b542534cca8af01241bb77fd32" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:52.692329  8208 ts_tablet_manager.cc:1434] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: Time spent starting tablet: real 0.069s	user 0.016s	sys 0.021s
I20260630 12:14:52.700713  8207 tablet_bootstrap.cc:492] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: No bootstrap required, opened a new log
I20260630 12:14:52.701297  8207 ts_tablet_manager.cc:1403] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.057s	user 0.019s	sys 0.034s
I20260630 12:14:52.703965  8207 raft_consensus.cc:359] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.704463  8207 raft_consensus.cc:385] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:52.704717  8207 raft_consensus.cc:740] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:52.705345  8207 consensus_queue.cc:260] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.705963  8207 raft_consensus.cc:399] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:52.706288  8207 raft_consensus.cc:493] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:52.706634  8207 raft_consensus.cc:3060] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:52.712909  8207 raft_consensus.cc:515] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.713526  8207 leader_election.cc:304] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [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: f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:52.714018  8207 leader_election.cc:290] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:52.714210  8231 raft_consensus.cc:2804] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:52.714788  8231 raft_consensus.cc:697] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Becoming Leader. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Running, Role: LEADER
I20260630 12:14:52.715529  8207 ts_tablet_manager.cc:1434] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:14:52.715422  8231 consensus_queue.cc:237] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [LEADER]: Queue going to LEADER mode. State: All 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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:52.721803  7910 catalog_manager.cc:5697] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f4a013d0b06d4b26916999ccef9b4113" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:52.734366   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:52.753155   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:52.754047   431 tablet_replica.cc:333] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: stopping tablet replica
I20260630 12:14:52.754652   431 raft_consensus.cc:2243] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.755120   431 raft_consensus.cc:2272] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.757529   431 tablet_replica.cc:333] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: stopping tablet replica
I20260630 12:14:52.758104   431 raft_consensus.cc:2243] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.758524   431 raft_consensus.cc:2272] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.760723   431 tablet_replica.cc:333] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: stopping tablet replica
I20260630 12:14:52.761237   431 raft_consensus.cc:2243] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.761704   431 raft_consensus.cc:2272] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.763396   431 tablet_replica.cc:333] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: stopping tablet replica
I20260630 12:14:52.763854   431 raft_consensus.cc:2243] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.764153   431 raft_consensus.cc:2272] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.765980   431 tablet_replica.cc:333] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: stopping tablet replica
I20260630 12:14:52.766405   431 raft_consensus.cc:2243] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.766904   431 pending_rounds.cc:70] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Trying to abort 1 pending ops.
I20260630 12:14:52.767051   431 pending_rounds.cc:77] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437652418629632 op_type: NO_OP noop_request { }
I20260630 12:14:52.767283   431 raft_consensus.cc:2889] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:52.767516   431 raft_consensus.cc:2272] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.769874   431 tablet_replica.cc:333] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: stopping tablet replica
I20260630 12:14:52.770357   431 raft_consensus.cc:2243] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.770910   431 pending_rounds.cc:70] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Trying to abort 1 pending ops.
I20260630 12:14:52.771086   431 pending_rounds.cc:77] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437652237299712 op_type: NO_OP noop_request { }
I20260630 12:14:52.771327   431 raft_consensus.cc:2889] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:52.771627   431 raft_consensus.cc:2272] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:52.782862  8052 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 2 similar messages]
W20260630 12:14:52.786823  8052 consensus_peers.cc:597] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): Couldn't send request to peer f4a013d0b06d4b26916999ccef9b4113. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44409: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:52.798420   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:52.915380  8227 consensus_queue.cc:1048] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:52.927484  8052 consensus_peers.cc:597] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): Couldn't send request to peer f4a013d0b06d4b26916999ccef9b4113. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44409: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:52.990657  8209 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:53.659902  8209 consensus_queue.cc:579] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Leader has been unable to successfully communicate with peer f4a013d0b06d4b26916999ccef9b4113 for more than 1 seconds (1.258s)
W20260630 12:14:53.670588  7910 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4f2b805e839844eb8ab3b66c5edba281 with cas_config_opid_index -1: no extra replica candidate found for tablet 4f2b805e839844eb8ab3b66c5edba281 (table test-workload [id=cd5dd6a20f114701962d92b8080028cd]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
I20260630 12:14:53.886721  7910 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:58792:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:14:53.887446  7910 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:58792:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:14:53.905077  7910 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: Sending DeleteTablet for 1 replicas of tablet 7d2f25d2ab524a4ea78c25611d4d4bdb
I20260630 12:14:53.906103  7910 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: Sending DeleteTablet for 1 replicas of tablet 775733b6602b4f63a6f6372d1889c1a7
I20260630 12:14:53.906778  7910 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: Sending DeleteTablet for 1 replicas of tablet fa84119d906e494383e081747a932323
I20260630 12:14:53.907416  7910 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: Sending DeleteTablet for 1 replicas of tablet 67960b76ee4346f18dee1bbe1a4f7109
I20260630 12:14:53.909471  8074 tablet_service.cc:1558] Processing DeleteTablet for tablet 775733b6602b4f63a6f6372d1889c1a7 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:46082
I20260630 12:14:53.910287  8150 tablet_service.cc:1558] Processing DeleteTablet for tablet fa84119d906e494383e081747a932323 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:36228
I20260630 12:14:53.912680   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:53.921952  8272 tablet_replica.cc:333] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: stopping tablet replica
I20260630 12:14:53.922329  8270 tablet_replica.cc:333] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: stopping tablet replica
I20260630 12:14:53.926646  8270 raft_consensus.cc:2243] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:53.928184  8270 raft_consensus.cc:2272] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:53.930238  7896 catalog_manager.cc:4755] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 7d2f25d2ab524a4ea78c25611d4d4bdb: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44409: connect: Connection refused (error 111)
I20260630 12:14:53.932556  8272 raft_consensus.cc:2243] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:14:53.936618  8273 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.937556  8270 ts_tablet_manager.cc:1916] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:53.935801  8272 raft_consensus.cc:2272] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:53.939640  8274 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.944890  8272 ts_tablet_manager.cc:1916] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:53.946494   431 server_base.cc:1061] running on GCE node
W20260630 12:14:53.950496  8276 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.951903   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:53.952212   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:53.952440   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821693952424 us; error 0 us; skew 500 ppm
I20260630 12:14:53.953249   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:53.958920  8270 ts_tablet_manager.cc:1929] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:14:53.959427  8270 log.cc:1199] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-1-root/wals/775733b6602b4f63a6f6372d1889c1a7
I20260630 12:14:53.960173  8270 ts_tablet_manager.cc:1950] T 775733b6602b4f63a6f6372d1889c1a7 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Deleting consensus metadata
I20260630 12:14:53.962369   431 webserver.cc:533] Webserver started at http://127.0.107.196:34003/ using document root <none> and password file <none>
I20260630 12:14:53.963274   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:53.963615   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:53.964411   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:53.964767  7896 catalog_manager.cc:5028] TS da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703): tablet 775733b6602b4f63a6f6372d1889c1a7 (table dugtrio [id=4a143b5243df48a09918360be2021819]) successfully deleted
I20260630 12:14:53.966368  8272 ts_tablet_manager.cc:1929] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:14:53.966333   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "fb7afdf5eb4c43ee9c25933921714731"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-ctg2"
I20260630 12:14:53.967017  8272 log.cc:1199] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-2-root/wals/fa84119d906e494383e081747a932323
I20260630 12:14:53.967803  8272 ts_tablet_manager.cc:1950] T fa84119d906e494383e081747a932323 P 44a766b542534cca8af01241bb77fd32: Deleting consensus metadata
I20260630 12:14:53.971706  7896 catalog_manager.cc:5028] TS 44a766b542534cca8af01241bb77fd32 (127.0.107.195:36491): tablet fa84119d906e494383e081747a932323 (table dugtrio [id=4a143b5243df48a09918360be2021819]) successfully deleted
I20260630 12:14:53.973100   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:14:53.977119  8281 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.977949   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:53.978263   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "fb7afdf5eb4c43ee9c25933921714731"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-ctg2"
I20260630 12:14:53.978535   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-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)
I20260630 12:14:53.996119   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:53.997404   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:53.999064   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.001828   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:54.002035   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.002357   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:54.002548   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.005752  8209 consensus_queue.cc:579] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Leader has been unable to successfully communicate with peer f4a013d0b06d4b26916999ccef9b4113 for more than 1 seconds (1.551s)
I20260630 12:14:54.050029   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35915
I20260630 12:14:54.050145  8343 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35915 every 8 connection(s)
I20260630 12:14:54.056655   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.063967  8347 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.065112  8348 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.066845  8350 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:54.068360   431 server_base.cc:1061] running on GCE node
I20260630 12:14:54.069468   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.069797   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:54.070040   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694070021 us; error 0 us; skew 500 ppm
I20260630 12:14:54.070899   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.070995  8344 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34905
I20260630 12:14:54.071486  8344 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.072477  8344 heartbeater.cc:507] Master 127.0.107.254:34905 requested a full tablet report, sending...
I20260630 12:14:54.074396  7910 ts_manager.cc:194] Registered new tserver with Master: fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915)
I20260630 12:14:54.074819   431 webserver.cc:533] Webserver started at http://127.0.107.193:37725/ using document root <none> and password file <none>
I20260630 12:14:54.075377   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.075636   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:54.076078  7910 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58816
I20260630 12:14:54.079777   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.001s
I20260630 12:14:54.083526  8355 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.084321   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:54.084605   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "f4a013d0b06d4b26916999ccef9b4113"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-ctg2"
I20260630 12:14:54.084872   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-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)
I20260630 12:14:54.117884  8087 consensus_queue.cc:237] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:54.118940   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.120543   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.122685   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.127250  8160 raft_consensus.cc:1275] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:54.132385  8262 consensus_queue.cc:1048] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:14:54.135695  8365 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
W20260630 12:14:54.138777  8052 consensus_peers.cc:597] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): Couldn't send request to peer f4a013d0b06d4b26916999ccef9b4113. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44409: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:14:54.144533  8053 consensus_peers.cc:597] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915): Couldn't send request to peer fb7afdf5eb4c43ee9c25933921714731. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e369d1a1fb0f458caf4738f460678c07. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:54.143865  8261 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.146170  8160 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.155273  7896 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e369d1a1fb0f458caf4738f460678c07 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 3)
I20260630 12:14:54.159801  7910 catalog_manager.cc:5697] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:54.181874   431 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:14:54.182159   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.051s	user 0.005s	sys 0.000s
I20260630 12:14:54.182394   431 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:14:54.187208  8365 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:54.200367  8365 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:54.201160  8365 tablet_bootstrap.cc:492] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap complete.
I20260630 12:14:54.202281  8365 ts_tablet_manager.cc:1403] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:14:54.204424  8365 raft_consensus.cc:359] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.205152  8365 raft_consensus.cc:740] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.205821   431 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:14:54.206259   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.024s	user 0.024s	sys 0.000s
I20260630 12:14:54.205902  8365 consensus_queue.cc:260] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.208786  8365 ts_tablet_manager.cc:1434] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.005s
I20260630 12:14:54.209470  8365 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:54.224398  8365 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:54.225451  8365 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap complete.
I20260630 12:14:54.226289  8365 ts_tablet_manager.cc:1403] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.000s
I20260630 12:14:54.229673  8365 raft_consensus.cc:359] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.230572  8365 raft_consensus.cc:740] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.231508  8365 consensus_queue.cc:260] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.234022  8365 ts_tablet_manager.cc:1434] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:14:54.235023  8365 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:54.251720  8365 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:54.252749  8365 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap complete.
I20260630 12:14:54.253651  8365 ts_tablet_manager.cc:1403] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.005s
I20260630 12:14:54.256855  8365 raft_consensus.cc:359] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.257789  8365 raft_consensus.cc:740] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.258741  8365 consensus_queue.cc:260] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.260488   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44409
I20260630 12:14:54.260685  8427 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44409 every 8 connection(s)
I20260630 12:14:54.261196  8365 ts_tablet_manager.cc:1434] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.004s
I20260630 12:14:54.262133  8365 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:54.288851  8392 tablet_service.cc:1558] Processing DeleteTablet for tablet 67960b76ee4346f18dee1bbe1a4f7109 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:54662
I20260630 12:14:54.291646  8365 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:54.292784  8365 tablet_bootstrap.cc:492] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Bootstrap complete.
W20260630 12:14:54.292977  7896 catalog_manager.cc:5008] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): delete failed for tablet 67960b76ee4346f18dee1bbe1a4f7109 because tablet deleting was already in progress. No further retry: Already present: State transition of tablet 67960b76ee4346f18dee1bbe1a4f7109 already in progress: opening tablet
I20260630 12:14:54.293454  8365 ts_tablet_manager.cc:1403] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.032s	user 0.019s	sys 0.010s
I20260630 12:14:54.295148  8429 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34905
I20260630 12:14:54.295519  8429 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.296265  8429 heartbeater.cc:507] Master 127.0.107.254:34905 requested a full tablet report, sending...
I20260630 12:14:54.296090  8365 raft_consensus.cc:359] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.296851  8365 raft_consensus.cc:740] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.297477  8365 consensus_queue.cc:260] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [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: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.299382  8365 ts_tablet_manager.cc:1434] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:14:54.300199  8365 tablet_bootstrap.cc:492] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
I20260630 12:14:54.302809  7909 ts_manager.cc:194] Re-registered known tserver with Master: f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409)
I20260630 12:14:54.310316  7909 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58818
I20260630 12:14:54.310253  8392 tablet_service.cc:1558] Processing DeleteTablet for tablet 67960b76ee4346f18dee1bbe1a4f7109 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:54662
W20260630 12:14:54.312430  7896 catalog_manager.cc:5008] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): delete failed for tablet 67960b76ee4346f18dee1bbe1a4f7109 because tablet deleting was already in progress. No further retry: Already present: State transition of tablet 67960b76ee4346f18dee1bbe1a4f7109 already in progress: opening tablet
I20260630 12:14:54.312664  8365 tablet_bootstrap.cc:492] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:54.313926  8429 heartbeater.cc:499] Master 127.0.107.254:34905 was elected leader, sending a full tablet report...
I20260630 12:14:54.314011  8365 tablet_bootstrap.cc:492] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Bootstrap complete.
I20260630 12:14:54.314909  8365 ts_tablet_manager.cc:1403] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.004s
I20260630 12:14:54.317242  8365 raft_consensus.cc:359] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.317821  8365 raft_consensus.cc:740] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.318424  8365 consensus_queue.cc:260] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.319295  8365 raft_consensus.cc:399] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:54.319615  8365 raft_consensus.cc:493] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:54.319952  8365 raft_consensus.cc:3060] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:54.319975  8087 consensus_queue.cc:237] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:54.326989  8160 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:54.327878  8365 raft_consensus.cc:515] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.328619  8365 leader_election.cc:304] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: f4a013d0b06d4b26916999ccef9b4113; no voters: 
W20260630 12:14:54.329082  8053 consensus_peers.cc:597] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915): Couldn't send request to peer fb7afdf5eb4c43ee9c25933921714731. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4f2b805e839844eb8ab3b66c5edba281. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:54.329310  8392 tablet_service.cc:1558] Processing DeleteTablet for tablet 67960b76ee4346f18dee1bbe1a4f7109 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:54662
I20260630 12:14:54.329385  8370 raft_consensus.cc:2804] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:54.330312  8261 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:54.331218  8370 raft_consensus.cc:697] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 2 LEADER]: Becoming Leader. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Running, Role: LEADER
I20260630 12:14:54.331990  8370 consensus_queue.cc:237] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.333717  8365 leader_election.cc:290] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:14:54.336053  8365 ts_tablet_manager.cc:1434] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.021s	user 0.015s	sys 0.000s
I20260630 12:14:54.337034  8365 tablet_bootstrap.cc:492] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Bootstrap starting.
W20260630 12:14:54.342896  7896 catalog_manager.cc:5008] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): delete failed for tablet 67960b76ee4346f18dee1bbe1a4f7109 because tablet deleting was already in progress. No further retry: Already present: State transition of tablet 67960b76ee4346f18dee1bbe1a4f7109 already in progress: opening tablet
I20260630 12:14:54.344795  8392 tablet_service.cc:1558] Processing DeleteTablet for tablet 7d2f25d2ab524a4ea78c25611d4d4bdb with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:54662
I20260630 12:14:54.352191  8392 tablet_service.cc:1558] Processing DeleteTablet for tablet 67960b76ee4346f18dee1bbe1a4f7109 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:54662
I20260630 12:14:54.353364  8433 tablet_replica.cc:333] stopping tablet replica
W20260630 12:14:54.354641  7896 catalog_manager.cc:5008] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): delete failed for tablet 7d2f25d2ab524a4ea78c25611d4d4bdb because tablet deleting was already in progress. No further retry: Already present: State transition of tablet 7d2f25d2ab524a4ea78c25611d4d4bdb already in progress: opening tablet
I20260630 12:14:54.359113  8433 raft_consensus.cc:2243] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.362540  8433 raft_consensus.cc:2272] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.364959  8402 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:54.367071  8365 tablet_bootstrap.cc:492] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:54.368110  8365 tablet_bootstrap.cc:492] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Bootstrap complete.
I20260630 12:14:54.367632  8209 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:54.368848  8365 ts_tablet_manager.cc:1403] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.020s
I20260630 12:14:54.371770  8365 raft_consensus.cc:359] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.372367  8365 raft_consensus.cc:740] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.373065  8365 consensus_queue.cc:260] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.373486  8433 ts_tablet_manager.cc:1916] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:54.373769  8365 raft_consensus.cc:399] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:54.374334  8365 raft_consensus.cc:493] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:54.374611  8365 raft_consensus.cc:3060] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:54.373690  8262 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.379853  8365 raft_consensus.cc:515] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.380595  8365 leader_election.cc:304] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: f4a013d0b06d4b26916999ccef9b4113; no voters: 
I20260630 12:14:54.381134  8365 leader_election.cc:290] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:14:54.381383  8436 raft_consensus.cc:2804] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:54.381961  8436 raft_consensus.cc:697] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 2 LEADER]: Becoming Leader. State: Replica: f4a013d0b06d4b26916999ccef9b4113, State: Running, Role: LEADER
I20260630 12:14:54.382648  8436 consensus_queue.cc:237] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.383145  8365 ts_tablet_manager.cc:1434] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:14:54.383883  7896 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4f2b805e839844eb8ab3b66c5edba281 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:14:54.389889  8160 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.392916  7909 catalog_manager.cc:5697] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:54.399514  8433 ts_tablet_manager.cc:1929] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:14:54.400041  8433 log.cc:1199] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root/wals/67960b76ee4346f18dee1bbe1a4f7109
I20260630 12:14:54.399647  8401 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.401114  8433 ts_tablet_manager.cc:1950] T 67960b76ee4346f18dee1bbe1a4f7109 P f4a013d0b06d4b26916999ccef9b4113: Deleting consensus metadata
I20260630 12:14:54.404434  7896 catalog_manager.cc:5028] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): tablet 67960b76ee4346f18dee1bbe1a4f7109 (table dugtrio [id=4a143b5243df48a09918360be2021819]) successfully deleted
I20260630 12:14:54.418838  8087 consensus_queue.cc:237] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.420540  8392 tablet_service.cc:1558] Processing DeleteTablet for tablet 7d2f25d2ab524a4ea78c25611d4d4bdb with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:53 UTC) from {username='slave'} at 127.0.0.1:54662
I20260630 12:14:54.421304  8433 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:54.422231  8433 raft_consensus.cc:2243] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.422871  8433 raft_consensus.cc:2272] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.424072  8160 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:54.424440  8401 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:54.425280  8209 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:54.425972  8261 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:54.426283  8433 ts_tablet_manager.cc:1916] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:54.432523  8262 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } }
I20260630 12:14:54.438869  8433 ts_tablet_manager.cc:1929] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:14:54.439414  8433 log.cc:1199] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root/wals/7d2f25d2ab524a4ea78c25611d4d4bdb
I20260630 12:14:54.439157  8160 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } }
I20260630 12:14:54.440304  8433 ts_tablet_manager.cc:1950] T 7d2f25d2ab524a4ea78c25611d4d4bdb P f4a013d0b06d4b26916999ccef9b4113: Deleting consensus metadata
I20260630 12:14:54.439510  8401 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } }
I20260630 12:14:54.443446  7896 catalog_manager.cc:5028] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): tablet 7d2f25d2ab524a4ea78c25611d4d4bdb (table dugtrio [id=4a143b5243df48a09918360be2021819]) successfully deleted
I20260630 12:14:54.443925  7910 catalog_manager.cc:5697] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:54.445995  7896 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4f2b805e839844eb8ab3b66c5edba281 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:54.447690  8367 raft_consensus.cc:493] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:54.448323  8367 raft_consensus.cc:515] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.450562  8367 leader_election.cc:290] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703)
I20260630 12:14:54.456772  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" is_pre_election: true
I20260630 12:14:54.457522  8087 raft_consensus.cc:2468] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 44a766b542534cca8af01241bb77fd32 in term 1.
I20260630 12:14:54.458879  8126 leader_election.cc:304] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [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: 44a766b542534cca8af01241bb77fd32, da6df65a2f2a4fd6bcb8e5be4b4ea0ad; no voters: 
I20260630 12:14:54.459640  8367 raft_consensus.cc:2804] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:54.460039  8367 raft_consensus.cc:493] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:54.460323  8367 raft_consensus.cc:3060] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:54.466512  8401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113" is_pre_election: true
I20260630 12:14:54.467468  8401 raft_consensus.cc:2410] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 44a766b542534cca8af01241bb77fd32 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:54.468688  8367 raft_consensus.cc:515] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.470711  8367 leader_election.cc:290] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 2 election: Requested vote from peers f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409), da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703)
I20260630 12:14:54.471781  8401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113"
I20260630 12:14:54.472299  8401 raft_consensus.cc:3060] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:54.474426  8309 tablet_service.cc:1558] Processing DeleteTablet for tablet 4f2b805e839844eb8ab3b66c5edba281 with delete_type TABLET_DATA_TOMBSTONED (TS fb7afdf5eb4c43ee9c25933921714731 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:50156
I20260630 12:14:54.474577  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d97b9194fa9400e8b003db494b14aa9" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad"
I20260630 12:14:54.475181  8087 raft_consensus.cc:3060] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:14:54.477247  7897 catalog_manager.cc:4995] TS fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915): delete failed for tablet 4f2b805e839844eb8ab3b66c5edba281 because the tablet was not found. No further retry: Not found: Tablet not found: 4f2b805e839844eb8ab3b66c5edba281
I20260630 12:14:54.478132  8401 raft_consensus.cc:2410] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 44a766b542534cca8af01241bb77fd32 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:54.481313  8087 raft_consensus.cc:2468] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 44a766b542534cca8af01241bb77fd32 in term 2.
I20260630 12:14:54.482474  8126 leader_election.cc:304] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [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: 44a766b542534cca8af01241bb77fd32, da6df65a2f2a4fd6bcb8e5be4b4ea0ad; no voters: f4a013d0b06d4b26916999ccef9b4113
I20260630 12:14:54.483192  8367 raft_consensus.cc:2804] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:54.484368  8367 raft_consensus.cc:697] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 2 LEADER]: Becoming Leader. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Running, Role: LEADER
I20260630 12:14:54.485323  8367 consensus_queue.cc:237] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [LEADER]: Queue going to LEADER 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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:54.492831  7909 catalog_manager.cc:5697] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 reported cstate change: term changed from 1 to 2, leader changed from f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193) to 44a766b542534cca8af01241bb77fd32 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "44a766b542534cca8af01241bb77fd32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } }
W20260630 12:14:54.549547  7958 auto_rebalancer.cc:639] Failed to schedule move for tablet 7f41cd1b758a41cbbd9d4436306417aa: Illegal state: Replica f4a013d0b06d4b26916999ccef9b4113 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } }
W20260630 12:14:54.562116  7958 auto_rebalancer.cc:639] Failed to schedule move for tablet e369d1a1fb0f458caf4738f460678c07: Invalid argument: Server with UUID fb7afdf5eb4c43ee9c25933921714731 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:54.566236  8087 consensus_queue.cc:237] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:54.571714  8160 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:54.572021  8401 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:14:54.572101  8053 consensus_peers.cc:597] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915): Couldn't send request to peer fb7afdf5eb4c43ee9c25933921714731. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4f2b805e839844eb8ab3b66c5edba281. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:54.573050  8262 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:54.573849  8209 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:54.580178  8261 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.581826  8401 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.582072  8160 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.593746  7909 catalog_manager.cc:5697] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index 3 to 4, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:54.601492  8209 consensus_queue.cc:1050] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:54.608319  8367 raft_consensus.cc:493] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:54.609104  8367 raft_consensus.cc:515] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.610347  8401 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:54.611614  8367 leader_election.cc:290] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703), f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409)
I20260630 12:14:54.613205  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" is_pre_election: true
I20260630 12:14:54.613955  8087 raft_consensus.cc:2468] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 44a766b542534cca8af01241bb77fd32 in term 1.
I20260630 12:14:54.614009  8402 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113" is_pre_election: true
I20260630 12:14:54.614961  8402 raft_consensus.cc:2410] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 44a766b542534cca8af01241bb77fd32 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:54.616236  8126 leader_election.cc:304] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [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: 44a766b542534cca8af01241bb77fd32, da6df65a2f2a4fd6bcb8e5be4b4ea0ad; no voters: 
I20260630 12:14:54.617026  8367 raft_consensus.cc:2804] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:54.617532  8367 raft_consensus.cc:493] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:54.617966  8367 raft_consensus.cc:3060] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:54.625216  8367 raft_consensus.cc:515] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.626948  8367 leader_election.cc:290] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [CANDIDATE]: Term 2 election: Requested vote from peers da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703), f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409)
I20260630 12:14:54.628273  8087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad"
I20260630 12:14:54.628566  8401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" candidate_uuid: "44a766b542534cca8af01241bb77fd32" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4a013d0b06d4b26916999ccef9b4113"
I20260630 12:14:54.628903  8087 raft_consensus.cc:3060] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:54.629138  8401 raft_consensus.cc:3060] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:54.635700  8087 raft_consensus.cc:2468] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 44a766b542534cca8af01241bb77fd32 in term 2.
I20260630 12:14:54.636320  8401 raft_consensus.cc:2410] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 44a766b542534cca8af01241bb77fd32 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:54.637104  8126 leader_election.cc:304] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [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: 44a766b542534cca8af01241bb77fd32, da6df65a2f2a4fd6bcb8e5be4b4ea0ad; no voters: 
I20260630 12:14:54.637952  8367 raft_consensus.cc:2804] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:54.638371  8367 raft_consensus.cc:697] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 2 LEADER]: Becoming Leader. State: Replica: 44a766b542534cca8af01241bb77fd32, State: Running, Role: LEADER
I20260630 12:14:54.639168  8367 consensus_queue.cc:237] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [LEADER]: Queue going to LEADER 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: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } }
I20260630 12:14:54.647720  7910 catalog_manager.cc:5697] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 reported cstate change: term changed from 1 to 2, leader changed from f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193) to 44a766b542534cca8af01241bb77fd32 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "44a766b542534cca8af01241bb77fd32" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:54.718075  8451 ts_tablet_manager.cc:933] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Initiating tablet copy from peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703)
I20260630 12:14:54.719723  8451 tablet_copy_client.cc:323] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37703
I20260630 12:14:54.730986  8097 tablet_copy_service.cc:140] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Received BeginTabletCopySession request for tablet e369d1a1fb0f458caf4738f460678c07 from peer fb7afdf5eb4c43ee9c25933921714731 ({username='slave'} at 127.0.0.1:45860)
I20260630 12:14:54.731570  8097 tablet_copy_service.cc:161] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Beginning new tablet copy session on tablet e369d1a1fb0f458caf4738f460678c07 from peer fb7afdf5eb4c43ee9c25933921714731 at {username='slave'} at 127.0.0.1:45860: session id = fb7afdf5eb4c43ee9c25933921714731-e369d1a1fb0f458caf4738f460678c07
I20260630 12:14:54.737852  8097 tablet_copy_source_session.cc:215] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:54.740306  8451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e369d1a1fb0f458caf4738f460678c07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:54.754490  8451 tablet_copy_client.cc:806] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:54.755098  8451 tablet_copy_client.cc:670] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:54.759140  8451 tablet_copy_client.cc:538] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:54.767277  8451 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Bootstrap starting.
I20260630 12:14:54.781687  8451 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:54.782341  8451 tablet_bootstrap.cc:492] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Bootstrap complete.
I20260630 12:14:54.782847  8451 ts_tablet_manager.cc:1403] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.001s
I20260630 12:14:54.784902  8451 raft_consensus.cc:359] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:54.785488  8451 raft_consensus.cc:740] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fb7afdf5eb4c43ee9c25933921714731, State: Initialized, Role: LEARNER
I20260630 12:14:54.786058  8451 consensus_queue.cc:260] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731 [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:54.788280  8344 heartbeater.cc:499] Master 127.0.107.254:34905 was elected leader, sending a full tablet report...
I20260630 12:14:54.788825  8451 ts_tablet_manager.cc:1434] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.004s
I20260630 12:14:54.790700  8097 tablet_copy_service.cc:342] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Request end of tablet copy session fb7afdf5eb4c43ee9c25933921714731-e369d1a1fb0f458caf4738f460678c07 received from {username='slave'} at 127.0.0.1:45860
I20260630 12:14:54.791119  8097 tablet_copy_service.cc:434] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: ending tablet copy session fb7afdf5eb4c43ee9c25933921714731-e369d1a1fb0f458caf4738f460678c07 on tablet e369d1a1fb0f458caf4738f460678c07 with peer fb7afdf5eb4c43ee9c25933921714731
I20260630 12:14:55.034319  8401 raft_consensus.cc:1275] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Refusing update from remote peer 44a766b542534cca8af01241bb77fd32: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:14:55.034749  8401 pending_rounds.cc:85] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Aborting all ops after (but not including) 0
I20260630 12:14:55.035008  8401 pending_rounds.cc:107] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:14:55.035302  8401 raft_consensus.cc:2889] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:55.036718  8367 consensus_queue.cc:1048] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:55.052392  8087 raft_consensus.cc:1275] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Refusing update from remote peer 44a766b542534cca8af01241bb77fd32: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:14:55.054576  8367 consensus_queue.cc:1048] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:55.064303  8086 consensus_queue.cc:237] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } }
I20260630 12:14:55.073535  8160 raft_consensus.cc:1275] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:55.073535  8401 raft_consensus.cc:1275] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:55.075585  8262 consensus_queue.cc:1048] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:55.077117  8209 consensus_queue.cc:1048] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:55.083251  8262 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } }
I20260630 12:14:55.085162  8160 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } }
I20260630 12:14:55.093334  7896 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e369d1a1fb0f458caf4738f460678c07 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:55.096237  8401 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } }
I20260630 12:14:55.097714  7910 catalog_manager.cc:5697] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index 2 to 3, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:55.111138  8309 tablet_service.cc:1558] Processing DeleteTablet for tablet e369d1a1fb0f458caf4738f460678c07 with delete_type TABLET_DATA_TOMBSTONED (TS fb7afdf5eb4c43ee9c25933921714731 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:50156
I20260630 12:14:55.114271  8461 tablet_replica.cc:333] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: stopping tablet replica
I20260630 12:14:55.115104  8461 raft_consensus.cc:2243] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:55.115737  8461 raft_consensus.cc:2272] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:55.118809  8461 ts_tablet_manager.cc:1916] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:55.132805  8461 ts_tablet_manager.cc:1929] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:14:55.133282  8461 log.cc:1199] T e369d1a1fb0f458caf4738f460678c07 P fb7afdf5eb4c43ee9c25933921714731: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-3-root/wals/e369d1a1fb0f458caf4738f460678c07
I20260630 12:14:55.134987  7897 catalog_manager.cc:5028] TS fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915): tablet e369d1a1fb0f458caf4738f460678c07 (table test-workload [id=cd5dd6a20f114701962d92b8080028cd]) successfully deleted
I20260630 12:14:55.164362  8401 raft_consensus.cc:1275] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Refusing update from remote peer 44a766b542534cca8af01241bb77fd32: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:14:55.164849  8401 pending_rounds.cc:85] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Aborting all ops after (but not including) 0
I20260630 12:14:55.165099  8401 pending_rounds.cc:107] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:14:55.165354  8401 raft_consensus.cc:2889] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:55.166953  8458 consensus_queue.cc:1048] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:55.173048  8451 ts_tablet_manager.cc:933] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: Initiating tablet copy from peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad (127.0.107.194:37703)
I20260630 12:14:55.179180  8087 raft_consensus.cc:1275] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Refusing update from remote peer 44a766b542534cca8af01241bb77fd32: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:14:55.180819  8451 tablet_copy_client.cc:323] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37703
I20260630 12:14:55.181008  8458 consensus_queue.cc:1048] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:55.182618  8097 tablet_copy_service.cc:140] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Received BeginTabletCopySession request for tablet 4f2b805e839844eb8ab3b66c5edba281 from peer fb7afdf5eb4c43ee9c25933921714731 ({username='slave'} at 127.0.0.1:45860)
I20260630 12:14:55.183162  8097 tablet_copy_service.cc:161] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Beginning new tablet copy session on tablet 4f2b805e839844eb8ab3b66c5edba281 from peer fb7afdf5eb4c43ee9c25933921714731 at {username='slave'} at 127.0.0.1:45860: session id = fb7afdf5eb4c43ee9c25933921714731-4f2b805e839844eb8ab3b66c5edba281
I20260630 12:14:55.189996  8097 tablet_copy_source_session.cc:215] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:55.195914  8451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f2b805e839844eb8ab3b66c5edba281. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:55.212450  8451 tablet_copy_client.cc:806] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:55.213171  8451 tablet_copy_client.cc:670] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:55.216848  8451 tablet_copy_client.cc:538] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:55.222980  8451 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: Bootstrap starting.
I20260630 12:14:55.242820  8451 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:55.243538  8451 tablet_bootstrap.cc:492] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: Bootstrap complete.
I20260630 12:14:55.244093  8451 ts_tablet_manager.cc:1403] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.003s
I20260630 12:14:55.246157  8451 raft_consensus.cc:359] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:55.246759  8451 raft_consensus.cc:740] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fb7afdf5eb4c43ee9c25933921714731, State: Initialized, Role: LEARNER
I20260630 12:14:55.247263  8451 consensus_queue.cc:260] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:55.248868  8451 ts_tablet_manager.cc:1434] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:55.250562  8097 tablet_copy_service.cc:342] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Request end of tablet copy session fb7afdf5eb4c43ee9c25933921714731-4f2b805e839844eb8ab3b66c5edba281 received from {username='slave'} at 127.0.0.1:45860
I20260630 12:14:55.250921  8097 tablet_copy_service.cc:434] P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: ending tablet copy session fb7afdf5eb4c43ee9c25933921714731-4f2b805e839844eb8ab3b66c5edba281 on tablet 4f2b805e839844eb8ab3b66c5edba281 with peer fb7afdf5eb4c43ee9c25933921714731
I20260630 12:14:55.564508  8319 raft_consensus.cc:1217] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:14:56.148514  8262 raft_consensus.cc:1064] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: attempting to promote NON_VOTER fb7afdf5eb4c43ee9c25933921714731 to VOTER
I20260630 12:14:56.150481  8262 consensus_queue.cc:237] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } }
I20260630 12:14:56.156975  8160 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:56.158027  8319 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 LEARNER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:56.159322  8468 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:14:56.160386  8401 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:56.160876  8466 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:56.162474  8468 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:56.174479  8468 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } } }
I20260630 12:14:56.176553  8401 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } } }
I20260630 12:14:56.178989  8319 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } } }
I20260630 12:14:56.195334  8161 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } } }
I20260630 12:14:56.211232  7909 catalog_manager.cc:5697] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index 4 to 5, fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:56.235639  8087 consensus_queue.cc:237] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } }
I20260630 12:14:56.243512  8319 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:14:56.243925  8161 raft_consensus.cc:1275] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:14:56.245359  8468 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:56.246371  8466 consensus_queue.cc:1048] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:56.253082  8466 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } } }
I20260630 12:14:56.255828  8161 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } } }
I20260630 12:14:56.256862  8319 raft_consensus.cc:2955] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } } }
I20260630 12:14:56.264770  7896 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4f2b805e839844eb8ab3b66c5edba281 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:56.270452  7910 catalog_manager.cc:5697] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index 5 to 6, VOTER f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:56.280189  8392 tablet_service.cc:1558] Processing DeleteTablet for tablet 4f2b805e839844eb8ab3b66c5edba281 with delete_type TABLET_DATA_TOMBSTONED (TS f4a013d0b06d4b26916999ccef9b4113 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:54662
I20260630 12:14:56.282148  8478 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:56.283082  8478 raft_consensus.cc:2243] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:56.283908  8478 raft_consensus.cc:2272] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:56.286918  8478 ts_tablet_manager.cc:1916] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:56.297385  8478 ts_tablet_manager.cc:1929] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:14:56.297802  8478 log.cc:1199] T 4f2b805e839844eb8ab3b66c5edba281 P f4a013d0b06d4b26916999ccef9b4113: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821482054927-431-0/minicluster-data/ts-0-root/wals/4f2b805e839844eb8ab3b66c5edba281
I20260630 12:14:56.299171  7896 catalog_manager.cc:5028] TS f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): tablet 4f2b805e839844eb8ab3b66c5edba281 (table test-workload [id=cd5dd6a20f114701962d92b8080028cd]) successfully deleted
W20260630 12:14:57.280684  7958 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 44a766b542534cca8af01241bb77fd32 not available for placement
I20260630 12:14:58.308306  8161 consensus_queue.cc:237] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } attrs { replace: true } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:58.316278  8401 raft_consensus.cc:1275] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Refusing update from remote peer 44a766b542534cca8af01241bb77fd32: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:58.316982  8087 raft_consensus.cc:1275] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Refusing update from remote peer 44a766b542534cca8af01241bb77fd32: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:58.317780  8482 consensus_queue.cc:1048] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:58.318779  8458 consensus_queue.cc:1048] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:58.322369   431 tablet_server.cc:179] TabletServer@127.0.107.193:44409 shutting down...
W20260630 12:14:58.328353  8127 consensus_peers.cc:597] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 -> Peer fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915): Couldn't send request to peer fb7afdf5eb4c43ee9c25933921714731. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7f41cd1b758a41cbbd9d4436306417aa. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:58.331176  8482 raft_consensus.cc:2955] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } attrs { replace: true } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
W20260630 12:14:58.332994  8126 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 15 similar messages]
W20260630 12:14:58.341660  8126 consensus_peers.cc:597] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 -> Peer f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): Couldn't send request to peer f4a013d0b06d4b26916999ccef9b4113. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:58.348555  8087 raft_consensus.cc:2955] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } attrs { replace: true } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:58.361497  8086 consensus_queue.cc:237] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [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: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } attrs { replace: true } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } }
I20260630 12:14:58.362432  7908 catalog_manager.cc:5697] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 reported cstate change: config changed from index -1 to 2, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "44a766b542534cca8af01241bb77fd32" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:58.365931   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:58.366981   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:58.367820   431 raft_consensus.cc:2243] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.368502   431 raft_consensus.cc:2272] T e369d1a1fb0f458caf4738f460678c07 P f4a013d0b06d4b26916999ccef9b4113 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.369805  8161 raft_consensus.cc:1275] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Refusing update from remote peer da6df65a2f2a4fd6bcb8e5be4b4ea0ad: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:58.371486   431 tablet_replica.cc:333] stopping tablet replica
W20260630 12:14:58.371989  8053 consensus_peers.cc:597] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196:35915): Couldn't send request to peer fb7afdf5eb4c43ee9c25933921714731. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:58.372188  8466 consensus_queue.cc:1048] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [LEADER]: Connected to new peer: Peer: permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:58.372524   431 raft_consensus.cc:2243] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.373221   431 pending_rounds.cc:70] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Trying to abort 1 pending ops.
I20260630 12:14:58.373495   431 pending_rounds.cc:77] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113: Aborting op as it isn't in flight: id { term: 2 index: 2 } timestamp: 7302437676267208704 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "7f41cd1b758a41cbbd9d4436306417aa" old_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } } new_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } attrs { replace: true } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } } peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } } }
I20260630 12:14:58.380709   431 raft_consensus.cc:2917] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Aborting config change with OpId 2.2: Aborted: Op aborted
I20260630 12:14:58.381870   431 raft_consensus.cc:2889] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260630 12:14:58.382866   431 raft_consensus.cc:2272] T 7f41cd1b758a41cbbd9d4436306417aa P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:58.391508  8052 consensus_peers.cc:597] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad -> Peer f4a013d0b06d4b26916999ccef9b4113 (127.0.107.193:44409): Couldn't send request to peer f4a013d0b06d4b26916999ccef9b4113. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:58.393509   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:58.394665   431 raft_consensus.cc:2243] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.393853  8466 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } attrs { replace: true } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:58.395458   431 raft_consensus.cc:2272] T 0d97b9194fa9400e8b003db494b14aa9 P f4a013d0b06d4b26916999ccef9b4113 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.402981  8161 raft_consensus.cc:2955] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } attrs { replace: true } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } } }
I20260630 12:14:58.418818   431 tablet_server.cc:196] TabletServer@127.0.107.193:44409 shutdown complete.
I20260630 12:14:58.426913  7908 catalog_manager.cc:5697] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad reported cstate change: config changed from index 3 to 4, NON_VOTER fb7afdf5eb4c43ee9c25933921714731 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f4a013d0b06d4b26916999ccef9b4113" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44409 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "da6df65a2f2a4fd6bcb8e5be4b4ea0ad" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "44a766b542534cca8af01241bb77fd32" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36491 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb7afdf5eb4c43ee9c25933921714731" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35915 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:58.437915   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:58.468887   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:58.469689   431 tablet_replica.cc:333] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: stopping tablet replica
I20260630 12:14:58.470572   431 raft_consensus.cc:2243] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:58.471550   431 raft_consensus.cc:2272] T e369d1a1fb0f458caf4738f460678c07 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.474386   431 tablet_replica.cc:333] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: stopping tablet replica
I20260630 12:14:58.475172   431 raft_consensus.cc:2243] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:58.475998   431 raft_consensus.cc:2272] T 4f2b805e839844eb8ab3b66c5edba281 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.478497   431 tablet_replica.cc:333] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: stopping tablet replica
I20260630 12:14:58.479146   431 raft_consensus.cc:2243] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.479601   431 raft_consensus.cc:2272] T 0d97b9194fa9400e8b003db494b14aa9 P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.481962   431 tablet_replica.cc:333] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad: stopping tablet replica
I20260630 12:14:58.482487   431 raft_consensus.cc:2243] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.482973   431 raft_consensus.cc:2272] T 7f41cd1b758a41cbbd9d4436306417aa P da6df65a2f2a4fd6bcb8e5be4b4ea0ad [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.509114   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:58.528065   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:58.556389   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:58.557144   431 tablet_replica.cc:333] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32: stopping tablet replica
I20260630 12:14:58.557794   431 raft_consensus.cc:2243] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.558442   431 raft_consensus.cc:2272] T e369d1a1fb0f458caf4738f460678c07 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.561141   431 tablet_replica.cc:333] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32: stopping tablet replica
I20260630 12:14:58.561889   431 raft_consensus.cc:2243] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.562605   431 raft_consensus.cc:2272] T 4f2b805e839844eb8ab3b66c5edba281 P 44a766b542534cca8af01241bb77fd32 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.564684   431 tablet_replica.cc:333] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32: stopping tablet replica
I20260630 12:14:58.565207   431 raft_consensus.cc:2243] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:58.566231   431 raft_consensus.cc:2272] T 7f41cd1b758a41cbbd9d4436306417aa P 44a766b542534cca8af01241bb77fd32 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.568938   431 tablet_replica.cc:333] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32: stopping tablet replica
I20260630 12:14:58.569559   431 raft_consensus.cc:2243] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:58.570749   431 raft_consensus.cc:2272] T 0d97b9194fa9400e8b003db494b14aa9 P 44a766b542534cca8af01241bb77fd32 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.586866   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:58.604825   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:58.625269   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:58.625931   431 tablet_replica.cc:333] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731: stopping tablet replica
I20260630 12:14:58.626451   431 raft_consensus.cc:2243] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:58.626927   431 raft_consensus.cc:2272] T 4f2b805e839844eb8ab3b66c5edba281 P fb7afdf5eb4c43ee9c25933921714731 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.647226   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:58.657353   431 master.cc:562] Master@127.0.107.254:34905 shutting down...
W20260630 12:14:58.685264  7958 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:14:58.686575   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:58.687114   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:58.687476   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5bbae5b9d3734dd0980958deada46552: stopping tablet replica
I20260630 12:14:58.706764   431 master.cc:584] Master@127.0.107.254:34905 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (8354 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:14:58.741892   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38875
I20260630 12:14:58.743029   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:58.747941  8498 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:58.749616  8499 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:58.750315  8501 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:58.752031   431 server_base.cc:1061] running on GCE node
I20260630 12:14:58.753852   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:58.754042   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:58.754158   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821698754147 us; error 0 us; skew 500 ppm
I20260630 12:14:58.754577   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:58.756780   431 webserver.cc:533] Webserver started at http://127.0.107.254:35081/ using document root <none> and password file <none>
I20260630 12:14:58.757215   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:58.757364   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:58.757566   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:58.758668   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "2a573d6ac5ea4355b43986d215f5995a"
format_stamp: "Formatted at 2026-06-30 12:14:58 on dist-test-slave-ctg2"
I20260630 12:14:58.762899   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:14:58.766225  8506 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:58.766999   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:14:58.767278   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "2a573d6ac5ea4355b43986d215f5995a"
format_stamp: "Formatted at 2026-06-30 12:14:58 on dist-test-slave-ctg2"
I20260630 12:14:58.767560   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-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)
I20260630 12:14:58.778342   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:58.779433   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:58.817636   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38875
I20260630 12:14:58.817981  8557 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38875 every 8 connection(s)
I20260630 12:14:58.821514  8558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:58.832753  8558 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a: Bootstrap starting.
I20260630 12:14:58.837968  8558 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:58.842527  8558 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a: No bootstrap required, opened a new log
I20260630 12:14:58.844879  8558 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a573d6ac5ea4355b43986d215f5995a" member_type: VOTER }
I20260630 12:14:58.845342  8558 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:58.845605  8558 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2a573d6ac5ea4355b43986d215f5995a, State: Initialized, Role: FOLLOWER
I20260630 12:14:58.846390  8558 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2a573d6ac5ea4355b43986d215f5995a" member_type: VOTER }
I20260630 12:14:58.846905  8558 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:58.847236  8558 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:58.847556  8558 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:58.852663  8558 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a573d6ac5ea4355b43986d215f5995a" member_type: VOTER }
I20260630 12:14:58.853255  8558 leader_election.cc:304] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [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: 2a573d6ac5ea4355b43986d215f5995a; no voters: 
I20260630 12:14:58.854457  8558 leader_election.cc:290] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:58.854790  8561 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:58.856293  8561 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 1 LEADER]: Becoming Leader. State: Replica: 2a573d6ac5ea4355b43986d215f5995a, State: Running, Role: LEADER
I20260630 12:14:58.856962  8561 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [LEADER]: Queue going to LEADER mode. State: All 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: "2a573d6ac5ea4355b43986d215f5995a" member_type: VOTER }
I20260630 12:14:58.857894  8558 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:58.862033  8563 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2a573d6ac5ea4355b43986d215f5995a. Latest consensus state: current_term: 1 leader_uuid: "2a573d6ac5ea4355b43986d215f5995a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a573d6ac5ea4355b43986d215f5995a" member_type: VOTER } }
I20260630 12:14:58.862768  8563 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:58.862929  8562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2a573d6ac5ea4355b43986d215f5995a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a573d6ac5ea4355b43986d215f5995a" member_type: VOTER } }
I20260630 12:14:58.863585  8562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:58.866122  8568 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:58.873488  8568 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:58.874660   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:58.883023  8568 catalog_manager.cc:1383] Generated new cluster ID: 577264f324a649269b44b8af4d6d6ae9
I20260630 12:14:58.883330  8568 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:58.920270  8568 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:58.921737  8568 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:58.934573  8568 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a: Generated new TSK 0
I20260630 12:14:58.935221  8568 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:58.941237   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:58.946943  8579 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:58.948266  8580 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:58.952081   431 server_base.cc:1061] running on GCE node
W20260630 12:14:58.953773  8582 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:58.957731   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:58.957975   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:58.958155   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821698958133 us; error 0 us; skew 500 ppm
I20260630 12:14:58.958686   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:58.961145   431 webserver.cc:533] Webserver started at http://127.0.107.193:35865/ using document root <none> and password file <none>
I20260630 12:14:58.961691   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:58.961908   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:58.962183   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:58.963310   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "0f00bc827a074963961694c74a40b6c7"
format_stamp: "Formatted at 2026-06-30 12:14:58 on dist-test-slave-ctg2"
I20260630 12:14:58.967860   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:58.971462  8587 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:58.972285   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:58.972595   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "0f00bc827a074963961694c74a40b6c7"
format_stamp: "Formatted at 2026-06-30 12:14:58 on dist-test-slave-ctg2"
I20260630 12:14:58.972893   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-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)
I20260630 12:14:58.985847   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:58.986984   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:58.988461   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:58.990828   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:58.991055   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:58.991300   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:58.991472   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.029938   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42547
I20260630 12:14:59.030023  8649 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42547 every 8 connection(s)
I20260630 12:14:59.035106   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:59.041910  8654 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.043119  8655 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.046418  8658 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:59.046597   431 server_base.cc:1061] running on GCE node
I20260630 12:14:59.047181  8650 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38875
I20260630 12:14:59.047623  8650 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:59.047868   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:59.048125   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:59.048302   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821699048267 us; error 0 us; skew 500 ppm
I20260630 12:14:59.048485  8650 heartbeater.cc:507] Master 127.0.107.254:38875 requested a full tablet report, sending...
I20260630 12:14:59.048921   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:59.050889  8523 ts_manager.cc:194] Registered new tserver with Master: 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547)
I20260630 12:14:59.051805   431 webserver.cc:533] Webserver started at http://127.0.107.194:40825/ using document root <none> and password file <none>
I20260630 12:14:59.052460   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:59.052707   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:59.053002   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:59.053364  8523 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60862
I20260630 12:14:59.054389   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "d193a4110c244ba9b51da98691776884"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-ctg2"
I20260630 12:14:59.058756   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:59.062103  8662 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.062903   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:59.063251   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "d193a4110c244ba9b51da98691776884"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-ctg2"
I20260630 12:14:59.063544   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-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)
I20260630 12:14:59.072889   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:59.074049   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:59.075624   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:59.077813   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:59.078042   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.078286   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:59.078459   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.117393   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36843
I20260630 12:14:59.117491  8724 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36843 every 8 connection(s)
I20260630 12:14:59.122226   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:59.130530  8728 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.136585  8729 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.136977  8731 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:59.138234   431 server_base.cc:1061] running on GCE node
I20260630 12:14:59.139400   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:59.139663   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:59.139854   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821699139838 us; error 0 us; skew 500 ppm
I20260630 12:14:59.140523   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:59.142341  8725 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38875
I20260630 12:14:59.142701  8725 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:59.143397   431 webserver.cc:533] Webserver started at http://127.0.107.195:39013/ using document root <none> and password file <none>
I20260630 12:14:59.143559  8725 heartbeater.cc:507] Master 127.0.107.254:38875 requested a full tablet report, sending...
I20260630 12:14:59.144003   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:59.144277   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:59.144550   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:59.145867  8523 ts_manager.cc:194] Registered new tserver with Master: d193a4110c244ba9b51da98691776884 (127.0.107.194:36843)
I20260630 12:14:59.146108   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "2315ca9144914391b4fadad2fc92e2ab"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-ctg2"
I20260630 12:14:59.147934  8523 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60874
I20260630 12:14:59.151264   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:59.154510  8736 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.155244   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:59.155489   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "2315ca9144914391b4fadad2fc92e2ab"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-ctg2"
I20260630 12:14:59.155732   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-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)
I20260630 12:14:59.167580   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:59.168859   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:59.170325   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:59.172442   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:59.172647   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.172905   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:59.173069   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.213120   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44379
I20260630 12:14:59.213227  8798 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44379 every 8 connection(s)
I20260630 12:14:59.226728  8799 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38875
I20260630 12:14:59.227157  8799 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:59.227891  8799 heartbeater.cc:507] Master 127.0.107.254:38875 requested a full tablet report, sending...
I20260630 12:14:59.229842  8523 ts_manager.cc:194] Registered new tserver with Master: 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:14:59.230979   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014729348s
I20260630 12:14:59.231364  8523 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60884
I20260630 12:15:00.056170  8650 heartbeater.cc:499] Master 127.0.107.254:38875 was elected leader, sending a full tablet report...
I20260630 12:15:00.150652  8725 heartbeater.cc:499] Master 127.0.107.254:38875 was elected leader, sending a full tablet report...
I20260630 12:15:00.234020  8799 heartbeater.cc:499] Master 127.0.107.254:38875 was elected leader, sending a full tablet report...
I20260630 12:15:00.289170  8523 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60894:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:00.291791  8523 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:00.347842  8690 tablet_service.cc:1511] Processing CreateTablet for tablet 6d346e5542b44402aedac8aaf774d50e (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:00.349602  8690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d346e5542b44402aedac8aaf774d50e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.349321  8688 tablet_service.cc:1511] Processing CreateTablet for tablet 049891c95c2b4522a98044df975bcdd5 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:00.350742  8688 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 049891c95c2b4522a98044df975bcdd5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.352458  8687 tablet_service.cc:1511] Processing CreateTablet for tablet c9b8395ecced49eca5de0a69b18b1240 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:00.353801  8687 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9b8395ecced49eca5de0a69b18b1240. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.354668  8689 tablet_service.cc:1511] Processing CreateTablet for tablet de09208e7327405eb01b44182455d326 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:00.355898  8689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de09208e7327405eb01b44182455d326. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.375104  8764 tablet_service.cc:1511] Processing CreateTablet for tablet 6d346e5542b44402aedac8aaf774d50e (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:00.378511  8764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d346e5542b44402aedac8aaf774d50e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.386993  8819 tablet_bootstrap.cc:492] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884: Bootstrap starting.
I20260630 12:15:00.387974  8763 tablet_service.cc:1511] Processing CreateTablet for tablet de09208e7327405eb01b44182455d326 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:00.389312  8763 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de09208e7327405eb01b44182455d326. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.390826  8761 tablet_service.cc:1511] Processing CreateTablet for tablet c9b8395ecced49eca5de0a69b18b1240 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:00.392130  8761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9b8395ecced49eca5de0a69b18b1240. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.393119  8819 tablet_bootstrap.cc:654] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.398770  8762 tablet_service.cc:1511] Processing CreateTablet for tablet 049891c95c2b4522a98044df975bcdd5 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:00.400084  8762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 049891c95c2b4522a98044df975bcdd5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.404582  8819 tablet_bootstrap.cc:492] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884: No bootstrap required, opened a new log
I20260630 12:15:00.405094  8819 ts_tablet_manager.cc:1403] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.006s
I20260630 12:15:00.408144  8819 raft_consensus.cc:359] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.408062  8615 tablet_service.cc:1511] Processing CreateTablet for tablet 6d346e5542b44402aedac8aaf774d50e (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:00.409797  8615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6d346e5542b44402aedac8aaf774d50e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.410585  8614 tablet_service.cc:1511] Processing CreateTablet for tablet de09208e7327405eb01b44182455d326 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:00.411943  8614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de09208e7327405eb01b44182455d326. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.414529  8613 tablet_service.cc:1511] Processing CreateTablet for tablet 049891c95c2b4522a98044df975bcdd5 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:00.416082  8613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 049891c95c2b4522a98044df975bcdd5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.416821  8821 tablet_bootstrap.cc:492] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab: Bootstrap starting.
I20260630 12:15:00.419520  8612 tablet_service.cc:1511] Processing CreateTablet for tablet c9b8395ecced49eca5de0a69b18b1240 (DEFAULT_TABLE table=test-workload [id=3e5ae5fc8d9f4631840be01fa1103692]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:00.420737  8612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9b8395ecced49eca5de0a69b18b1240. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:00.427505  8821 tablet_bootstrap.cc:654] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.427453  8819 raft_consensus.cc:385] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.428088  8819 raft_consensus.cc:740] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d193a4110c244ba9b51da98691776884, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.428999  8819 consensus_queue.cc:260] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.438902  8822 tablet_bootstrap.cc:492] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7: Bootstrap starting.
I20260630 12:15:00.442353  8821 tablet_bootstrap.cc:492] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab: No bootstrap required, opened a new log
I20260630 12:15:00.443212  8821 ts_tablet_manager.cc:1403] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.000s
I20260630 12:15:00.447266  8821 raft_consensus.cc:359] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.448443  8821 raft_consensus.cc:385] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.448874  8822 tablet_bootstrap.cc:654] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.448940  8821 raft_consensus.cc:740] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2315ca9144914391b4fadad2fc92e2ab, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.450453  8821 consensus_queue.cc:260] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.464442  8821 ts_tablet_manager.cc:1434] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab: Time spent starting tablet: real 0.021s	user 0.010s	sys 0.009s
I20260630 12:15:00.465134  8822 tablet_bootstrap.cc:492] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7: No bootstrap required, opened a new log
I20260630 12:15:00.466737  8821 tablet_bootstrap.cc:492] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab: Bootstrap starting.
I20260630 12:15:00.476833  8821 tablet_bootstrap.cc:654] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.481321  8819 ts_tablet_manager.cc:1434] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884: Time spent starting tablet: real 0.076s	user 0.025s	sys 0.032s
I20260630 12:15:00.482976  8819 tablet_bootstrap.cc:492] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884: Bootstrap starting.
I20260630 12:15:00.484663  8822 ts_tablet_manager.cc:1403] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7: Time spent bootstrapping tablet: real 0.046s	user 0.009s	sys 0.009s
I20260630 12:15:00.487769  8822 raft_consensus.cc:359] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.488495  8822 raft_consensus.cc:385] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.488791  8822 raft_consensus.cc:740] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f00bc827a074963961694c74a40b6c7, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.489617  8822 consensus_queue.cc:260] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.494184  8819 tablet_bootstrap.cc:654] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.494648  8822 ts_tablet_manager.cc:1434] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:15:00.495301  8821 tablet_bootstrap.cc:492] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab: No bootstrap required, opened a new log
I20260630 12:15:00.495692  8822 tablet_bootstrap.cc:492] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7: Bootstrap starting.
I20260630 12:15:00.495980  8821 ts_tablet_manager.cc:1403] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab: Time spent bootstrapping tablet: real 0.030s	user 0.012s	sys 0.015s
I20260630 12:15:00.499564  8823 raft_consensus.cc:493] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:00.499317  8821 raft_consensus.cc:359] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.500322  8821 raft_consensus.cc:385] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.500243  8823 raft_consensus.cc:515] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.500936  8821 raft_consensus.cc:740] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2315ca9144914391b4fadad2fc92e2ab, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.502130  8821 consensus_queue.cc:260] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.507155  8823 leader_election.cc:290] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547), 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:15:00.508358  8821 ts_tablet_manager.cc:1434] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:15:00.509635  8821 tablet_bootstrap.cc:492] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab: Bootstrap starting.
I20260630 12:15:00.516515  8821 tablet_bootstrap.cc:654] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.518272  8822 tablet_bootstrap.cc:654] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.543558  8822 tablet_bootstrap.cc:492] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7: No bootstrap required, opened a new log
I20260630 12:15:00.544289  8822 ts_tablet_manager.cc:1403] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7: Time spent bootstrapping tablet: real 0.049s	user 0.016s	sys 0.001s
I20260630 12:15:00.544689  8821 tablet_bootstrap.cc:492] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab: No bootstrap required, opened a new log
I20260630 12:15:00.545272  8821 ts_tablet_manager.cc:1403] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab: Time spent bootstrapping tablet: real 0.036s	user 0.024s	sys 0.008s
I20260630 12:15:00.548425  8819 tablet_bootstrap.cc:492] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884: No bootstrap required, opened a new log
I20260630 12:15:00.548274  8821 raft_consensus.cc:359] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.550238  8819 ts_tablet_manager.cc:1403] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884: Time spent bootstrapping tablet: real 0.068s	user 0.026s	sys 0.032s
I20260630 12:15:00.548101  8822 raft_consensus.cc:359] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.550930  8822 raft_consensus.cc:385] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.551218  8625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de09208e7327405eb01b44182455d326" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f00bc827a074963961694c74a40b6c7" is_pre_election: true
I20260630 12:15:00.550268  8821 raft_consensus.cc:385] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.552021  8821 raft_consensus.cc:740] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2315ca9144914391b4fadad2fc92e2ab, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.551427  8822 raft_consensus.cc:740] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f00bc827a074963961694c74a40b6c7, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.553027  8821 consensus_queue.cc:260] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.553364  8819 raft_consensus.cc:359] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
W20260630 12:15:00.553015  8665 leader_election.cc:343] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:00.554154  8819 raft_consensus.cc:385] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.554608  8819 raft_consensus.cc:740] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d193a4110c244ba9b51da98691776884, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.553884  8822 consensus_queue.cc:260] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.555366  8819 consensus_queue.cc:260] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.556905  8821 ts_tablet_manager.cc:1434] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:15:00.557652  8819 ts_tablet_manager.cc:1434] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:15:00.558319  8821 tablet_bootstrap.cc:492] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab: Bootstrap starting.
I20260630 12:15:00.560554  8819 tablet_bootstrap.cc:492] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884: Bootstrap starting.
I20260630 12:15:00.589278  8828 raft_consensus.cc:493] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:00.590082  8828 raft_consensus.cc:515] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.594054  8822 ts_tablet_manager.cc:1434] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7: Time spent starting tablet: real 0.049s	user 0.011s	sys 0.016s
I20260630 12:15:00.594527  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de09208e7327405eb01b44182455d326" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab" is_pre_election: true
I20260630 12:15:00.595261  8774 raft_consensus.cc:2468] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d193a4110c244ba9b51da98691776884 in term 0.
I20260630 12:15:00.595392  8822 tablet_bootstrap.cc:492] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7: Bootstrap starting.
I20260630 12:15:00.597896  8821 tablet_bootstrap.cc:654] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.598176  8665 leader_election.cc:304] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [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: 2315ca9144914391b4fadad2fc92e2ab, d193a4110c244ba9b51da98691776884; no voters: 0f00bc827a074963961694c74a40b6c7
I20260630 12:15:00.599651  8823 raft_consensus.cc:2804] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:00.600003  8823 raft_consensus.cc:493] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:00.600353  8823 raft_consensus.cc:3060] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.604306  8822 tablet_bootstrap.cc:654] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.606256  8828 leader_election.cc:290] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d193a4110c244ba9b51da98691776884 (127.0.107.194:36843), 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:15:00.610077  8823 raft_consensus.cc:515] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.617131  8826 raft_consensus.cc:493] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:00.618247  8819 tablet_bootstrap.cc:654] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.617902  8826 raft_consensus.cc:515] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.621181  8625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de09208e7327405eb01b44182455d326" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f00bc827a074963961694c74a40b6c7"
W20260630 12:15:00.622646  8665 leader_election.cc:343] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:00.623777  8823 leader_election.cc:290] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 election: Requested vote from peers 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547), 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:15:00.623895  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de09208e7327405eb01b44182455d326" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab"
I20260630 12:15:00.624549  8774 raft_consensus.cc:3060] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.628691  8826 leader_election.cc:290] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d193a4110c244ba9b51da98691776884 (127.0.107.194:36843), 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547)
I20260630 12:15:00.635756  8774 raft_consensus.cc:2468] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d193a4110c244ba9b51da98691776884 in term 1.
I20260630 12:15:00.637353  8665 leader_election.cc:304] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [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: 2315ca9144914391b4fadad2fc92e2ab, d193a4110c244ba9b51da98691776884; no voters: 0f00bc827a074963961694c74a40b6c7
I20260630 12:15:00.637967  8822 tablet_bootstrap.cc:492] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7: No bootstrap required, opened a new log
I20260630 12:15:00.638602  8822 ts_tablet_manager.cc:1403] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7: Time spent bootstrapping tablet: real 0.043s	user 0.013s	sys 0.000s
I20260630 12:15:00.638937  8823 raft_consensus.cc:2804] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:00.641985  8822 raft_consensus.cc:359] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.642980  8822 raft_consensus.cc:385] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.643396  8822 raft_consensus.cc:740] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f00bc827a074963961694c74a40b6c7, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.644585  8823 raft_consensus.cc:697] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 1 LEADER]: Becoming Leader. State: Replica: d193a4110c244ba9b51da98691776884, State: Running, Role: LEADER
I20260630 12:15:00.645787  8823 consensus_queue.cc:237] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.646190  8822 consensus_queue.cc:260] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.649366  8822 ts_tablet_manager.cc:1434] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:15:00.650478  8822 tablet_bootstrap.cc:492] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7: Bootstrap starting.
I20260630 12:15:00.660933  8822 tablet_bootstrap.cc:654] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.672495  8700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d346e5542b44402aedac8aaf774d50e" candidate_uuid: "2315ca9144914391b4fadad2fc92e2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d193a4110c244ba9b51da98691776884" is_pre_election: true
I20260630 12:15:00.673135  8822 tablet_bootstrap.cc:492] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7: No bootstrap required, opened a new log
I20260630 12:15:00.674063  8822 ts_tablet_manager.cc:1403] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.005s
W20260630 12:15:00.674758  8740 leader_election.cc:343] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d193a4110c244ba9b51da98691776884 (127.0.107.194:36843): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:00.679535  8625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d346e5542b44402aedac8aaf774d50e" candidate_uuid: "2315ca9144914391b4fadad2fc92e2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f00bc827a074963961694c74a40b6c7" is_pre_election: true
I20260630 12:15:00.680449  8625 raft_consensus.cc:2468] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2315ca9144914391b4fadad2fc92e2ab in term 0.
I20260630 12:15:00.680327  8822 raft_consensus.cc:359] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.681643  8822 raft_consensus.cc:385] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.682089  8822 raft_consensus.cc:740] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f00bc827a074963961694c74a40b6c7, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.682507  8739 leader_election.cc:304] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [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: 0f00bc827a074963961694c74a40b6c7, 2315ca9144914391b4fadad2fc92e2ab; no voters: d193a4110c244ba9b51da98691776884
I20260630 12:15:00.683173  8822 consensus_queue.cc:260] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.684072  8826 raft_consensus.cc:2804] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:00.684561  8826 raft_consensus.cc:493] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:00.684981  8826 raft_consensus.cc:3060] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.687659  8822 ts_tablet_manager.cc:1434] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.004s
I20260630 12:15:00.695689  8826 raft_consensus.cc:515] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.709349  8700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b8395ecced49eca5de0a69b18b1240" candidate_uuid: "0f00bc827a074963961694c74a40b6c7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d193a4110c244ba9b51da98691776884" is_pre_election: true
W20260630 12:15:00.711568  8591 leader_election.cc:343] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d193a4110c244ba9b51da98691776884 (127.0.107.194:36843): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:00.711323  8522 catalog_manager.cc:5697] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 reported cstate change: term changed from 0 to 1, leader changed from <none> to d193a4110c244ba9b51da98691776884 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d193a4110c244ba9b51da98691776884" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:00.719832  8826 leader_election.cc:290] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [CANDIDATE]: Term 1 election: Requested vote from peers d193a4110c244ba9b51da98691776884 (127.0.107.194:36843), 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547)
I20260630 12:15:00.720723  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b8395ecced49eca5de0a69b18b1240" candidate_uuid: "0f00bc827a074963961694c74a40b6c7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab" is_pre_election: true
I20260630 12:15:00.721380  8774 raft_consensus.cc:2468] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f00bc827a074963961694c74a40b6c7 in term 0.
I20260630 12:15:00.722060  8625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d346e5542b44402aedac8aaf774d50e" candidate_uuid: "2315ca9144914391b4fadad2fc92e2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f00bc827a074963961694c74a40b6c7"
I20260630 12:15:00.722579  8590 leader_election.cc:304] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [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: 0f00bc827a074963961694c74a40b6c7, 2315ca9144914391b4fadad2fc92e2ab; no voters: d193a4110c244ba9b51da98691776884
I20260630 12:15:00.723320  8819 tablet_bootstrap.cc:492] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884: No bootstrap required, opened a new log
I20260630 12:15:00.723505  8828 raft_consensus.cc:2804] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:00.723824  8819 ts_tablet_manager.cc:1403] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884: Time spent bootstrapping tablet: real 0.163s	user 0.057s	sys 0.072s
I20260630 12:15:00.723977  8828 raft_consensus.cc:493] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:00.724506  8828 raft_consensus.cc:3060] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.722709  8625 raft_consensus.cc:3060] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.726958  8700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d346e5542b44402aedac8aaf774d50e" candidate_uuid: "2315ca9144914391b4fadad2fc92e2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d193a4110c244ba9b51da98691776884"
I20260630 12:15:00.727010  8819 raft_consensus.cc:359] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.727923  8819 raft_consensus.cc:385] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.728216  8819 raft_consensus.cc:740] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d193a4110c244ba9b51da98691776884, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.728394  8823 raft_consensus.cc:493] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:00.728984  8823 raft_consensus.cc:515] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.729136  8819 consensus_queue.cc:260] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.731331  8823 leader_election.cc:290] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547), 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:15:00.734169  8624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "049891c95c2b4522a98044df975bcdd5" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f00bc827a074963961694c74a40b6c7" is_pre_election: true
W20260630 12:15:00.734844  8740 leader_election.cc:343] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer d193a4110c244ba9b51da98691776884 (127.0.107.194:36843): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:00.734946  8624 raft_consensus.cc:2468] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d193a4110c244ba9b51da98691776884 in term 0.
I20260630 12:15:00.733084  8625 raft_consensus.cc:2468] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2315ca9144914391b4fadad2fc92e2ab in term 1.
I20260630 12:15:00.733654  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "049891c95c2b4522a98044df975bcdd5" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab" is_pre_election: true
I20260630 12:15:00.731449  8819 ts_tablet_manager.cc:1434] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:15:00.736752  8739 leader_election.cc:304] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [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: 0f00bc827a074963961694c74a40b6c7, 2315ca9144914391b4fadad2fc92e2ab; no voters: d193a4110c244ba9b51da98691776884
I20260630 12:15:00.737821  8821 tablet_bootstrap.cc:492] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab: No bootstrap required, opened a new log
I20260630 12:15:00.738008  8819 tablet_bootstrap.cc:492] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884: Bootstrap starting.
I20260630 12:15:00.738503  8821 ts_tablet_manager.cc:1403] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab: Time spent bootstrapping tablet: real 0.180s	user 0.025s	sys 0.064s
W20260630 12:15:00.738590  8665 leader_election.cc:343] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:00.739461  8665 leader_election.cc:304] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [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: 0f00bc827a074963961694c74a40b6c7, d193a4110c244ba9b51da98691776884; no voters: 2315ca9144914391b4fadad2fc92e2ab
I20260630 12:15:00.733248  8828 raft_consensus.cc:515] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.739621  8826 raft_consensus.cc:2804] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:00.742998  8700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b8395ecced49eca5de0a69b18b1240" candidate_uuid: "0f00bc827a074963961694c74a40b6c7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d193a4110c244ba9b51da98691776884"
I20260630 12:15:00.743647  8700 raft_consensus.cc:3060] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.743322  8821 raft_consensus.cc:359] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.744331  8819 tablet_bootstrap.cc:654] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:00.744331  8821 raft_consensus.cc:385] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.745038  8821 raft_consensus.cc:740] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2315ca9144914391b4fadad2fc92e2ab, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.745769  8823 raft_consensus.cc:2804] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:00.746268  8823 raft_consensus.cc:493] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:00.746002  8821 consensus_queue.cc:260] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.746500  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9b8395ecced49eca5de0a69b18b1240" candidate_uuid: "0f00bc827a074963961694c74a40b6c7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab"
I20260630 12:15:00.746704  8823 raft_consensus.cc:3060] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.747392  8774 raft_consensus.cc:3060] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.762162  8700 raft_consensus.cc:2468] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f00bc827a074963961694c74a40b6c7 in term 1.
I20260630 12:15:00.763855  8591 leader_election.cc:304] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f00bc827a074963961694c74a40b6c7, d193a4110c244ba9b51da98691776884; no voters: 
I20260630 12:15:00.768798  8826 raft_consensus.cc:697] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 1 LEADER]: Becoming Leader. State: Replica: 2315ca9144914391b4fadad2fc92e2ab, State: Running, Role: LEADER
I20260630 12:15:00.769984  8821 ts_tablet_manager.cc:1434] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab: Time spent starting tablet: real 0.031s	user 0.016s	sys 0.012s
I20260630 12:15:00.770432  8774 raft_consensus.cc:2468] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f00bc827a074963961694c74a40b6c7 in term 1.
I20260630 12:15:00.747040  8828 leader_election.cc:290] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [CANDIDATE]: Term 1 election: Requested vote from peers d193a4110c244ba9b51da98691776884 (127.0.107.194:36843), 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:15:00.769994  8826 consensus_queue.cc:237] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.772746  8848 raft_consensus.cc:2804] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:00.776711  8823 raft_consensus.cc:515] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.780858  8625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "049891c95c2b4522a98044df975bcdd5" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f00bc827a074963961694c74a40b6c7"
I20260630 12:15:00.781610  8625 raft_consensus.cc:3060] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.787262  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "049891c95c2b4522a98044df975bcdd5" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab"
I20260630 12:15:00.787890  8774 raft_consensus.cc:3060] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.790552  8625 raft_consensus.cc:2468] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d193a4110c244ba9b51da98691776884 in term 1.
I20260630 12:15:00.791790  8665 leader_election.cc:304] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f00bc827a074963961694c74a40b6c7, d193a4110c244ba9b51da98691776884; no voters: 
I20260630 12:15:00.792702  8842 raft_consensus.cc:2804] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:00.795511  8774 raft_consensus.cc:2468] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d193a4110c244ba9b51da98691776884 in term 1.
I20260630 12:15:00.797281  8823 leader_election.cc:290] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 election: Requested vote from peers 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547), 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:15:00.800184  8848 raft_consensus.cc:697] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 1 LEADER]: Becoming Leader. State: Replica: 0f00bc827a074963961694c74a40b6c7, State: Running, Role: LEADER
I20260630 12:15:00.801415  8848 consensus_queue.cc:237] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.802052  8819 tablet_bootstrap.cc:492] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884: No bootstrap required, opened a new log
I20260630 12:15:00.802618  8819 ts_tablet_manager.cc:1403] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884: Time spent bootstrapping tablet: real 0.065s	user 0.032s	sys 0.012s
I20260630 12:15:00.803372  8842 raft_consensus.cc:697] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 1 LEADER]: Becoming Leader. State: Replica: d193a4110c244ba9b51da98691776884, State: Running, Role: LEADER
I20260630 12:15:00.804243  8842 consensus_queue.cc:237] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.805665  8819 raft_consensus.cc:359] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.806376  8819 raft_consensus.cc:385] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:00.806661  8819 raft_consensus.cc:740] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d193a4110c244ba9b51da98691776884, State: Initialized, Role: FOLLOWER
I20260630 12:15:00.807554  8819 consensus_queue.cc:260] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:00.807260  8522 catalog_manager.cc:5697] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2315ca9144914391b4fadad2fc92e2ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:00.810923  8819 ts_tablet_manager.cc:1434] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260630 12:15:00.817487  8520 catalog_manager.cc:5697] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 reported cstate change: term changed from 0 to 1, leader changed from <none> to d193a4110c244ba9b51da98691776884 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d193a4110c244ba9b51da98691776884" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:00.825853  8522 catalog_manager.cc:5697] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0f00bc827a074963961694c74a40b6c7 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0f00bc827a074963961694c74a40b6c7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:00.900640  8848 raft_consensus.cc:493] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:00.901212  8848 raft_consensus.cc:515] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:00.902983  8848 leader_election.cc:290] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d193a4110c244ba9b51da98691776884 (127.0.107.194:36843), 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379)
I20260630 12:15:00.903889  8700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de09208e7327405eb01b44182455d326" candidate_uuid: "0f00bc827a074963961694c74a40b6c7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d193a4110c244ba9b51da98691776884" is_pre_election: true
I20260630 12:15:00.904034  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de09208e7327405eb01b44182455d326" candidate_uuid: "0f00bc827a074963961694c74a40b6c7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab" is_pre_election: true
I20260630 12:15:00.904754  8774 raft_consensus.cc:2393] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0f00bc827a074963961694c74a40b6c7 in current term 1: Already voted for candidate d193a4110c244ba9b51da98691776884 in this term.
I20260630 12:15:00.905709  8590 leader_election.cc:304] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [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: 0f00bc827a074963961694c74a40b6c7; no voters: 2315ca9144914391b4fadad2fc92e2ab, d193a4110c244ba9b51da98691776884
I20260630 12:15:00.906361  8848 raft_consensus.cc:3060] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:00.910566   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:15:00.912195  8848 raft_consensus.cc:2749] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260630 12:15:00.916460  8854 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:00.917543  8855 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:00.918938   431 server_base.cc:1061] running on GCE node
W20260630 12:15:00.918883  8857 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:00.920394   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:00.920648   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:00.920846   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821700920823 us; error 0 us; skew 500 ppm
I20260630 12:15:00.921416   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:00.923674   431 webserver.cc:533] Webserver started at http://127.0.107.196:33419/ using document root <none> and password file <none>
I20260630 12:15:00.924181   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:00.924418   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:00.924697   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:00.925859   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "12cb13918b284a9ca1b6f46f026f3f1c"
format_stamp: "Formatted at 2026-06-30 12:15:00 on dist-test-slave-ctg2"
I20260630 12:15:00.930246   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:15:00.933667  8862 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:00.934434   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:00.934746   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "12cb13918b284a9ca1b6f46f026f3f1c"
format_stamp: "Formatted at 2026-06-30 12:15:00 on dist-test-slave-ctg2"
I20260630 12:15:00.935045   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821482054927-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)
I20260630 12:15:00.948662   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:00.949827   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:00.951077   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:00.953276   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:00.953517   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:00.953796   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:00.953980   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:00.993873   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:43841
I20260630 12:15:00.994155  8924 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:43841 every 8 connection(s)
I20260630 12:15:01.007349  8925 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38875
I20260630 12:15:01.007773  8925 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:01.008471  8925 heartbeater.cc:507] Master 127.0.107.254:38875 requested a full tablet report, sending...
I20260630 12:15:01.010357  8522 ts_manager.cc:194] Registered new tserver with Master: 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841)
I20260630 12:15:01.011785  8522 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60908
I20260630 12:15:01.038296  8842 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:01.042624  8842 raft_consensus.cc:493] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:01.043269  8842 raft_consensus.cc:515] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:01.045480  8842 leader_election.cc:290] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2315ca9144914391b4fadad2fc92e2ab (127.0.107.195:44379), 0f00bc827a074963961694c74a40b6c7 (127.0.107.193:42547)
I20260630 12:15:01.046823  8774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d346e5542b44402aedac8aaf774d50e" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2315ca9144914391b4fadad2fc92e2ab" is_pre_election: true
I20260630 12:15:01.049160  8625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6d346e5542b44402aedac8aaf774d50e" candidate_uuid: "d193a4110c244ba9b51da98691776884" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f00bc827a074963961694c74a40b6c7" is_pre_election: true
I20260630 12:15:01.050066  8625 raft_consensus.cc:2393] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d193a4110c244ba9b51da98691776884 in current term 1: Already voted for candidate 2315ca9144914391b4fadad2fc92e2ab in this term.
I20260630 12:15:01.051084  8665 leader_election.cc:304] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [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: d193a4110c244ba9b51da98691776884; no voters: 0f00bc827a074963961694c74a40b6c7, 2315ca9144914391b4fadad2fc92e2ab
I20260630 12:15:01.053296  8851 raft_consensus.cc:3060] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:01.056730  8823 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:01.061616  8851 raft_consensus.cc:2749] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:01.200838  8851 consensus_queue.cc:1048] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:01.211575  8823 consensus_queue.cc:1048] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:01.254110  8848 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:01.264931  8828 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:01.279176  8826 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:01.290804  8826 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:01.896541  8700 consensus_queue.cc:237] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: true } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } }
I20260630 12:15:01.902649  8774 raft_consensus.cc:1275] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Refusing update from remote peer d193a4110c244ba9b51da98691776884: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:01.902997  8624 raft_consensus.cc:1275] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Refusing update from remote peer d193a4110c244ba9b51da98691776884: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:01.905094  8823 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:01.906235  8851 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:01.913182  8823 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: true } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:01.915975  8774 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: true } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
W20260630 12:15:01.918632  8666 consensus_peers.cc:597] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 -> Peer 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): Couldn't send request to peer 12cb13918b284a9ca1b6f46f026f3f1c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: de09208e7327405eb01b44182455d326. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:01.917573  8624 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: true } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:01.926880  8522 catalog_manager.cc:5697] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 reported cstate change: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d193a4110c244ba9b51da98691776884" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:01.945111  8624 consensus_queue.cc:237] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: true } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } }
I20260630 12:15:01.952095  8774 raft_consensus.cc:1275] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Refusing update from remote peer 0f00bc827a074963961694c74a40b6c7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:01.953994  8828 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:01.955832  8700 raft_consensus.cc:1275] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Refusing update from remote peer 0f00bc827a074963961694c74a40b6c7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:01.957918  8828 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:01.961264  8849 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: true } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
W20260630 12:15:01.965389  8591 consensus_peers.cc:597] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 -> Peer 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): Couldn't send request to peer 12cb13918b284a9ca1b6f46f026f3f1c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c9b8395ecced49eca5de0a69b18b1240. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:01.963330  8773 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: true } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:01.969420  8700 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: true } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:01.981101  8521 catalog_manager.cc:5697] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 reported cstate change: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0f00bc827a074963961694c74a40b6c7" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:01.998085  8773 consensus_queue.cc:237] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [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: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: true } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } }
I20260630 12:15:02.006524  8624 raft_consensus.cc:1275] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Refusing update from remote peer 2315ca9144914391b4fadad2fc92e2ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:02.006639  8700 raft_consensus.cc:1275] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Refusing update from remote peer 2315ca9144914391b4fadad2fc92e2ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:02.008148  8940 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:02.009388  8826 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:02.014014  8925 heartbeater.cc:499] Master 127.0.107.254:38875 was elected leader, sending a full tablet report...
W20260630 12:15:02.017472  8740 consensus_peers.cc:597] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab -> Peer 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): Couldn't send request to peer 12cb13918b284a9ca1b6f46f026f3f1c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6d346e5542b44402aedac8aaf774d50e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:02.016878  8939 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: true } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.019284  8699 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: true } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.021136  8624 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: true } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.033242  8520 catalog_manager.cc:5697] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 reported cstate change: config changed from index -1 to 2, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "2315ca9144914391b4fadad2fc92e2ab" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: true } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.035411  8700 consensus_queue.cc:237] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } }
W20260630 12:15:02.043619  8666 consensus_peers.cc:597] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 -> Peer 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): Couldn't send request to peer 12cb13918b284a9ca1b6f46f026f3f1c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: de09208e7327405eb01b44182455d326. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:02.043784  8773 raft_consensus.cc:1275] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Refusing update from remote peer d193a4110c244ba9b51da98691776884: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:02.044622  8624 raft_consensus.cc:1275] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Refusing update from remote peer d193a4110c244ba9b51da98691776884: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:02.045467  8823 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:02.046849  8842 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:02.052763  8823 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.054885  8773 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.056157  8624 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
W20260630 12:15:02.062089  8571 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:15:02.062502  8571 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:15:02.067619  8522 catalog_manager.cc:5697] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "d193a4110c244ba9b51da98691776884" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:02.068327  8625 consensus_queue.cc:237] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } }
I20260630 12:15:02.076151  8700 raft_consensus.cc:1275] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Refusing update from remote peer 0f00bc827a074963961694c74a40b6c7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:02.076224  8773 raft_consensus.cc:1275] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Refusing update from remote peer 0f00bc827a074963961694c74a40b6c7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:15:02.077046  8591 consensus_peers.cc:597] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 -> Peer 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): Couldn't send request to peer 12cb13918b284a9ca1b6f46f026f3f1c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c9b8395ecced49eca5de0a69b18b1240. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:02.078336  8828 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:02.079020  8848 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:02.085769  8849 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.087862  8700 consensus_queue.cc:237] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } }
I20260630 12:15:02.087864  8773 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.095176  8774 raft_consensus.cc:1275] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Refusing update from remote peer d193a4110c244ba9b51da98691776884: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:02.096814  8625 raft_consensus.cc:1275] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Refusing update from remote peer d193a4110c244ba9b51da98691776884: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:02.099989  8851 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:02.101284  8851 consensus_queue.cc:1048] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:15:02.102212  8521 catalog_manager.cc:5697] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "0f00bc827a074963961694c74a40b6c7" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
W20260630 12:15:02.105732  8571 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:15:02.106241  8571 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:15:02.105734  8700 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.111738  8842 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } }
I20260630 12:15:02.114033  8773 consensus_queue.cc:237] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [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: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } }
I20260630 12:15:02.115056  8625 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } }
I20260630 12:15:02.115303  8774 raft_consensus.cc:2955] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } }
I20260630 12:15:02.123486  8699 raft_consensus.cc:1275] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Refusing update from remote peer 2315ca9144914391b4fadad2fc92e2ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:02.123854  8623 raft_consensus.cc:1275] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Refusing update from remote peer 2315ca9144914391b4fadad2fc92e2ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:02.124402  8624 consensus_queue.cc:237] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [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: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } }
I20260630 12:15:02.125797  8939 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:02.127518  8939 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:02.132172  8773 raft_consensus.cc:1275] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Refusing update from remote peer 0f00bc827a074963961694c74a40b6c7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:02.133874  8849 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:02.135015  8940 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [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: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
W20260630 12:15:02.139567  8740 consensus_peers.cc:597] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab -> Peer 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): Couldn't send request to peer 12cb13918b284a9ca1b6f46f026f3f1c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6d346e5542b44402aedac8aaf774d50e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:02.141127  8520 catalog_manager.cc:5697] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 reported cstate change: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "d193a4110c244ba9b51da98691776884" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } attrs { replace: false } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } }
I20260630 12:15:02.141556  8828 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } }
I20260630 12:15:02.148128  8772 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } }
I20260630 12:15:02.151412  8509 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c9b8395ecced49eca5de0a69b18b1240 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:02.154479  8624 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [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: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.160446  8698 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [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: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
W20260630 12:15:02.162129  8571 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:15:02.162513  8571 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:15:02.176246  8699 raft_consensus.cc:1275] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Refusing update from remote peer 0f00bc827a074963961694c74a40b6c7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:02.178819  8510 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet de09208e7327405eb01b44182455d326 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:02.184798  8828 consensus_queue.cc:1048] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:02.188601  8890 tablet_service.cc:1558] Processing DeleteTablet for tablet de09208e7327405eb01b44182455d326 with delete_type TABLET_DATA_TOMBSTONED (TS 12cb13918b284a9ca1b6f46f026f3f1c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:37110
I20260630 12:15:02.190632  8699 raft_consensus.cc:2955] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } } }
I20260630 12:15:02.191777  8522 catalog_manager.cc:5697] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "2315ca9144914391b4fadad2fc92e2ab" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } peers { permanent_uuid: "12cb13918b284a9ca1b6f46f026f3f1c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43841 } attrs { promote: true } } }
I20260630 12:15:02.194167  8522 catalog_manager.cc:5697] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 reported cstate change: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "0f00bc827a074963961694c74a40b6c7" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } attrs { replace: false } health_report { overall_health: HEALTHY } } }
W20260630 12:15:02.195511  8510 catalog_manager.cc:4995] TS 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): delete failed for tablet de09208e7327405eb01b44182455d326 because the tablet was not found. No further retry: Not found: Tablet not found: de09208e7327405eb01b44182455d326
I20260630 12:15:02.205300  8890 tablet_service.cc:1558] Processing DeleteTablet for tablet c9b8395ecced49eca5de0a69b18b1240 with delete_type TABLET_DATA_TOMBSTONED (TS 12cb13918b284a9ca1b6f46f026f3f1c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:37110
W20260630 12:15:02.206908  8510 catalog_manager.cc:4995] TS 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): delete failed for tablet c9b8395ecced49eca5de0a69b18b1240 because the tablet was not found. No further retry: Not found: Tablet not found: c9b8395ecced49eca5de0a69b18b1240
I20260630 12:15:02.213002  8772 consensus_queue.cc:237] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [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: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } }
I20260630 12:15:02.217763  8624 raft_consensus.cc:1275] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Refusing update from remote peer 2315ca9144914391b4fadad2fc92e2ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:02.218072  8699 raft_consensus.cc:1275] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Refusing update from remote peer 2315ca9144914391b4fadad2fc92e2ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:02.219013  8940 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:02.219681  8826 consensus_queue.cc:1048] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:02.226135  8939 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } }
I20260630 12:15:02.227572  8699 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } }
I20260630 12:15:02.227977  8624 raft_consensus.cc:2955] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } } }
I20260630 12:15:02.234660  8509 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6d346e5542b44402aedac8aaf774d50e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:02.239146  8520 catalog_manager.cc:5697] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab reported cstate change: config changed from index 3 to 4, NON_VOTER 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "2315ca9144914391b4fadad2fc92e2ab" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d193a4110c244ba9b51da98691776884" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36843 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2315ca9144914391b4fadad2fc92e2ab" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0f00bc827a074963961694c74a40b6c7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42547 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:02.248401  8890 tablet_service.cc:1558] Processing DeleteTablet for tablet 6d346e5542b44402aedac8aaf774d50e with delete_type TABLET_DATA_TOMBSTONED (TS 12cb13918b284a9ca1b6f46f026f3f1c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:37110
W20260630 12:15:02.250016  8510 catalog_manager.cc:4995] TS 12cb13918b284a9ca1b6f46f026f3f1c (127.0.107.196:43841): delete failed for tablet 6d346e5542b44402aedac8aaf774d50e because the tablet was not found. No further retry: Not found: Tablet not found: 6d346e5542b44402aedac8aaf774d50e
I20260630 12:15:03.080572   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:03.098278   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:03.098905   431 tablet_replica.cc:333] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7: stopping tablet replica
I20260630 12:15:03.099462   431 raft_consensus.cc:2243] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.099980   431 raft_consensus.cc:2272] T 049891c95c2b4522a98044df975bcdd5 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.102099   431 tablet_replica.cc:333] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7: stopping tablet replica
I20260630 12:15:03.102645   431 raft_consensus.cc:2243] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:03.103528   431 raft_consensus.cc:2272] T c9b8395ecced49eca5de0a69b18b1240 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.106240   431 tablet_replica.cc:333] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7: stopping tablet replica
I20260630 12:15:03.106765   431 raft_consensus.cc:2243] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.107334   431 raft_consensus.cc:2272] T de09208e7327405eb01b44182455d326 P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.109572   431 tablet_replica.cc:333] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7: stopping tablet replica
I20260630 12:15:03.110116   431 raft_consensus.cc:2243] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.110707   431 raft_consensus.cc:2272] T 6d346e5542b44402aedac8aaf774d50e P 0f00bc827a074963961694c74a40b6c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.135409   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:03.148679   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:03.166450   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:03.167171   431 tablet_replica.cc:333] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884: stopping tablet replica
I20260630 12:15:03.167804   431 raft_consensus.cc:2243] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.168495   431 raft_consensus.cc:2272] T c9b8395ecced49eca5de0a69b18b1240 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.170805   431 tablet_replica.cc:333] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884: stopping tablet replica
I20260630 12:15:03.171334   431 raft_consensus.cc:2243] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:03.172101   431 raft_consensus.cc:2272] T 049891c95c2b4522a98044df975bcdd5 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.174003   431 tablet_replica.cc:333] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884: stopping tablet replica
I20260630 12:15:03.174485   431 raft_consensus.cc:2243] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.175037   431 raft_consensus.cc:2272] T 6d346e5542b44402aedac8aaf774d50e P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.177294   431 tablet_replica.cc:333] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884: stopping tablet replica
I20260630 12:15:03.177839   431 raft_consensus.cc:2243] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:03.178586   431 raft_consensus.cc:2272] T de09208e7327405eb01b44182455d326 P d193a4110c244ba9b51da98691776884 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.200634   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:03.212944   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:03.230947   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:03.231585   431 tablet_replica.cc:333] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab: stopping tablet replica
I20260630 12:15:03.232153   431 raft_consensus.cc:2243] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.232614   431 raft_consensus.cc:2272] T 049891c95c2b4522a98044df975bcdd5 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.234519   431 tablet_replica.cc:333] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab: stopping tablet replica
I20260630 12:15:03.235041   431 raft_consensus.cc:2243] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.235595   431 raft_consensus.cc:2272] T c9b8395ecced49eca5de0a69b18b1240 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.237380   431 tablet_replica.cc:333] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab: stopping tablet replica
I20260630 12:15:03.237910   431 raft_consensus.cc:2243] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:03.238673   431 raft_consensus.cc:2272] T 6d346e5542b44402aedac8aaf774d50e P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.240417   431 tablet_replica.cc:333] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab: stopping tablet replica
I20260630 12:15:03.240893   431 raft_consensus.cc:2243] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:03.241441   431 raft_consensus.cc:2272] T de09208e7327405eb01b44182455d326 P 2315ca9144914391b4fadad2fc92e2ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.263022   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:03.275601   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:03.292225   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:03.307749   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:03.315299   431 master.cc:562] Master@127.0.107.254:38875 shutting down...
I20260630 12:15:03.331008   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:03.331487   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:03.331769   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2a573d6ac5ea4355b43986d215f5995a: stopping tablet replica
I20260630 12:15:03.350229   431 master.cc:584] Master@127.0.107.254:38875 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (4663 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:15:03.406793   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35329
I20260630 12:15:03.408203   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:03.415495  8962 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:03.416267  8963 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:03.417045  8965 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:03.417476   431 server_base.cc:1061] running on GCE node
I20260630 12:15:03.418521   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:03.418694   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:03.418898   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821703418864 us; error 0 us; skew 500 ppm
I20260630 12:15:03.419448   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:03.422130   431 webserver.cc:533] Webserver started at http://127.0.107.254:40265/ using document root <none> and password file <none>
I20260630 12:15:03.422823   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:03.423105   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:03.423439   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:03.424867   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "d7fcf77156c743fdb47c66e09c7ed80a"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.429768   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.002s
I20260630 12:15:03.433307  8970 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.434227   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:03.434459   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "d7fcf77156c743fdb47c66e09c7ed80a"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.434686   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-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)
I20260630 12:15:03.474447   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:03.475651   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:03.520999   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35329
I20260630 12:15:03.521097  9021 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35329 every 8 connection(s)
I20260630 12:15:03.525843  9022 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:03.540562  9022 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a: Bootstrap starting.
I20260630 12:15:03.546059  9022 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:03.550671  9022 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a: No bootstrap required, opened a new log
I20260630 12:15:03.553170  9022 raft_consensus.cc:359] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d7fcf77156c743fdb47c66e09c7ed80a" member_type: VOTER }
I20260630 12:15:03.553771  9022 raft_consensus.cc:385] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:03.554037  9022 raft_consensus.cc:740] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7fcf77156c743fdb47c66e09c7ed80a, State: Initialized, Role: FOLLOWER
I20260630 12:15:03.554813  9022 consensus_queue.cc:260] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d7fcf77156c743fdb47c66e09c7ed80a" member_type: VOTER }
I20260630 12:15:03.555536  9022 raft_consensus.cc:399] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:03.555821  9022 raft_consensus.cc:493] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:03.556133  9022 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:03.561666  9022 raft_consensus.cc:515] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d7fcf77156c743fdb47c66e09c7ed80a" member_type: VOTER }
I20260630 12:15:03.562249  9022 leader_election.cc:304] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [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: d7fcf77156c743fdb47c66e09c7ed80a; no voters: 
I20260630 12:15:03.563481  9022 leader_election.cc:290] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:03.563972  9025 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:03.565636  9025 raft_consensus.cc:697] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 1 LEADER]: Becoming Leader. State: Replica: d7fcf77156c743fdb47c66e09c7ed80a, State: Running, Role: LEADER
I20260630 12:15:03.566565  9022 sys_catalog.cc:565] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:03.566489  9025 consensus_queue.cc:237] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [LEADER]: Queue going to LEADER mode. State: All 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: "d7fcf77156c743fdb47c66e09c7ed80a" member_type: VOTER }
I20260630 12:15:03.573518  9026 sys_catalog.cc:455] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d7fcf77156c743fdb47c66e09c7ed80a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d7fcf77156c743fdb47c66e09c7ed80a" member_type: VOTER } }
I20260630 12:15:03.574088  9027 sys_catalog.cc:455] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [sys.catalog]: SysCatalogTable state changed. Reason: New leader d7fcf77156c743fdb47c66e09c7ed80a. Latest consensus state: current_term: 1 leader_uuid: "d7fcf77156c743fdb47c66e09c7ed80a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d7fcf77156c743fdb47c66e09c7ed80a" member_type: VOTER } }
I20260630 12:15:03.574361  9026 sys_catalog.cc:458] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:03.574822  9027 sys_catalog.cc:458] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:03.576535  9035 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:03.582207  9035 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:03.583284   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:03.592164  9035 catalog_manager.cc:1383] Generated new cluster ID: 506d037a1ece43b083d095d79d449892
I20260630 12:15:03.592514  9035 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:03.624512  9035 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:03.626085  9035 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:03.650619  9035 catalog_manager.cc:6070] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a: Generated new TSK 0
I20260630 12:15:03.651232  9035 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:03.714136   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:03.720449  9043 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:03.721778  9044 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:03.724165  9046 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:03.725421   431 server_base.cc:1061] running on GCE node
I20260630 12:15:03.726349   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:03.726555   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:03.726734   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821703726716 us; error 0 us; skew 500 ppm
I20260630 12:15:03.727272   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:03.729705   431 webserver.cc:533] Webserver started at http://127.0.107.193:36133/ using document root <none> and password file <none>
I20260630 12:15:03.730188   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:03.730377   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:03.730644   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:03.731887   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "7b52db2bcaf5454f86d56ba738300e9f"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.736336   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:03.739557  9051 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.740289   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:03.740574   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "7b52db2bcaf5454f86d56ba738300e9f"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.740854   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-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)
I20260630 12:15:03.749969   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:03.751062   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:03.752437   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:03.754806   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:03.755026   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.755262   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:03.755439   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.795392   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33647
I20260630 12:15:03.795526  9113 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33647 every 8 connection(s)
I20260630 12:15:03.800546   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:03.807940  9118 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:03.810360  9119 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:03.814502   431 server_base.cc:1061] running on GCE node
W20260630 12:15:03.815310  9121 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:03.816814   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:03.817102   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:03.817303   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821703817272 us; error 0 us; skew 500 ppm
I20260630 12:15:03.817935   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:03.818270  9114 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35329
I20260630 12:15:03.818694  9114 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:03.819461  9114 heartbeater.cc:507] Master 127.0.107.254:35329 requested a full tablet report, sending...
I20260630 12:15:03.820617   431 webserver.cc:533] Webserver started at http://127.0.107.194:35217/ using document root <none> and password file <none>
I20260630 12:15:03.821192   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:03.821408   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:03.821712   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:03.821708  8987 ts_manager.cc:194] Registered new tserver with Master: 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647)
I20260630 12:15:03.823293   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "ee2ddf02c47c43279118a88e3be222db"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.823987  8987 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49762
I20260630 12:15:03.828056   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:03.831568  9126 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.832368   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260630 12:15:03.832664   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "ee2ddf02c47c43279118a88e3be222db"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.832958   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-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)
I20260630 12:15:03.859139   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:03.860304   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:03.861881   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:03.864763   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:03.864988   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.865211   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:03.865386   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.907230   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38465
I20260630 12:15:03.907358  9188 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38465 every 8 connection(s)
I20260630 12:15:03.912210   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:03.919826  9192 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:03.921602  9193 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:03.925393  9189 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35329
W20260630 12:15:03.925638  9195 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:03.925678   431 server_base.cc:1061] running on GCE node
I20260630 12:15:03.925891  9189 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:03.927145   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:15:03.927224  9189 heartbeater.cc:507] Master 127.0.107.254:35329 requested a full tablet report, sending...
W20260630 12:15:03.927479   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:03.927716   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821703927695 us; error 0 us; skew 500 ppm
I20260630 12:15:03.928408   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:03.929491  8987 ts_manager.cc:194] Registered new tserver with Master: ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:03.930999  8987 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49772
I20260630 12:15:03.931346   431 webserver.cc:533] Webserver started at http://127.0.107.195:33433/ using document root <none> and password file <none>
I20260630 12:15:03.932180   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:03.932422   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:03.932857   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:03.934183   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "544807b1cc4a402890c988c2f9e77d41"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.939101   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:15:03.942600  9200 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.943449   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:03.943756   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "544807b1cc4a402890c988c2f9e77d41"
format_stamp: "Formatted at 2026-06-30 12:15:03 on dist-test-slave-ctg2"
I20260630 12:15:03.944073   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821482054927-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)
I20260630 12:15:03.986565   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:03.987839   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:03.989387   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:03.991950   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:03.992190   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:03.992444   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:03.992636   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:04.034731   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43061
I20260630 12:15:04.034794  9262 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43061 every 8 connection(s)
I20260630 12:15:04.050664  9263 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35329
I20260630 12:15:04.051371  9263 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:04.052758  9263 heartbeater.cc:507] Master 127.0.107.254:35329 requested a full tablet report, sending...
I20260630 12:15:04.054881  8987 ts_manager.cc:194] Registered new tserver with Master: 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061)
I20260630 12:15:04.055747   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017247589s
I20260630 12:15:04.056734  8987 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49780
I20260630 12:15:04.599504  8987 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49788:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:04.601979  8987 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:04.683826  9079 tablet_service.cc:1511] Processing CreateTablet for tablet 38f7320d06354955a913a07ecd924311 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:04.684432  9154 tablet_service.cc:1511] Processing CreateTablet for tablet 38f7320d06354955a913a07ecd924311 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:04.685379  9079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 38f7320d06354955a913a07ecd924311. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.685915  9154 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 38f7320d06354955a913a07ecd924311. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.686112  9153 tablet_service.cc:1511] Processing CreateTablet for tablet 72037160709b4101afcdb1817047da24 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:04.687484  9153 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72037160709b4101afcdb1817047da24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.689960  9150 tablet_service.cc:1511] Processing CreateTablet for tablet 11011d5ede22485ca67572739970ad79 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:04.691367  9150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11011d5ede22485ca67572739970ad79. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.694705  9151 tablet_service.cc:1511] Processing CreateTablet for tablet 55f8128f158447ad95c9edb111c332da (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:04.696030  9151 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55f8128f158447ad95c9edb111c332da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.698853  9152 tablet_service.cc:1511] Processing CreateTablet for tablet d50cd1c470f4430da6121b422255b1f6 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:04.700254  9152 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d50cd1c470f4430da6121b422255b1f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.703483  9149 tablet_service.cc:1511] Processing CreateTablet for tablet 6b9dd40e876f4a03b29ddc9f279c9d88 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:04.704926  9149 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b9dd40e876f4a03b29ddc9f279c9d88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.711509  9283 tablet_bootstrap.cc:492] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db: Bootstrap starting.
I20260630 12:15:04.718847  9282 tablet_bootstrap.cc:492] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f: Bootstrap starting.
I20260630 12:15:04.722456  9078 tablet_service.cc:1511] Processing CreateTablet for tablet d50cd1c470f4430da6121b422255b1f6 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:04.723935  9078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d50cd1c470f4430da6121b422255b1f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.720588  9079 tablet_service.cc:1511] Processing CreateTablet for tablet 72037160709b4101afcdb1817047da24 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:04.727010  9079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72037160709b4101afcdb1817047da24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.733999  9282 tablet_bootstrap.cc:654] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.734994  9077 tablet_service.cc:1511] Processing CreateTablet for tablet 55f8128f158447ad95c9edb111c332da (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:04.736271  9283 tablet_bootstrap.cc:654] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.736380  9077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55f8128f158447ad95c9edb111c332da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.736800  9228 tablet_service.cc:1511] Processing CreateTablet for tablet 38f7320d06354955a913a07ecd924311 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:04.738270  9228 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 38f7320d06354955a913a07ecd924311. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.738816  9076 tablet_service.cc:1511] Processing CreateTablet for tablet 11011d5ede22485ca67572739970ad79 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:04.740100  9076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11011d5ede22485ca67572739970ad79. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.742830  9227 tablet_service.cc:1511] Processing CreateTablet for tablet 72037160709b4101afcdb1817047da24 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:04.743448  9075 tablet_service.cc:1511] Processing CreateTablet for tablet 6b9dd40e876f4a03b29ddc9f279c9d88 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:04.744176  9227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72037160709b4101afcdb1817047da24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.744797  9075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b9dd40e876f4a03b29ddc9f279c9d88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.746845  9226 tablet_service.cc:1511] Processing CreateTablet for tablet d50cd1c470f4430da6121b422255b1f6 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:04.748543  9226 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d50cd1c470f4430da6121b422255b1f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.751137  9224 tablet_service.cc:1511] Processing CreateTablet for tablet 11011d5ede22485ca67572739970ad79 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:04.753818  9223 tablet_service.cc:1511] Processing CreateTablet for tablet 6b9dd40e876f4a03b29ddc9f279c9d88 (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:04.763402  9225 tablet_service.cc:1511] Processing CreateTablet for tablet 55f8128f158447ad95c9edb111c332da (DEFAULT_TABLE table=test-workload [id=fbfa9e9a8bfb42149378c98c617996a0]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:04.765268  9225 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55f8128f158447ad95c9edb111c332da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.768711  9223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b9dd40e876f4a03b29ddc9f279c9d88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.774045  9224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11011d5ede22485ca67572739970ad79. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:04.803246  9286 tablet_bootstrap.cc:492] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41: Bootstrap starting.
I20260630 12:15:04.811623  9286 tablet_bootstrap.cc:654] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.826637  9114 heartbeater.cc:499] Master 127.0.107.254:35329 was elected leader, sending a full tablet report...
I20260630 12:15:04.828163  9286 tablet_bootstrap.cc:492] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41: No bootstrap required, opened a new log
I20260630 12:15:04.828706  9286 ts_tablet_manager.cc:1403] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41: Time spent bootstrapping tablet: real 0.026s	user 0.019s	sys 0.000s
I20260630 12:15:04.831935  9286 raft_consensus.cc:359] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.832576  9283 tablet_bootstrap.cc:492] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db: No bootstrap required, opened a new log
I20260630 12:15:04.832749  9286 raft_consensus.cc:385] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.833195  9283 ts_tablet_manager.cc:1403] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db: Time spent bootstrapping tablet: real 0.122s	user 0.028s	sys 0.018s
I20260630 12:15:04.835315  9282 tablet_bootstrap.cc:492] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f: No bootstrap required, opened a new log
I20260630 12:15:04.835810  9282 ts_tablet_manager.cc:1403] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent bootstrapping tablet: real 0.117s	user 0.016s	sys 0.034s
I20260630 12:15:04.833175  9286 raft_consensus.cc:740] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.836509  9283 raft_consensus.cc:359] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.837431  9283 raft_consensus.cc:385] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.837780  9283 raft_consensus.cc:740] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.837857  9286 consensus_queue.cc:260] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.838770  9282 raft_consensus.cc:359] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.838809  9283 consensus_queue.cc:260] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.839792  9282 raft_consensus.cc:385] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.840247  9282 raft_consensus.cc:740] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52db2bcaf5454f86d56ba738300e9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.841423  9282 consensus_queue.cc:260] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.843551  9263 heartbeater.cc:499] Master 127.0.107.254:35329 was elected leader, sending a full tablet report...
I20260630 12:15:04.844146  9286 ts_tablet_manager.cc:1434] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:15:04.844828  9282 ts_tablet_manager.cc:1434] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:15:04.845494  9286 tablet_bootstrap.cc:492] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41: Bootstrap starting.
I20260630 12:15:04.845813  9282 tablet_bootstrap.cc:492] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f: Bootstrap starting.
I20260630 12:15:04.852113  9286 tablet_bootstrap.cc:654] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.852450  9282 tablet_bootstrap.cc:654] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.858428  9189 heartbeater.cc:499] Master 127.0.107.254:35329 was elected leader, sending a full tablet report...
I20260630 12:15:04.859470  9283 ts_tablet_manager.cc:1434] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db: Time spent starting tablet: real 0.026s	user 0.005s	sys 0.008s
I20260630 12:15:04.860471  9283 tablet_bootstrap.cc:492] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db: Bootstrap starting.
I20260630 12:15:04.866711  9283 tablet_bootstrap.cc:654] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.906243  9283 tablet_bootstrap.cc:492] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db: No bootstrap required, opened a new log
I20260630 12:15:04.906333  9282 tablet_bootstrap.cc:492] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f: No bootstrap required, opened a new log
I20260630 12:15:04.906334  9286 tablet_bootstrap.cc:492] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41: No bootstrap required, opened a new log
I20260630 12:15:04.906841  9283 ts_tablet_manager.cc:1403] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db: Time spent bootstrapping tablet: real 0.047s	user 0.017s	sys 0.028s
I20260630 12:15:04.906829  9290 raft_consensus.cc:493] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:04.907145  9286 ts_tablet_manager.cc:1403] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41: Time spent bootstrapping tablet: real 0.062s	user 0.027s	sys 0.033s
I20260630 12:15:04.907145  9282 ts_tablet_manager.cc:1403] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent bootstrapping tablet: real 0.062s	user 0.029s	sys 0.030s
I20260630 12:15:04.907554  9290 raft_consensus.cc:515] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.910113  9283 raft_consensus.cc:359] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.910629  9286 raft_consensus.cc:359] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.910888  9283 raft_consensus.cc:385] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.910969  9282 raft_consensus.cc:359] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.911415  9286 raft_consensus.cc:385] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.911477  9283 raft_consensus.cc:740] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.912063  9286 raft_consensus.cc:740] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.912592  9283 consensus_queue.cc:260] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.912886  9286 consensus_queue.cc:260] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.913424  9290 leader_election.cc:290] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:04.919291  9286 ts_tablet_manager.cc:1434] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:15:04.920308  9286 tablet_bootstrap.cc:492] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41: Bootstrap starting.
I20260630 12:15:04.912081  9282 raft_consensus.cc:385] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.924777  9282 raft_consensus.cc:740] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52db2bcaf5454f86d56ba738300e9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.925644  9282 consensus_queue.cc:260] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.923226  9283 ts_tablet_manager.cc:1434] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260630 12:15:04.929668  9282 ts_tablet_manager.cc:1434] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent starting tablet: real 0.022s	user 0.003s	sys 0.005s
I20260630 12:15:04.930721  9282 tablet_bootstrap.cc:492] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f: Bootstrap starting.
I20260630 12:15:04.934703  9283 tablet_bootstrap.cc:492] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db: Bootstrap starting.
I20260630 12:15:04.935784  9286 tablet_bootstrap.cc:654] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.942050  9283 tablet_bootstrap.cc:654] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.946823  9282 tablet_bootstrap.cc:654] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.947813  9286 tablet_bootstrap.cc:492] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41: No bootstrap required, opened a new log
I20260630 12:15:04.948365  9286 ts_tablet_manager.cc:1403] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.004s
I20260630 12:15:04.951987  9286 raft_consensus.cc:359] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.952956  9286 raft_consensus.cc:385] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.953703  9283 tablet_bootstrap.cc:492] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db: No bootstrap required, opened a new log
I20260630 12:15:04.954247  9283 ts_tablet_manager.cc:1403] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260630 12:15:04.956027  9238 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38f7320d06354955a913a07ecd924311" candidate_uuid: "7b52db2bcaf5454f86d56ba738300e9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41" is_pre_election: true
I20260630 12:15:04.956815  9283 raft_consensus.cc:359] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.957398  9283 raft_consensus.cc:385] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.957672  9283 raft_consensus.cc:740] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.958357  9283 consensus_queue.cc:260] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.953322  9286 raft_consensus.cc:740] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.961860  9283 ts_tablet_manager.cc:1434] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:15:04.962888  9283 tablet_bootstrap.cc:492] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db: Bootstrap starting.
I20260630 12:15:04.962769  9286 consensus_queue.cc:260] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.964224  9238 raft_consensus.cc:2468] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b52db2bcaf5454f86d56ba738300e9f in term 0.
I20260630 12:15:04.967485  9286 ts_tablet_manager.cc:1434] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.000s
I20260630 12:15:04.968643  9286 tablet_bootstrap.cc:492] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41: Bootstrap starting.
I20260630 12:15:04.968485  9054 leader_election.cc:304] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 544807b1cc4a402890c988c2f9e77d41, 7b52db2bcaf5454f86d56ba738300e9f; no voters: 
I20260630 12:15:04.971741  9164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38f7320d06354955a913a07ecd924311" candidate_uuid: "7b52db2bcaf5454f86d56ba738300e9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db" is_pre_election: true
I20260630 12:15:04.972146  9283 tablet_bootstrap.cc:654] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.972532  9164 raft_consensus.cc:2468] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b52db2bcaf5454f86d56ba738300e9f in term 0.
I20260630 12:15:04.973685  9290 raft_consensus.cc:2804] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:04.974083  9290 raft_consensus.cc:493] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:04.974427  9290 raft_consensus.cc:3060] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:04.977295  9286 tablet_bootstrap.cc:654] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:04.983946  9283 tablet_bootstrap.cc:492] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db: No bootstrap required, opened a new log
I20260630 12:15:04.984396  9283 ts_tablet_manager.cc:1403] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.006s
I20260630 12:15:04.985237  9290 raft_consensus.cc:515] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:04.986579  9283 raft_consensus.cc:359] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.987357  9283 raft_consensus.cc:385] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.987665  9283 raft_consensus.cc:740] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.988561  9283 consensus_queue.cc:260] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.988986  9164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38f7320d06354955a913a07ecd924311" candidate_uuid: "7b52db2bcaf5454f86d56ba738300e9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db"
I20260630 12:15:04.989017  9238 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "38f7320d06354955a913a07ecd924311" candidate_uuid: "7b52db2bcaf5454f86d56ba738300e9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41"
I20260630 12:15:04.989565  9286 tablet_bootstrap.cc:492] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41: No bootstrap required, opened a new log
I20260630 12:15:04.989918  9238 raft_consensus.cc:3060] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:04.990118  9286 ts_tablet_manager.cc:1403] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260630 12:15:04.989863  9164 raft_consensus.cc:3060] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:04.992411  9283 ts_tablet_manager.cc:1434] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:15:04.993481  9283 tablet_bootstrap.cc:492] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db: Bootstrap starting.
I20260630 12:15:04.995211  9286 raft_consensus.cc:359] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:04.995929  9286 raft_consensus.cc:385] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:04.996217  9286 raft_consensus.cc:740] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Initialized, Role: FOLLOWER
I20260630 12:15:04.999703  9282 tablet_bootstrap.cc:492] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f: No bootstrap required, opened a new log
I20260630 12:15:05.000257  9282 ts_tablet_manager.cc:1403] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent bootstrapping tablet: real 0.070s	user 0.008s	sys 0.014s
I20260630 12:15:05.001372  9283 tablet_bootstrap.cc:654] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.003244  9164 raft_consensus.cc:2468] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b52db2bcaf5454f86d56ba738300e9f in term 1.
I20260630 12:15:05.003489  9238 raft_consensus.cc:2468] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b52db2bcaf5454f86d56ba738300e9f in term 1.
I20260630 12:15:04.996935  9286 consensus_queue.cc:260] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.003257  9282 raft_consensus.cc:359] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.004733  9053 leader_election.cc:304] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db; no voters: 
I20260630 12:15:05.004801  9282 raft_consensus.cc:385] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.005558  9282 raft_consensus.cc:740] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52db2bcaf5454f86d56ba738300e9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.005956  9286 ts_tablet_manager.cc:1434] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:15:05.007241  9286 tablet_bootstrap.cc:492] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41: Bootstrap starting.
I20260630 12:15:05.006865  9282 consensus_queue.cc:260] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.013509  9286 tablet_bootstrap.cc:654] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.015854  9303 raft_consensus.cc:2804] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:05.016448  9290 leader_election.cc:290] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [CANDIDATE]: Term 1 election: Requested vote from peers 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.016978  9282 ts_tablet_manager.cc:1434] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.013s
I20260630 12:15:05.020143  9286 tablet_bootstrap.cc:492] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41: No bootstrap required, opened a new log
I20260630 12:15:05.020505  9282 tablet_bootstrap.cc:492] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f: Bootstrap starting.
I20260630 12:15:05.020627  9286 ts_tablet_manager.cc:1403] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:15:05.023749  9283 tablet_bootstrap.cc:492] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db: No bootstrap required, opened a new log
I20260630 12:15:05.023662  9286 raft_consensus.cc:359] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.024505  9286 raft_consensus.cc:385] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.024638  9283 ts_tablet_manager.cc:1403] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db: Time spent bootstrapping tablet: real 0.031s	user 0.016s	sys 0.008s
I20260630 12:15:05.024848  9286 raft_consensus.cc:740] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.025918  9286 consensus_queue.cc:260] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.027431  9282 tablet_bootstrap.cc:654] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.028172  9286 ts_tablet_manager.cc:1434] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:15:05.028308  9283 raft_consensus.cc:359] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.029196  9283 raft_consensus.cc:385] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.029286  9286 tablet_bootstrap.cc:492] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: Bootstrap starting.
I20260630 12:15:05.029616  9283 raft_consensus.cc:740] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.030542  9283 consensus_queue.cc:260] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.032860  9283 ts_tablet_manager.cc:1434] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:15:05.033910  9283 tablet_bootstrap.cc:492] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db: Bootstrap starting.
I20260630 12:15:05.039772  9286 tablet_bootstrap.cc:654] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.040149  9283 tablet_bootstrap.cc:654] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.047940  9303 raft_consensus.cc:697] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 LEADER]: Becoming Leader. State: Replica: 7b52db2bcaf5454f86d56ba738300e9f, State: Running, Role: LEADER
I20260630 12:15:05.048673  9303 consensus_queue.cc:237] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } }
I20260630 12:15:05.053282  9283 tablet_bootstrap.cc:492] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db: No bootstrap required, opened a new log
I20260630 12:15:05.054100  9283 ts_tablet_manager.cc:1403] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.000s
I20260630 12:15:05.058005  9283 raft_consensus.cc:359] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.059058  9283 raft_consensus.cc:385] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.059527  9283 raft_consensus.cc:740] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.060599  9283 consensus_queue.cc:260] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.062453  9282 tablet_bootstrap.cc:492] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f: No bootstrap required, opened a new log
I20260630 12:15:05.063158  9282 ts_tablet_manager.cc:1403] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent bootstrapping tablet: real 0.043s	user 0.008s	sys 0.009s
I20260630 12:15:05.063393  9283 ts_tablet_manager.cc:1434] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:15:05.067915  9282 raft_consensus.cc:359] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.069118  9282 raft_consensus.cc:385] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.069566  9282 raft_consensus.cc:740] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52db2bcaf5454f86d56ba738300e9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.072214  9282 consensus_queue.cc:260] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.073782  9286 tablet_bootstrap.cc:492] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: No bootstrap required, opened a new log
I20260630 12:15:05.074335  9286 ts_tablet_manager.cc:1403] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: Time spent bootstrapping tablet: real 0.045s	user 0.020s	sys 0.015s
I20260630 12:15:05.075405  9282 ts_tablet_manager.cc:1434] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.002s
I20260630 12:15:05.077247  9286 raft_consensus.cc:359] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.078006  9286 raft_consensus.cc:385] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.078401  9286 raft_consensus.cc:740] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.077709  9282 tablet_bootstrap.cc:492] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f: Bootstrap starting.
I20260630 12:15:05.079118  9286 consensus_queue.cc:260] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.081426  9286 ts_tablet_manager.cc:1434] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:05.083053  8985 catalog_manager.cc:5697] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "7b52db2bcaf5454f86d56ba738300e9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:05.085521  9282 tablet_bootstrap.cc:654] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.091353  9282 tablet_bootstrap.cc:492] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f: No bootstrap required, opened a new log
I20260630 12:15:05.091823  9282 ts_tablet_manager.cc:1403] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:15:05.092518  9288 raft_consensus.cc:493] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:05.093026  9288 raft_consensus.cc:515] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.095625  9288 leader_election.cc:290] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.095453  9282 raft_consensus.cc:359] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.096230  9282 raft_consensus.cc:385] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.096563  9282 raft_consensus.cc:740] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52db2bcaf5454f86d56ba738300e9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.097420  9282 consensus_queue.cc:260] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.100445  9282 ts_tablet_manager.cc:1434] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:15:05.101761  9282 tablet_bootstrap.cc:492] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f: Bootstrap starting.
I20260630 12:15:05.106797  9289 raft_consensus.cc:493] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:05.107368  9289 raft_consensus.cc:515] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.109376  9282 tablet_bootstrap.cc:654] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.116544  9289 leader_election.cc:290] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061)
I20260630 12:15:05.120661  9288 raft_consensus.cc:493] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:05.121383  9288 raft_consensus.cc:515] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.124663  9288 leader_election.cc:290] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.127957  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f" is_pre_election: true
I20260630 12:15:05.128327  9088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72037160709b4101afcdb1817047da24" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f" is_pre_election: true
I20260630 12:15:05.128954  9088 raft_consensus.cc:2468] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 0.
W20260630 12:15:05.130589  9203 leader_election.cc:343] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:05.131445  9203 leader_election.cc:304] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 544807b1cc4a402890c988c2f9e77d41, 7b52db2bcaf5454f86d56ba738300e9f; no voters: 
I20260630 12:15:05.132503  9288 raft_consensus.cc:2804] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:05.132943  9288 raft_consensus.cc:493] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:05.133343  9288 raft_consensus.cc:3060] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.140440  9164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db" is_pre_election: true
I20260630 12:15:05.141422  9164 raft_consensus.cc:2468] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 0.
I20260630 12:15:05.142808  9163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72037160709b4101afcdb1817047da24" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db" is_pre_election: true
I20260630 12:15:05.143704  9163 raft_consensus.cc:2468] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 0.
I20260630 12:15:05.144357  9288 raft_consensus.cc:515] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.147753  9088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72037160709b4101afcdb1817047da24" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f"
I20260630 12:15:05.148370  9088 raft_consensus.cc:3060] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.149665  9202 leader_election.cc:304] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [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: 544807b1cc4a402890c988c2f9e77d41, ee2ddf02c47c43279118a88e3be222db; no voters: 7b52db2bcaf5454f86d56ba738300e9f
I20260630 12:15:05.157655  9088 raft_consensus.cc:2468] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 1.
I20260630 12:15:05.159425  9203 leader_election.cc:304] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 544807b1cc4a402890c988c2f9e77d41, 7b52db2bcaf5454f86d56ba738300e9f; no voters: 
I20260630 12:15:05.166553  9316 raft_consensus.cc:2804] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:05.167119  9316 raft_consensus.cc:493] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:05.167550  9316 raft_consensus.cc:3060] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.168988  9288 leader_election.cc:290] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 election: Requested vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.171352  9288 raft_consensus.cc:2804] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:05.171903  9288 raft_consensus.cc:697] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 1 LEADER]: Becoming Leader. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Running, Role: LEADER
I20260630 12:15:05.176326  9163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72037160709b4101afcdb1817047da24" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db"
I20260630 12:15:05.177143  9163 raft_consensus.cc:3060] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.172961  9288 consensus_queue.cc:237] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.187048  9289 raft_consensus.cc:493] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:05.188004  9282 tablet_bootstrap.cc:492] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f: No bootstrap required, opened a new log
I20260630 12:15:05.187789  9289 raft_consensus.cc:515] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.188505  9282 ts_tablet_manager.cc:1403] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f: Time spent bootstrapping tablet: real 0.087s	user 0.033s	sys 0.045s
I20260630 12:15:05.189952  9289 leader_election.cc:290] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061)
I20260630 12:15:05.190035  9163 raft_consensus.cc:2468] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 1.
I20260630 12:15:05.190726  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d50cd1c470f4430da6121b422255b1f6" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f" is_pre_election: true
I20260630 12:15:05.191357  9089 raft_consensus.cc:2468] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 0.
I20260630 12:15:05.191552  9282 raft_consensus.cc:359] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.192315  9282 raft_consensus.cc:385] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.192612  9282 raft_consensus.cc:740] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52db2bcaf5454f86d56ba738300e9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.192963  9088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f" is_pre_election: true
I20260630 12:15:05.193346  9129 leader_election.cc:304] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db; no voters: 
I20260630 12:15:05.193560  9282 consensus_queue.cc:260] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.194507  9289 raft_consensus.cc:2804] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:05.194730  9088 raft_consensus.cc:2468] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 0.
I20260630 12:15:05.193367  8985 catalog_manager.cc:5697] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "544807b1cc4a402890c988c2f9e77d41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:05.194895  9289 raft_consensus.cc:493] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:05.196326  9282 ts_tablet_manager.cc:1434] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:15:05.196480  9289 raft_consensus.cc:3060] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.203815  9289 raft_consensus.cc:515] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.206079  9316 raft_consensus.cc:515] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.206715  9088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d50cd1c470f4430da6121b422255b1f6" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f"
I20260630 12:15:05.206773  9129 leader_election.cc:304] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db; no voters: 
I20260630 12:15:05.207698  9088 raft_consensus.cc:3060] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.208015  9289 leader_election.cc:290] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 election: Requested vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061)
I20260630 12:15:05.208895  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f"
I20260630 12:15:05.208997  9316 leader_election.cc:290] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 election: Requested vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.209571  9089 raft_consensus.cc:3060] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.210122  9163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db"
I20260630 12:15:05.211758  9316 raft_consensus.cc:493] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:05.212167  9316 raft_consensus.cc:515] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.214658  9316 leader_election.cc:290] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.214702  9087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d50cd1c470f4430da6121b422255b1f6" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f" is_pre_election: true
I20260630 12:15:05.214891  9164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d50cd1c470f4430da6121b422255b1f6" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db" is_pre_election: true
I20260630 12:15:05.215783  9164 raft_consensus.cc:2393] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 544807b1cc4a402890c988c2f9e77d41 in current term 1: Already voted for candidate ee2ddf02c47c43279118a88e3be222db in this term.
I20260630 12:15:05.216899  9202 leader_election.cc:304] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [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: 544807b1cc4a402890c988c2f9e77d41; no voters: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db
I20260630 12:15:05.216934  9089 raft_consensus.cc:2468] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 1.
I20260630 12:15:05.217720  9316 raft_consensus.cc:3060] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.217676  9088 raft_consensus.cc:2468] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 1.
I20260630 12:15:05.218214  9203 leader_election.cc:304] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 544807b1cc4a402890c988c2f9e77d41, 7b52db2bcaf5454f86d56ba738300e9f; no voters: 
I20260630 12:15:05.219051  9288 raft_consensus.cc:2804] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:05.219637  9288 raft_consensus.cc:697] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 1 LEADER]: Becoming Leader. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Running, Role: LEADER
I20260630 12:15:05.220739  9288 consensus_queue.cc:237] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.219676  9289 raft_consensus.cc:2804] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:05.222708  9163 raft_consensus.cc:3060] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.223959  9316 raft_consensus.cc:2749] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:05.226742  9129 leader_election.cc:304] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db; no voters: 
I20260630 12:15:05.228477  9238 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41" is_pre_election: true
I20260630 12:15:05.229357  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d50cd1c470f4430da6121b422255b1f6" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41" is_pre_election: true
I20260630 12:15:05.229398  9236 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d50cd1c470f4430da6121b422255b1f6" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41"
I20260630 12:15:05.230268  9237 raft_consensus.cc:2468] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 1.
I20260630 12:15:05.230486  8987 catalog_manager.cc:5697] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "544807b1cc4a402890c988c2f9e77d41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:05.231518  9163 raft_consensus.cc:2468] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 1.
I20260630 12:15:05.234088  9320 raft_consensus.cc:2804] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:05.235342  9289 raft_consensus.cc:493] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:05.235888  9289 raft_consensus.cc:3060] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:15:05.241914  9320 raft_consensus.cc:697] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 1 LEADER]: Becoming Leader. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Running, Role: LEADER
I20260630 12:15:05.242816  9320 consensus_queue.cc:237] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.245616  9289 raft_consensus.cc:515] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.247759  9289 leader_election.cc:290] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 2 election: Requested vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061)
I20260630 12:15:05.249099  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41"
I20260630 12:15:05.249243  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55f8128f158447ad95c9edb111c332da" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f"
I20260630 12:15:05.249854  9089 raft_consensus.cc:3060] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:15:05.251394  8987 catalog_manager.cc:5697] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db reported cstate change: term changed from 0 to 1, leader changed from <none> to ee2ddf02c47c43279118a88e3be222db (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ee2ddf02c47c43279118a88e3be222db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:05.254851  9089 raft_consensus.cc:2468] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 2.
I20260630 12:15:05.255874  9129 leader_election.cc:304] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [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: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db; no voters: 544807b1cc4a402890c988c2f9e77d41
I20260630 12:15:05.256532  9289 raft_consensus.cc:2804] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:15:05.256995  9289 raft_consensus.cc:697] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 2 LEADER]: Becoming Leader. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Running, Role: LEADER
I20260630 12:15:05.257781  9289 consensus_queue.cc:237] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [LEADER]: Queue going to LEADER 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: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.264773  8987 catalog_manager.cc:5697] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db reported cstate change: term changed from 1 to 2, leader changed from 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195) to ee2ddf02c47c43279118a88e3be222db (127.0.107.194). New cstate: current_term: 2 leader_uuid: "ee2ddf02c47c43279118a88e3be222db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:05.330047  9289 raft_consensus.cc:493] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:05.330595  9289 raft_consensus.cc:515] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.332381  9289 leader_election.cc:290] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061)
I20260630 12:15:05.333199  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11011d5ede22485ca67572739970ad79" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f" is_pre_election: true
I20260630 12:15:05.333315  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11011d5ede22485ca67572739970ad79" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41" is_pre_election: true
I20260630 12:15:05.333856  9089 raft_consensus.cc:2468] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 0.
I20260630 12:15:05.334036  9237 raft_consensus.cc:2468] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 0.
I20260630 12:15:05.334915  9129 leader_election.cc:304] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db; no voters: 
I20260630 12:15:05.335530  9289 raft_consensus.cc:2804] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:05.335831  9289 raft_consensus.cc:493] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:05.336097  9289 raft_consensus.cc:3060] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.340857  9289 raft_consensus.cc:515] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.342334  9289 leader_election.cc:290] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 election: Requested vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195:43061)
I20260630 12:15:05.343420  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11011d5ede22485ca67572739970ad79" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f"
I20260630 12:15:05.343679  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11011d5ede22485ca67572739970ad79" candidate_uuid: "ee2ddf02c47c43279118a88e3be222db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "544807b1cc4a402890c988c2f9e77d41"
I20260630 12:15:05.343945  9089 raft_consensus.cc:3060] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.344324  9237 raft_consensus.cc:3060] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.348785  9089 raft_consensus.cc:2468] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 1.
I20260630 12:15:05.349311  9237 raft_consensus.cc:2468] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ee2ddf02c47c43279118a88e3be222db in term 1.
I20260630 12:15:05.349876  9129 leader_election.cc:304] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52db2bcaf5454f86d56ba738300e9f, ee2ddf02c47c43279118a88e3be222db; no voters: 
I20260630 12:15:05.350723  9289 raft_consensus.cc:2804] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:05.351511  9289 raft_consensus.cc:697] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 1 LEADER]: Becoming Leader. State: Replica: ee2ddf02c47c43279118a88e3be222db, State: Running, Role: LEADER
I20260630 12:15:05.352313  9289 consensus_queue.cc:237] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.359839  8987 catalog_manager.cc:5697] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db reported cstate change: term changed from 0 to 1, leader changed from <none> to ee2ddf02c47c43279118a88e3be222db (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ee2ddf02c47c43279118a88e3be222db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:05.421861  9288 raft_consensus.cc:493] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:05.422361  9288 raft_consensus.cc:515] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.424273  9288 leader_election.cc:290] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.424930  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9dd40e876f4a03b29ddc9f279c9d88" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f" is_pre_election: true
I20260630 12:15:05.425331  9163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9dd40e876f4a03b29ddc9f279c9d88" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db" is_pre_election: true
I20260630 12:15:05.425719  9089 raft_consensus.cc:2468] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 0.
I20260630 12:15:05.426010  9163 raft_consensus.cc:2468] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 0.
I20260630 12:15:05.426855  9203 leader_election.cc:304] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 544807b1cc4a402890c988c2f9e77d41, 7b52db2bcaf5454f86d56ba738300e9f; no voters: 
I20260630 12:15:05.427592  9288 raft_consensus.cc:2804] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:05.427982  9288 raft_consensus.cc:493] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:05.428258  9288 raft_consensus.cc:3060] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.433020  9288 raft_consensus.cc:515] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.434626  9288 leader_election.cc:290] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 election: Requested vote from peers 7b52db2bcaf5454f86d56ba738300e9f (127.0.107.193:33647), ee2ddf02c47c43279118a88e3be222db (127.0.107.194:38465)
I20260630 12:15:05.435393  9089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9dd40e876f4a03b29ddc9f279c9d88" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52db2bcaf5454f86d56ba738300e9f"
I20260630 12:15:05.435587  9163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9dd40e876f4a03b29ddc9f279c9d88" candidate_uuid: "544807b1cc4a402890c988c2f9e77d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee2ddf02c47c43279118a88e3be222db"
I20260630 12:15:05.436024  9089 raft_consensus.cc:3060] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.436158  9163 raft_consensus.cc:3060] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.440928  9163 raft_consensus.cc:2468] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 1.
I20260630 12:15:05.440927  9089 raft_consensus.cc:2468] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 544807b1cc4a402890c988c2f9e77d41 in term 1.
I20260630 12:15:05.442093  9202 leader_election.cc:304] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 544807b1cc4a402890c988c2f9e77d41, ee2ddf02c47c43279118a88e3be222db; no voters: 
I20260630 12:15:05.442811  9288 raft_consensus.cc:2804] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:05.443249  9288 raft_consensus.cc:697] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 1 LEADER]: Becoming Leader. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Running, Role: LEADER
I20260630 12:15:05.443856  9288 consensus_queue.cc:237] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.450290  8987 catalog_manager.cc:5697] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 544807b1cc4a402890c988c2f9e77d41 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "544807b1cc4a402890c988c2f9e77d41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:05.464134  9303 consensus_queue.cc:1048] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.475215  9303 consensus_queue.cc:1048] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.591863  9288 consensus_queue.cc:1048] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:05.617789  9088 raft_consensus.cc:1240] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 2 FOLLOWER]: Rejecting Update request from peer 544807b1cc4a402890c988c2f9e77d41 for earlier term 1. Current term is 2. Ops: []
I20260630 12:15:05.619905  9288 consensus_queue.cc:1059] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:05.621284  9316 raft_consensus.cc:3055] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:15:05.621742  9316 raft_consensus.cc:740] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 544807b1cc4a402890c988c2f9e77d41, State: Running, Role: LEADER
I20260630 12:15:05.622653  9316 consensus_queue.cc:260] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [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: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 } } peers { permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 } } peers { permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 } }
I20260630 12:15:05.623823  9316 raft_consensus.cc:3060] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:15:05.644941  9337 consensus_queue.cc:1048] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:05.651556  9089 raft_consensus.cc:1275] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 2 FOLLOWER]: Refusing update from remote peer ee2ddf02c47c43279118a88e3be222db: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:15:05.653054  9289 consensus_queue.cc:1048] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.684208  9289 consensus_queue.cc:1048] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.012s
W20260630 12:15:05.755103  9203 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:33647, user_credentials={real_user=slave}} blocked reactor thread for 109231us
I20260630 12:15:05.767907  9237 raft_consensus.cc:1275] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 2 FOLLOWER]: Refusing update from remote peer ee2ddf02c47c43279118a88e3be222db: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:15:05.768348  9237 pending_rounds.cc:85] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: Aborting all ops after (but not including) 0
I20260630 12:15:05.768625  9237 pending_rounds.cc:107] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:15:05.768967  9237 raft_consensus.cc:2889] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:15:05.775076  9289 consensus_queue.cc:1048] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [LEADER]: Connected to new peer: Peer: permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.777808  9289 consensus_queue.cc:1048] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [LEADER]: Connected to new peer: Peer: permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.838074  9289 consensus_queue.cc:1048] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [LEADER]: Connected to new peer: Peer: permanent_uuid: "544807b1cc4a402890c988c2f9e77d41" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43061 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.851172  9322 consensus_queue.cc:1048] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.913944  9089 raft_consensus.cc:1275] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Refusing update from remote peer 544807b1cc4a402890c988c2f9e77d41: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:05.915585  9288 consensus_queue.cc:1048] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee2ddf02c47c43279118a88e3be222db" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.917171  9288 consensus_queue.cc:1048] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52db2bcaf5454f86d56ba738300e9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:06.220268  9129 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:33647, user_credentials={real_user=slave}} blocked reactor thread for 54382.6us
I20260630 12:15:07.119652   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:07.162513   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:07.163296   431 tablet_replica.cc:333] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f: stopping tablet replica
I20260630 12:15:07.164204   431 raft_consensus.cc:2243] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.164887   431 raft_consensus.cc:2272] T 11011d5ede22485ca67572739970ad79 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.167836   431 tablet_replica.cc:333] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f: stopping tablet replica
I20260630 12:15:07.168460   431 raft_consensus.cc:2243] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.169021   431 raft_consensus.cc:2272] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.172046   431 tablet_replica.cc:333] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f: stopping tablet replica
I20260630 12:15:07.172614   431 raft_consensus.cc:2243] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.173142   431 raft_consensus.cc:2272] T 72037160709b4101afcdb1817047da24 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.175693   431 tablet_replica.cc:333] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f: stopping tablet replica
I20260630 12:15:07.176252   431 raft_consensus.cc:2243] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.176801   431 raft_consensus.cc:2272] T 55f8128f158447ad95c9edb111c332da P 7b52db2bcaf5454f86d56ba738300e9f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.179785   431 tablet_replica.cc:333] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f: stopping tablet replica
I20260630 12:15:07.180373   431 raft_consensus.cc:2243] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.180912   431 raft_consensus.cc:2272] T d50cd1c470f4430da6121b422255b1f6 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.183274   431 tablet_replica.cc:333] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f: stopping tablet replica
I20260630 12:15:07.183815   431 raft_consensus.cc:2243] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.184617   431 raft_consensus.cc:2272] T 38f7320d06354955a913a07ecd924311 P 7b52db2bcaf5454f86d56ba738300e9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.210247   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:07.224874   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:07.249842   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:07.250483   431 tablet_replica.cc:333] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db: stopping tablet replica
I20260630 12:15:07.251076   431 raft_consensus.cc:2243] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.251859   431 raft_consensus.cc:2272] T 11011d5ede22485ca67572739970ad79 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.254616   431 tablet_replica.cc:333] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db: stopping tablet replica
I20260630 12:15:07.255159   431 raft_consensus.cc:2243] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.255970   431 raft_consensus.cc:2272] T 55f8128f158447ad95c9edb111c332da P ee2ddf02c47c43279118a88e3be222db [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.258271   431 tablet_replica.cc:333] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db: stopping tablet replica
I20260630 12:15:07.258813   431 raft_consensus.cc:2243] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.259536   431 raft_consensus.cc:2272] T d50cd1c470f4430da6121b422255b1f6 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.261811   431 tablet_replica.cc:333] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db: stopping tablet replica
I20260630 12:15:07.262308   431 raft_consensus.cc:2243] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.262789   431 raft_consensus.cc:2272] T 38f7320d06354955a913a07ecd924311 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.265252   431 tablet_replica.cc:333] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db: stopping tablet replica
I20260630 12:15:07.265863   431 raft_consensus.cc:2243] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.266368   431 raft_consensus.cc:2272] T 6b9dd40e876f4a03b29ddc9f279c9d88 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.269019   431 tablet_replica.cc:333] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db: stopping tablet replica
I20260630 12:15:07.269534   431 raft_consensus.cc:2243] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.270109   431 raft_consensus.cc:2272] T 72037160709b4101afcdb1817047da24 P ee2ddf02c47c43279118a88e3be222db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.296604   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:07.312867   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:07.336417   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:07.337072   431 tablet_replica.cc:333] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41: stopping tablet replica
I20260630 12:15:07.337719   431 raft_consensus.cc:2243] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.338215   431 raft_consensus.cc:2272] T 55f8128f158447ad95c9edb111c332da P 544807b1cc4a402890c988c2f9e77d41 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.340822   431 tablet_replica.cc:333] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41: stopping tablet replica
I20260630 12:15:07.341378   431 raft_consensus.cc:2243] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.341918   431 raft_consensus.cc:2272] T d50cd1c470f4430da6121b422255b1f6 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.344539   431 tablet_replica.cc:333] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41: stopping tablet replica
I20260630 12:15:07.345121   431 raft_consensus.cc:2243] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.345718   431 raft_consensus.cc:2272] T 38f7320d06354955a913a07ecd924311 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.348064   431 tablet_replica.cc:333] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41: stopping tablet replica
I20260630 12:15:07.348541   431 raft_consensus.cc:2243] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.349226   431 raft_consensus.cc:2272] T 6b9dd40e876f4a03b29ddc9f279c9d88 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.351531   431 tablet_replica.cc:333] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41: stopping tablet replica
I20260630 12:15:07.351986   431 raft_consensus.cc:2243] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.352434   431 raft_consensus.cc:2272] T 11011d5ede22485ca67572739970ad79 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.355010   431 tablet_replica.cc:333] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41: stopping tablet replica
I20260630 12:15:07.355535   431 raft_consensus.cc:2243] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.356210   431 raft_consensus.cc:2272] T 72037160709b4101afcdb1817047da24 P 544807b1cc4a402890c988c2f9e77d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.375805   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:07.391826   431 master.cc:562] Master@127.0.107.254:35329 shutting down...
I20260630 12:15:07.412007   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.412497   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.412750   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d7fcf77156c743fdb47c66e09c7ed80a: stopping tablet replica
I20260630 12:15:07.431841   431 master.cc:584] Master@127.0.107.254:35329 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4058 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:15:07.464035   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46341
I20260630 12:15:07.465031   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:07.470295  9382 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.470646  9383 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.471541  9385 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:07.473342   431 server_base.cc:1061] running on GCE node
I20260630 12:15:07.474138   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:07.474327   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:07.474488   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821707474455 us; error 0 us; skew 500 ppm
I20260630 12:15:07.475003   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:07.477177   431 webserver.cc:533] Webserver started at http://127.0.107.254:41719/ using document root <none> and password file <none>
I20260630 12:15:07.477717   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:07.477916   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:07.478189   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:07.479249   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "79ab506312b74be8b2457a7bae168cef"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.483659   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:15:07.486865  9390 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.487577   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:07.487869   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "79ab506312b74be8b2457a7bae168cef"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.488160   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-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)
I20260630 12:15:07.506675   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:07.507695   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:07.541857   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46341
I20260630 12:15:07.541965  9441 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46341 every 8 connection(s)
I20260630 12:15:07.545738  9442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:07.555631  9442 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef: Bootstrap starting.
I20260630 12:15:07.559717  9442 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:07.563468  9442 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef: No bootstrap required, opened a new log
I20260630 12:15:07.565307  9442 raft_consensus.cc:359] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "79ab506312b74be8b2457a7bae168cef" member_type: VOTER }
I20260630 12:15:07.565749  9442 raft_consensus.cc:385] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:07.565934  9442 raft_consensus.cc:740] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79ab506312b74be8b2457a7bae168cef, State: Initialized, Role: FOLLOWER
I20260630 12:15:07.566437  9442 consensus_queue.cc:260] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "79ab506312b74be8b2457a7bae168cef" member_type: VOTER }
I20260630 12:15:07.566823  9442 raft_consensus.cc:399] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:07.567003  9442 raft_consensus.cc:493] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:07.567200  9442 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:07.571548  9442 raft_consensus.cc:515] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "79ab506312b74be8b2457a7bae168cef" member_type: VOTER }
I20260630 12:15:07.571990  9442 leader_election.cc:304] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [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: 79ab506312b74be8b2457a7bae168cef; no voters: 
I20260630 12:15:07.572999  9442 leader_election.cc:290] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:07.573433  9445 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:07.574831  9445 raft_consensus.cc:697] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 1 LEADER]: Becoming Leader. State: Replica: 79ab506312b74be8b2457a7bae168cef, State: Running, Role: LEADER
I20260630 12:15:07.575403  9445 consensus_queue.cc:237] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [LEADER]: Queue going to LEADER mode. State: All 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: "79ab506312b74be8b2457a7bae168cef" member_type: VOTER }
I20260630 12:15:07.576027  9442 sys_catalog.cc:565] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:07.579849  9446 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "79ab506312b74be8b2457a7bae168cef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "79ab506312b74be8b2457a7bae168cef" member_type: VOTER } }
I20260630 12:15:07.581254  9446 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:07.580724  9447 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [sys.catalog]: SysCatalogTable state changed. Reason: New leader 79ab506312b74be8b2457a7bae168cef. Latest consensus state: current_term: 1 leader_uuid: "79ab506312b74be8b2457a7bae168cef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "79ab506312b74be8b2457a7bae168cef" member_type: VOTER } }
I20260630 12:15:07.581873  9447 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:07.583374  9453 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:07.591359  9453 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:07.592423   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:07.600245  9453 catalog_manager.cc:1383] Generated new cluster ID: 371fdb8a45eb48c3a4a4bb03c0b0468b
I20260630 12:15:07.600549  9453 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:07.619414  9453 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:07.620708  9453 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:07.633275  9453 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef: Generated new TSK 0
I20260630 12:15:07.633957  9453 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:07.659534   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:07.665010  9463 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.666787  9464 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.668210  9466 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:07.668262   431 server_base.cc:1061] running on GCE node
I20260630 12:15:07.669265   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:07.669516   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:07.669752   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821707669735 us; error 0 us; skew 500 ppm
I20260630 12:15:07.670279   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:07.672545   431 webserver.cc:533] Webserver started at http://127.0.107.193:45471/ using document root <none> and password file <none>
I20260630 12:15:07.672997   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:07.673198   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:07.673471   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:07.674553   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "cc704692e9a7423489dc84b95b34b829"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.679065   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:07.682215  9471 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.682950   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:07.683235   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "cc704692e9a7423489dc84b95b34b829"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.683523   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-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)
I20260630 12:15:07.705981   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:07.707082   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:07.708467   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:07.710721   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:07.710947   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.711175   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:07.711349   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.748086   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45917
I20260630 12:15:07.748183  9533 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45917 every 8 connection(s)
I20260630 12:15:07.752969   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:07.759465  9538 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.759721  9539 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:07.765029   431 server_base.cc:1061] running on GCE node
I20260630 12:15:07.765889  9534 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46341
W20260630 12:15:07.765942  9541 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:07.766541  9534 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:07.767046   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:07.767313   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:07.767325  9534 heartbeater.cc:507] Master 127.0.107.254:46341 requested a full tablet report, sending...
I20260630 12:15:07.767514   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821707767501 us; error 0 us; skew 500 ppm
I20260630 12:15:07.768172   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:07.769776  9407 ts_manager.cc:194] Registered new tserver with Master: cc704692e9a7423489dc84b95b34b829 (127.0.107.193:45917)
I20260630 12:15:07.770736   431 webserver.cc:533] Webserver started at http://127.0.107.194:32875/ using document root <none> and password file <none>
I20260630 12:15:07.771232   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:07.771440   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:07.771720   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:07.771736  9407 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55352
I20260630 12:15:07.773322   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "ff84eb5959534cde83713afbe33ebccc"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.777673   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:15:07.780782  9546 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.781498   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:07.781864   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "ff84eb5959534cde83713afbe33ebccc"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.782126   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-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)
I20260630 12:15:07.795408   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:07.796401   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:07.797777   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:07.799909   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:07.800108   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.800374   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:07.800529   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.837141   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36643
I20260630 12:15:07.837227  9608 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36643 every 8 connection(s)
I20260630 12:15:07.842276   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:07.848194  9612 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.850106  9613 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.851809  9615 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:07.853065   431 server_base.cc:1061] running on GCE node
I20260630 12:15:07.854140   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:07.854352   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:07.854564   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821707854545 us; error 0 us; skew 500 ppm
I20260630 12:15:07.854727  9609 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46341
I20260630 12:15:07.855161  9609 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:07.855171   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:07.855940  9609 heartbeater.cc:507] Master 127.0.107.254:46341 requested a full tablet report, sending...
I20260630 12:15:07.857955   431 webserver.cc:533] Webserver started at http://127.0.107.195:43479/ using document root <none> and password file <none>
I20260630 12:15:07.858265  9407 ts_manager.cc:194] Registered new tserver with Master: ff84eb5959534cde83713afbe33ebccc (127.0.107.194:36643)
I20260630 12:15:07.858593   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:07.858879   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:07.859200   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:07.860101  9407 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55368
I20260630 12:15:07.860628   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "76985bcce82e40bf820f6e6f571047d6"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.865139   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.005s
I20260630 12:15:07.868172  9620 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.868930   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:07.869215   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "76985bcce82e40bf820f6e6f571047d6"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-ctg2"
I20260630 12:15:07.869478   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821482054927-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)
I20260630 12:15:07.877415   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:07.878454   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:07.879757   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:07.881932   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:07.882192   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:15:07.882503   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:07.882694   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.922533   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44067
I20260630 12:15:07.922633  9682 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44067 every 8 connection(s)
I20260630 12:15:07.935883  9683 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46341
I20260630 12:15:07.936269  9683 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:07.937083  9683 heartbeater.cc:507] Master 127.0.107.254:46341 requested a full tablet report, sending...
I20260630 12:15:07.939083  9407 ts_manager.cc:194] Registered new tserver with Master: 76985bcce82e40bf820f6e6f571047d6 (127.0.107.195:44067)
I20260630 12:15:07.940177   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014456726s
I20260630 12:15:07.940527  9407 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55384
I20260630 12:15:08.774533  9534 heartbeater.cc:499] Master 127.0.107.254:46341 was elected leader, sending a full tablet report...
I20260630 12:15:08.862715  9609 heartbeater.cc:499] Master 127.0.107.254:46341 was elected leader, sending a full tablet report...
I20260630 12:15:08.943426  9683 heartbeater.cc:499] Master 127.0.107.254:46341 was elected leader, sending a full tablet report...
I20260630 12:15:08.999225  9407 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55396:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:09.001055  9407 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:09.052346  9499 tablet_service.cc:1511] Processing CreateTablet for tablet 6b6fbbb01ab443139bdeebccbd3eb0a6 (DEFAULT_TABLE table=test-workload [id=6fe0c7ab7d074d23afd1d5340af3ead7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:09.053738  9499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b6fbbb01ab443139bdeebccbd3eb0a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.052346  9648 tablet_service.cc:1511] Processing CreateTablet for tablet 6b6fbbb01ab443139bdeebccbd3eb0a6 (DEFAULT_TABLE table=test-workload [id=6fe0c7ab7d074d23afd1d5340af3ead7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:09.054785  9648 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b6fbbb01ab443139bdeebccbd3eb0a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.063624  9574 tablet_service.cc:1511] Processing CreateTablet for tablet 6b6fbbb01ab443139bdeebccbd3eb0a6 (DEFAULT_TABLE table=test-workload [id=6fe0c7ab7d074d23afd1d5340af3ead7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:09.064997  9574 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b6fbbb01ab443139bdeebccbd3eb0a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.069370  9703 tablet_bootstrap.cc:492] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829: Bootstrap starting.
I20260630 12:15:09.074966  9703 tablet_bootstrap.cc:654] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.076282  9704 tablet_bootstrap.cc:492] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6: Bootstrap starting.
I20260630 12:15:09.079885  9703 tablet_bootstrap.cc:492] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829: No bootstrap required, opened a new log
I20260630 12:15:09.080359  9703 ts_tablet_manager.cc:1403] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829: Time spent bootstrapping tablet: real 0.011s	user 0.007s	sys 0.002s
I20260630 12:15:09.082361  9706 tablet_bootstrap.cc:492] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc: Bootstrap starting.
I20260630 12:15:09.082839  9704 tablet_bootstrap.cc:654] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.083086  9703 raft_consensus.cc:359] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.083966  9703 raft_consensus.cc:385] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.084254  9703 raft_consensus.cc:740] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cc704692e9a7423489dc84b95b34b829, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.085047  9703 consensus_queue.cc:260] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.090040  9706 tablet_bootstrap.cc:654] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.091382  9703 ts_tablet_manager.cc:1434] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.002s
I20260630 12:15:09.095255  9704 tablet_bootstrap.cc:492] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6: No bootstrap required, opened a new log
I20260630 12:15:09.095818  9704 ts_tablet_manager.cc:1403] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.005s
I20260630 12:15:09.096217  9706 tablet_bootstrap.cc:492] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc: No bootstrap required, opened a new log
I20260630 12:15:09.096714  9706 ts_tablet_manager.cc:1403] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.003s
I20260630 12:15:09.098733  9704 raft_consensus.cc:359] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.099515  9704 raft_consensus.cc:385] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.099426  9706 raft_consensus.cc:359] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.099960  9704 raft_consensus.cc:740] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76985bcce82e40bf820f6e6f571047d6, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.100262  9706 raft_consensus.cc:385] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.100577  9706 raft_consensus.cc:740] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff84eb5959534cde83713afbe33ebccc, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.100732  9704 consensus_queue.cc:260] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.101631  9706 consensus_queue.cc:260] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.104126  9704 ts_tablet_manager.cc:1434] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:15:09.107236  9706 ts_tablet_manager.cc:1434] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc: Time spent starting tablet: real 0.010s	user 0.011s	sys 0.000s
I20260630 12:15:09.138967  9711 raft_consensus.cc:493] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:09.139465  9711 raft_consensus.cc:515] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.141829  9711 leader_election.cc:290] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cc704692e9a7423489dc84b95b34b829 (127.0.107.193:45917), 76985bcce82e40bf820f6e6f571047d6 (127.0.107.195:44067)
I20260630 12:15:09.153160  9509 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6fbbb01ab443139bdeebccbd3eb0a6" candidate_uuid: "ff84eb5959534cde83713afbe33ebccc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cc704692e9a7423489dc84b95b34b829" is_pre_election: true
I20260630 12:15:09.153918  9509 raft_consensus.cc:2468] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff84eb5959534cde83713afbe33ebccc in term 0.
I20260630 12:15:09.154289  9658 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6fbbb01ab443139bdeebccbd3eb0a6" candidate_uuid: "ff84eb5959534cde83713afbe33ebccc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76985bcce82e40bf820f6e6f571047d6" is_pre_election: true
I20260630 12:15:09.154971  9658 raft_consensus.cc:2468] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff84eb5959534cde83713afbe33ebccc in term 0.
I20260630 12:15:09.155264  9550 leader_election.cc:304] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cc704692e9a7423489dc84b95b34b829, ff84eb5959534cde83713afbe33ebccc; no voters: 
I20260630 12:15:09.156100  9711 raft_consensus.cc:2804] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:09.156424  9711 raft_consensus.cc:493] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:09.156682  9711 raft_consensus.cc:3060] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.161427  9711 raft_consensus.cc:515] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
I20260630 12:15:09.163149  9711 leader_election.cc:290] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [CANDIDATE]: Term 1 election: Requested vote from peers cc704692e9a7423489dc84b95b34b829 (127.0.107.193:45917), 76985bcce82e40bf820f6e6f571047d6 (127.0.107.195:44067)
I20260630 12:15:09.163934  9509 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6fbbb01ab443139bdeebccbd3eb0a6" candidate_uuid: "ff84eb5959534cde83713afbe33ebccc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cc704692e9a7423489dc84b95b34b829"
I20260630 12:15:09.164203  9658 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6fbbb01ab443139bdeebccbd3eb0a6" candidate_uuid: "ff84eb5959534cde83713afbe33ebccc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76985bcce82e40bf820f6e6f571047d6"
I20260630 12:15:09.164461  9509 raft_consensus.cc:3060] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.164839  9658 raft_consensus.cc:3060] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.169967  9509 raft_consensus.cc:2468] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff84eb5959534cde83713afbe33ebccc in term 1.
I20260630 12:15:09.170413  9658 raft_consensus.cc:2468] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff84eb5959534cde83713afbe33ebccc in term 1.
I20260630 12:15:09.171111  9550 leader_election.cc:304] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cc704692e9a7423489dc84b95b34b829, ff84eb5959534cde83713afbe33ebccc; no voters: 
I20260630 12:15:09.171916  9711 raft_consensus.cc:2804] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:09.172946  9711 raft_consensus.cc:697] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 1 LEADER]: Becoming Leader. State: Replica: ff84eb5959534cde83713afbe33ebccc, State: Running, Role: LEADER
I20260630 12:15:09.173777  9711 consensus_queue.cc:237] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } }
W20260630 12:15:09.177661  9684 tablet.cc:2406] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:15:09.181239  9406 catalog_manager.cc:5697] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc reported cstate change: term changed from 0 to 1, leader changed from <none> to ff84eb5959534cde83713afbe33ebccc (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ff84eb5959534cde83713afbe33ebccc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff84eb5959534cde83713afbe33ebccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36643 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:09.353049  9658 raft_consensus.cc:1275] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 1 FOLLOWER]: Refusing update from remote peer ff84eb5959534cde83713afbe33ebccc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:09.353487  9509 raft_consensus.cc:1275] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 1 FOLLOWER]: Refusing update from remote peer ff84eb5959534cde83713afbe33ebccc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:09.354452  9714 consensus_queue.cc:1048] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [LEADER]: Connected to new peer: Peer: permanent_uuid: "76985bcce82e40bf820f6e6f571047d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:09.355118  9711 consensus_queue.cc:1048] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [LEADER]: Connected to new peer: Peer: permanent_uuid: "cc704692e9a7423489dc84b95b34b829" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45917 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:09.791075   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:09.812635   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:09.813321   431 tablet_replica.cc:333] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829: stopping tablet replica
I20260630 12:15:09.813978   431 raft_consensus.cc:2243] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:09.814559   431 raft_consensus.cc:2272] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P cc704692e9a7423489dc84b95b34b829 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.825035   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:09.834100   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:09.854704   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:09.855334   431 tablet_replica.cc:333] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc: stopping tablet replica
I20260630 12:15:09.855847   431 raft_consensus.cc:2243] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:09.856690   431 raft_consensus.cc:2272] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P ff84eb5959534cde83713afbe33ebccc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.877259   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:09.886922   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:09.905553   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:09.906244   431 tablet_replica.cc:333] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6: stopping tablet replica
I20260630 12:15:09.906762   431 raft_consensus.cc:2243] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:09.907279   431 raft_consensus.cc:2272] T 6b6fbbb01ab443139bdeebccbd3eb0a6 P 76985bcce82e40bf820f6e6f571047d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.917480   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:09.926257   431 master.cc:562] Master@127.0.107.254:46341 shutting down...
I20260630 12:15:09.943670   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:09.944202   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.944518   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 79ab506312b74be8b2457a7bae168cef: stopping tablet replica
I20260630 12:15:09.962994   431 master.cc:584] Master@127.0.107.254:46341 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2525 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:15:09.991886   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44737
I20260630 12:15:09.993021   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:09.997903  9736 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:09.998303  9737 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:09.999738  9739 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.000568   431 server_base.cc:1061] running on GCE node
I20260630 12:15:10.001221   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:10.001446   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:10.001565   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821710001554 us; error 0 us; skew 500 ppm
I20260630 12:15:10.002074   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:10.004242   431 webserver.cc:533] Webserver started at http://127.0.107.254:36529/ using document root <none> and password file <none>
I20260630 12:15:10.004671   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:10.004828   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:10.005031   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:10.006079   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "ab05803042ef423eadbfe6ed608e01f5"
format_stamp: "Formatted at 2026-06-30 12:15:09 on dist-test-slave-ctg2"
I20260630 12:15:10.010280   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:15:10.013422  9744 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.014264   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:10.014488   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "ab05803042ef423eadbfe6ed608e01f5"
format_stamp: "Formatted at 2026-06-30 12:15:09 on dist-test-slave-ctg2"
I20260630 12:15:10.014714   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-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)
I20260630 12:15:10.023759   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.024641   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.059773   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44737
I20260630 12:15:10.059880  9795 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44737 every 8 connection(s)
I20260630 12:15:10.063508  9796 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:10.073537  9796 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5: Bootstrap starting.
I20260630 12:15:10.077909  9796 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:10.081897  9796 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5: No bootstrap required, opened a new log
I20260630 12:15:10.083906  9796 raft_consensus.cc:359] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab05803042ef423eadbfe6ed608e01f5" member_type: VOTER }
I20260630 12:15:10.084329  9796 raft_consensus.cc:385] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:10.084547  9796 raft_consensus.cc:740] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab05803042ef423eadbfe6ed608e01f5, State: Initialized, Role: FOLLOWER
I20260630 12:15:10.085183  9796 consensus_queue.cc:260] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ab05803042ef423eadbfe6ed608e01f5" member_type: VOTER }
I20260630 12:15:10.085700  9796 raft_consensus.cc:399] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:10.085974  9796 raft_consensus.cc:493] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:10.086236  9796 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:10.090826  9796 raft_consensus.cc:515] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab05803042ef423eadbfe6ed608e01f5" member_type: VOTER }
I20260630 12:15:10.091432  9796 leader_election.cc:304] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [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: ab05803042ef423eadbfe6ed608e01f5; no voters: 
I20260630 12:15:10.093499  9796 leader_election.cc:290] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:10.093844  9799 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:10.096074  9799 raft_consensus.cc:697] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 1 LEADER]: Becoming Leader. State: Replica: ab05803042ef423eadbfe6ed608e01f5, State: Running, Role: LEADER
I20260630 12:15:10.096794  9799 consensus_queue.cc:237] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [LEADER]: Queue going to LEADER mode. State: All 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: "ab05803042ef423eadbfe6ed608e01f5" member_type: VOTER }
I20260630 12:15:10.097154  9796 sys_catalog.cc:565] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:10.101222  9800 sys_catalog.cc:455] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ab05803042ef423eadbfe6ed608e01f5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab05803042ef423eadbfe6ed608e01f5" member_type: VOTER } }
I20260630 12:15:10.101715  9800 sys_catalog.cc:458] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:10.102967  9801 sys_catalog.cc:455] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ab05803042ef423eadbfe6ed608e01f5. Latest consensus state: current_term: 1 leader_uuid: "ab05803042ef423eadbfe6ed608e01f5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab05803042ef423eadbfe6ed608e01f5" member_type: VOTER } }
I20260630 12:15:10.103547  9801 sys_catalog.cc:458] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:10.104189  9805 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:10.109217  9805 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:10.114401   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:10.118579  9805 catalog_manager.cc:1383] Generated new cluster ID: 683e0fec42c14fa59d2334039adf6439
I20260630 12:15:10.118873  9805 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:10.134855  9805 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:10.136138  9805 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:10.147823  9805 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5: Generated new TSK 0
I20260630 12:15:10.148581  9805 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:10.182168   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:10.188302  9817 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.189056  9818 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.190587  9820 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.191339   431 server_base.cc:1061] running on GCE node
I20260630 12:15:10.192152   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:10.192332   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:10.192516   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821710192502 us; error 0 us; skew 500 ppm
I20260630 12:15:10.193099   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:10.195483   431 webserver.cc:533] Webserver started at http://127.0.107.193:35921/ using document root <none> and password file <none>
I20260630 12:15:10.195968   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:10.196159   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:10.196450   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:10.197690   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "babedd6a03e74601a64d1e33bd64bb46"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-ctg2"
I20260630 12:15:10.202091   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:15:10.205191  9825 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.205950   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:10.206247   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "babedd6a03e74601a64d1e33bd64bb46"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-ctg2"
I20260630 12:15:10.206512   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-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)
I20260630 12:15:10.229117   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.230283   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.231652   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:10.233875   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:10.234089   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.234337   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:10.234505   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.271683   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37067
I20260630 12:15:10.271773  9887 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37067 every 8 connection(s)
I20260630 12:15:10.276646   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:10.283459  9892 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.284282  9893 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.288432   431 server_base.cc:1061] running on GCE node
W20260630 12:15:10.288513  9895 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.288650  9888 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44737
I20260630 12:15:10.289274  9888 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:10.290050  9888 heartbeater.cc:507] Master 127.0.107.254:44737 requested a full tablet report, sending...
I20260630 12:15:10.290998   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:10.291296   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:10.291493   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821710291458 us; error 0 us; skew 500 ppm
I20260630 12:15:10.291996   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:10.292378  9761 ts_manager.cc:194] Registered new tserver with Master: babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067)
I20260630 12:15:10.294589   431 webserver.cc:533] Webserver started at http://127.0.107.194:40093/ using document root <none> and password file <none>
I20260630 12:15:10.294668  9761 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46376
I20260630 12:15:10.295156   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:10.295387   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:10.295704   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:10.296761   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "910c25ffda064182a16acf20bfaaf6dc"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-ctg2"
I20260630 12:15:10.301261   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:15:10.304296  9900 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.305035   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:10.305318   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "910c25ffda064182a16acf20bfaaf6dc"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-ctg2"
I20260630 12:15:10.305574   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-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)
I20260630 12:15:10.329006   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.330071   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.331415   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:10.333542   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:10.333802   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.334062   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:10.334220   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.373054   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45753
I20260630 12:15:10.373171  9962 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45753 every 8 connection(s)
I20260630 12:15:10.377866   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:10.384473  9966 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.385167  9967 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.389497  9969 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.390079   431 server_base.cc:1061] running on GCE node
I20260630 12:15:10.390798  9963 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44737
I20260630 12:15:10.391177  9963 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:10.391213   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:10.391588   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:10.391775   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821710391756 us; error 0 us; skew 500 ppm
I20260630 12:15:10.392103  9963 heartbeater.cc:507] Master 127.0.107.254:44737 requested a full tablet report, sending...
I20260630 12:15:10.392408   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:10.394371  9761 ts_manager.cc:194] Registered new tserver with Master: 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:10.395177   431 webserver.cc:533] Webserver started at http://127.0.107.195:44097/ using document root <none> and password file <none>
I20260630 12:15:10.395833   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:10.396055   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:10.396250  9761 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46378
I20260630 12:15:10.396364   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:10.397939   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "7eabb4cb2ddd46b48b780c3cb62283fd"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-ctg2"
I20260630 12:15:10.402345   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:15:10.405359  9974 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.406131   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:10.406418   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "7eabb4cb2ddd46b48b780c3cb62283fd"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-ctg2"
I20260630 12:15:10.406710   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-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)
I20260630 12:15:10.418383   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.419378   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.420661   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:10.423254   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:10.423480   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.423720   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:10.423894   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.460224   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34069
I20260630 12:15:10.460322 10036 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34069 every 8 connection(s)
I20260630 12:15:10.473690 10037 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44737
I20260630 12:15:10.474079 10037 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:10.474730 10037 heartbeater.cc:507] Master 127.0.107.254:44737 requested a full tablet report, sending...
I20260630 12:15:10.476619  9761 ts_manager.cc:194] Registered new tserver with Master: 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:10.477481   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014288465s
I20260630 12:15:10.477962  9761 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46380
I20260630 12:15:11.297402  9888 heartbeater.cc:499] Master 127.0.107.254:44737 was elected leader, sending a full tablet report...
I20260630 12:15:11.399291  9963 heartbeater.cc:499] Master 127.0.107.254:44737 was elected leader, sending a full tablet report...
I20260630 12:15:11.480418 10037 heartbeater.cc:499] Master 127.0.107.254:44737 was elected leader, sending a full tablet report...
I20260630 12:15:11.532112  9761 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46386:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:15:11.594413  9928 tablet_service.cc:1511] Processing CreateTablet for tablet 45b92ecf199c4c0081f515a7252942d1 (DEFAULT_TABLE table=test-workload [id=8d158753686c40d09a560ec3b52a8af5]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:11.595279  9927 tablet_service.cc:1511] Processing CreateTablet for tablet 46ae0939b021470da3a61185ec80cd3d (DEFAULT_TABLE table=test-workload [id=8d158753686c40d09a560ec3b52a8af5]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:11.595801  9928 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45b92ecf199c4c0081f515a7252942d1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.596622  9927 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46ae0939b021470da3a61185ec80cd3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.598299  9853 tablet_service.cc:1511] Processing CreateTablet for tablet 21b8d9013741458fafdcb6b6c3bce3fa (DEFAULT_TABLE table=test-workload [id=8d158753686c40d09a560ec3b52a8af5]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:11.599624  9853 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21b8d9013741458fafdcb6b6c3bce3fa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.604089 10002 tablet_service.cc:1511] Processing CreateTablet for tablet d15c20cb3817426f8275e9c1d982af02 (DEFAULT_TABLE table=test-workload [id=8d158753686c40d09a560ec3b52a8af5]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:11.604899  9852 tablet_service.cc:1511] Processing CreateTablet for tablet 9c9107a213ec4991a0a015318c5a5ac0 (DEFAULT_TABLE table=test-workload [id=8d158753686c40d09a560ec3b52a8af5]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:11.605556 10002 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d15c20cb3817426f8275e9c1d982af02. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.606253  9852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c9107a213ec4991a0a015318c5a5ac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.606662 10001 tablet_service.cc:1511] Processing CreateTablet for tablet 06b94cec48c74231b809f823dc27e723 (DEFAULT_TABLE table=test-workload [id=8d158753686c40d09a560ec3b52a8af5]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:11.608615 10001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06b94cec48c74231b809f823dc27e723. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.634883 10059 tablet_bootstrap.cc:492] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:11.636770 10058 tablet_bootstrap.cc:492] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:11.639571 10057 tablet_bootstrap.cc:492] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:11.642328 10059 tablet_bootstrap.cc:654] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.644426 10058 tablet_bootstrap.cc:654] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.645946 10057 tablet_bootstrap.cc:654] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.647552 10059 tablet_bootstrap.cc:492] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:11.648099 10059 ts_tablet_manager.cc:1403] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.006s
I20260630 12:15:11.649133 10058 tablet_bootstrap.cc:492] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:11.649693 10058 ts_tablet_manager.cc:1403] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:15:11.650864 10057 tablet_bootstrap.cc:492] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
I20260630 12:15:11.651060 10059 raft_consensus.cc:359] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.651371 10057 ts_tablet_manager.cc:1403] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:15:11.651700 10059 raft_consensus.cc:385] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.651791 10058 raft_consensus.cc:359] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.652089 10059 raft_consensus.cc:740] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.652379 10058 raft_consensus.cc:385] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.652724 10058 raft_consensus.cc:740] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.652904 10059 consensus_queue.cc:260] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.653441 10058 consensus_queue.cc:260] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.653684 10059 raft_consensus.cc:399] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:11.654131 10058 raft_consensus.cc:399] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:11.654156 10059 raft_consensus.cc:493] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:11.654474 10058 raft_consensus.cc:493] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:11.654151 10057 raft_consensus.cc:359] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.654958 10059 raft_consensus.cc:3060] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.655098 10058 raft_consensus.cc:3060] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.655136 10057 raft_consensus.cc:385] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.655725 10057 raft_consensus.cc:740] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.656503 10057 consensus_queue.cc:260] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.658217 10057 raft_consensus.cc:399] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:11.658587 10057 raft_consensus.cc:493] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:11.658983 10057 raft_consensus.cc:3060] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.661989 10058 raft_consensus.cc:515] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.662489 10059 raft_consensus.cc:515] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.662699 10058 leader_election.cc:304] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [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: 910c25ffda064182a16acf20bfaaf6dc; no voters: 
I20260630 12:15:11.663269 10059 leader_election.cc:304] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [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: babedd6a03e74601a64d1e33bd64bb46; no voters: 
I20260630 12:15:11.664304 10058 leader_election.cc:290] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:11.664768 10063 raft_consensus.cc:2804] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:11.666834 10057 raft_consensus.cc:515] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.667881 10057 leader_election.cc:304] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [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: 7eabb4cb2ddd46b48b780c3cb62283fd; no voters: 
I20260630 12:15:11.671504 10064 raft_consensus.cc:2804] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:11.672168 10059 leader_election.cc:290] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:11.673893 10058 ts_tablet_manager.cc:1434] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.024s	user 0.017s	sys 0.005s
I20260630 12:15:11.675086 10063 raft_consensus.cc:697] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 1 LEADER]: Becoming Leader. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Running, Role: LEADER
I20260630 12:15:11.676172 10063 consensus_queue.cc:237] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [LEADER]: Queue going to LEADER mode. State: All 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: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.676563 10058 tablet_bootstrap.cc:492] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:11.680941 10057 leader_election.cc:290] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:11.683297 10064 raft_consensus.cc:697] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Becoming Leader. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Running, Role: LEADER
I20260630 12:15:11.684835 10064 consensus_queue.cc:237] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Queue going to LEADER mode. State: All 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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.681376 10067 raft_consensus.cc:2804] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:11.686825 10058 tablet_bootstrap.cc:654] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.688612 10059 ts_tablet_manager.cc:1434] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.040s	user 0.011s	sys 0.017s
I20260630 12:15:11.695377 10059 tablet_bootstrap.cc:492] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:11.696265  9761 catalog_manager.cc:5697] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc reported cstate change: term changed from 0 to 1, leader changed from <none> to 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194). New cstate: current_term: 1 leader_uuid: "910c25ffda064182a16acf20bfaaf6dc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:11.710204 10058 tablet_bootstrap.cc:492] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:11.710850 10058 ts_tablet_manager.cc:1403] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.034s	user 0.014s	sys 0.001s
I20260630 12:15:11.706735 10067 raft_consensus.cc:697] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Becoming Leader. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Running, Role: LEADER
I20260630 12:15:11.713500  9760 catalog_manager.cc:5697] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 reported cstate change: term changed from 0 to 1, leader changed from <none> to babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "babedd6a03e74601a64d1e33bd64bb46" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:11.715659 10067 consensus_queue.cc:237] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Queue going to LEADER mode. State: All 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: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.721442 10059 tablet_bootstrap.cc:654] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.722642 10058 raft_consensus.cc:359] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.723223 10058 raft_consensus.cc:385] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.723515 10058 raft_consensus.cc:740] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.725929 10058 consensus_queue.cc:260] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.727795 10058 raft_consensus.cc:399] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:11.728227 10058 raft_consensus.cc:493] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:11.728641 10058 raft_consensus.cc:3060] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.730803 10057 ts_tablet_manager.cc:1434] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.079s	user 0.044s	sys 0.030s
I20260630 12:15:11.731829 10057 tablet_bootstrap.cc:492] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:11.739712 10057 tablet_bootstrap.cc:654] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.741216 10059 tablet_bootstrap.cc:492] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:11.741807 10059 ts_tablet_manager.cc:1403] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.047s	user 0.023s	sys 0.001s
I20260630 12:15:11.742161 10058 raft_consensus.cc:515] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.743570 10058 leader_election.cc:304] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [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: 910c25ffda064182a16acf20bfaaf6dc; no voters: 
I20260630 12:15:11.744551 10066 raft_consensus.cc:2804] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:11.745049 10066 raft_consensus.cc:697] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 1 LEADER]: Becoming Leader. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Running, Role: LEADER
I20260630 12:15:11.745726 10066 consensus_queue.cc:237] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [LEADER]: Queue going to LEADER mode. State: All 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: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } }
I20260630 12:15:11.746125 10059 raft_consensus.cc:359] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.747082 10059 raft_consensus.cc:385] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.747493 10059 raft_consensus.cc:740] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.748693 10059 consensus_queue.cc:260] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.749537 10059 raft_consensus.cc:399] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:11.749157  9759 catalog_manager.cc:5697] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:11.750001 10059 raft_consensus.cc:493] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:11.750345 10058 leader_election.cc:290] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:11.750696 10059 raft_consensus.cc:3060] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.751469 10057 tablet_bootstrap.cc:492] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
I20260630 12:15:11.752002 10057 ts_tablet_manager.cc:1403] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.003s
I20260630 12:15:11.752939 10058 ts_tablet_manager.cc:1434] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.042s	user 0.016s	sys 0.000s
I20260630 12:15:11.758111 10059 raft_consensus.cc:515] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.759567 10059 leader_election.cc:304] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [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: babedd6a03e74601a64d1e33bd64bb46; no voters: 
I20260630 12:15:11.760317 10059 leader_election.cc:290] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:11.761168 10068 raft_consensus.cc:2804] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:11.761775 10068 raft_consensus.cc:697] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Becoming Leader. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Running, Role: LEADER
I20260630 12:15:11.761373  9760 catalog_manager.cc:5697] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc reported cstate change: term changed from 0 to 1, leader changed from <none> to 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194). New cstate: current_term: 1 leader_uuid: "910c25ffda064182a16acf20bfaaf6dc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:11.762302 10059 ts_tablet_manager.cc:1434] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.020s	user 0.016s	sys 0.001s
I20260630 12:15:11.762656 10068 consensus_queue.cc:237] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Queue going to LEADER mode. State: All 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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } }
I20260630 12:15:11.767174 10057 raft_consensus.cc:359] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.768002 10057 raft_consensus.cc:385] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.768383 10057 raft_consensus.cc:740] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.769244 10057 consensus_queue.cc:260] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.770033 10057 raft_consensus.cc:399] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:11.770573 10057 raft_consensus.cc:493] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:11.770992 10057 raft_consensus.cc:3060] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.769960  9759 catalog_manager.cc:5697] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 reported cstate change: term changed from 0 to 1, leader changed from <none> to babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "babedd6a03e74601a64d1e33bd64bb46" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:11.780267 10057 raft_consensus.cc:515] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.780956 10057 leader_election.cc:304] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [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: 7eabb4cb2ddd46b48b780c3cb62283fd; no voters: 
I20260630 12:15:11.781548 10057 leader_election.cc:290] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:11.781766 10067 raft_consensus.cc:2804] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:11.782393 10067 raft_consensus.cc:697] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Becoming Leader. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Running, Role: LEADER
I20260630 12:15:11.783190 10067 consensus_queue.cc:237] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Queue going to LEADER mode. State: All 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: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:11.787684 10057 ts_tablet_manager.cc:1434] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.035s	user 0.016s	sys 0.004s
I20260630 12:15:11.795591  9761 catalog_manager.cc:5697] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:12.442735  9755 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46388:
name: "test-workload-rf3"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:12.445006  9755 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload-rf3 in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:12.485705  9853 tablet_service.cc:1511] Processing CreateTablet for tablet cbea8081bc5a4c53ade9ccaa9854bef2 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:12.486956  9853 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbea8081bc5a4c53ade9ccaa9854bef2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.487035  9928 tablet_service.cc:1511] Processing CreateTablet for tablet cbea8081bc5a4c53ade9ccaa9854bef2 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:12.488360  9928 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbea8081bc5a4c53ade9ccaa9854bef2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.492697 10002 tablet_service.cc:1511] Processing CreateTablet for tablet cbea8081bc5a4c53ade9ccaa9854bef2 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:12.493067 10001 tablet_service.cc:1511] Processing CreateTablet for tablet 4d0dbb01b3554e7a81f9fe9638082ab8 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:12.494021 10002 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbea8081bc5a4c53ade9ccaa9854bef2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.495707 10001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d0dbb01b3554e7a81f9fe9638082ab8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.496300  9852 tablet_service.cc:1511] Processing CreateTablet for tablet 4d0dbb01b3554e7a81f9fe9638082ab8 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:12.497627  9852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d0dbb01b3554e7a81f9fe9638082ab8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.498454 10000 tablet_service.cc:1511] Processing CreateTablet for tablet 350327b052db40d5b2dd3f111eed2396 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:12.499788 10000 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350327b052db40d5b2dd3f111eed2396. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.500501  9927 tablet_service.cc:1511] Processing CreateTablet for tablet 4d0dbb01b3554e7a81f9fe9638082ab8 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:12.501801  9927 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d0dbb01b3554e7a81f9fe9638082ab8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.503837  9999 tablet_service.cc:1511] Processing CreateTablet for tablet db7043171391437ab365e42ef945f41b (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:12.505120  9999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db7043171391437ab365e42ef945f41b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.507612  9851 tablet_service.cc:1511] Processing CreateTablet for tablet 350327b052db40d5b2dd3f111eed2396 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:12.508956  9851 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350327b052db40d5b2dd3f111eed2396. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.508651  9926 tablet_service.cc:1511] Processing CreateTablet for tablet 350327b052db40d5b2dd3f111eed2396 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:12.510020  9926 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350327b052db40d5b2dd3f111eed2396. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.511608  9998 tablet_service.cc:1511] Processing CreateTablet for tablet cc37359fae9a4f6f9e83ba14e585b721 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:12.512884  9998 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc37359fae9a4f6f9e83ba14e585b721. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.514886  9997 tablet_service.cc:1511] Processing CreateTablet for tablet c648afc071ed45bbba794e760ffe955f (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:12.515815  9850 tablet_service.cc:1511] Processing CreateTablet for tablet db7043171391437ab365e42ef945f41b (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:12.516497  9997 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c648afc071ed45bbba794e760ffe955f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.517108  9850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db7043171391437ab365e42ef945f41b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.524502  9925 tablet_service.cc:1511] Processing CreateTablet for tablet db7043171391437ab365e42ef945f41b (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:12.526839  9924 tablet_service.cc:1511] Processing CreateTablet for tablet cc37359fae9a4f6f9e83ba14e585b721 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:12.528183  9924 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc37359fae9a4f6f9e83ba14e585b721. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.531112  9923 tablet_service.cc:1511] Processing CreateTablet for tablet c648afc071ed45bbba794e760ffe955f (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:12.532917  9923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c648afc071ed45bbba794e760ffe955f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.536406  9848 tablet_service.cc:1511] Processing CreateTablet for tablet c648afc071ed45bbba794e760ffe955f (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:12.539139  9849 tablet_service.cc:1511] Processing CreateTablet for tablet cc37359fae9a4f6f9e83ba14e585b721 (DEFAULT_TABLE table=test-workload-rf3 [id=5f3b9e9197ac4d5e9834f298e12a9cec]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:12.540889  9849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc37359fae9a4f6f9e83ba14e585b721. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.544054  9925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db7043171391437ab365e42ef945f41b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.545787  9848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c648afc071ed45bbba794e760ffe955f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:12.556063 10113 tablet_bootstrap.cc:492] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:12.571758 10113 tablet_bootstrap.cc:654] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.649857 10115 tablet_bootstrap.cc:492] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:12.651888 10114 tablet_bootstrap.cc:492] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:12.657480 10113 tablet_bootstrap.cc:492] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:12.658186 10114 tablet_bootstrap.cc:654] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.658433 10113 ts_tablet_manager.cc:1403] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.103s	user 0.036s	sys 0.039s
I20260630 12:15:12.661396 10113 raft_consensus.cc:359] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.662245 10113 raft_consensus.cc:385] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.662616 10113 raft_consensus.cc:740] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.663008 10114 tablet_bootstrap.cc:492] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
I20260630 12:15:12.663569 10114 ts_tablet_manager.cc:1403] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.002s
I20260630 12:15:12.663017 10115 tablet_bootstrap.cc:654] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.663563 10113 consensus_queue.cc:260] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.666146 10113 ts_tablet_manager.cc:1434] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260630 12:15:12.666491 10114 raft_consensus.cc:359] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.667198 10113 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:12.667273 10114 raft_consensus.cc:385] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.667809 10114 raft_consensus.cc:740] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.668689 10114 consensus_queue.cc:260] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.673662 10113 tablet_bootstrap.cc:654] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.676898 10115 tablet_bootstrap.cc:492] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:12.677412 10115 ts_tablet_manager.cc:1403] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.028s	user 0.009s	sys 0.007s
I20260630 12:15:12.679141 10113 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:12.679572 10114 ts_tablet_manager.cc:1434] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.015s	user 0.000s	sys 0.005s
I20260630 12:15:12.679692 10113 ts_tablet_manager.cc:1403] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.005s
I20260630 12:15:12.680737 10114 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:12.680341 10115 raft_consensus.cc:359] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.681229 10115 raft_consensus.cc:385] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.681568 10115 raft_consensus.cc:740] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.682509 10115 consensus_queue.cc:260] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.682655 10113 raft_consensus.cc:359] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.683451 10113 raft_consensus.cc:385] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.683782 10113 raft_consensus.cc:740] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.684554 10113 consensus_queue.cc:260] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.686827 10113 ts_tablet_manager.cc:1434] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:15:12.687613 10115 ts_tablet_manager.cc:1434] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.004s
I20260630 12:15:12.687885 10113 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:12.688831 10115 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:12.687709 10114 tablet_bootstrap.cc:654] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.694451 10113 tablet_bootstrap.cc:654] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.695719 10115 tablet_bootstrap.cc:654] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.702135 10114 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
I20260630 12:15:12.702912 10114 ts_tablet_manager.cc:1403] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260630 12:15:12.709733 10113 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:12.710328 10113 ts_tablet_manager.cc:1403] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.013s
I20260630 12:15:12.711266 10114 raft_consensus.cc:359] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.712920 10114 raft_consensus.cc:385] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.713297 10114 raft_consensus.cc:740] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.713132 10113 raft_consensus.cc:359] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.714099 10113 raft_consensus.cc:385] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.714440 10113 raft_consensus.cc:740] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.714937 10115 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:12.714486 10114 consensus_queue.cc:260] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.715653 10115 ts_tablet_manager.cc:1403] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.012s
I20260630 12:15:12.715303 10113 consensus_queue.cc:260] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.717561 10114 ts_tablet_manager.cc:1434] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.014s	user 0.000s	sys 0.007s
I20260630 12:15:12.717795 10113 ts_tablet_manager.cc:1434] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:15:12.718698 10114 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:12.718900 10113 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:12.718910 10115 raft_consensus.cc:359] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.720000 10115 raft_consensus.cc:385] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.722491 10115 raft_consensus.cc:740] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.723500 10115 consensus_queue.cc:260] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.725337 10114 tablet_bootstrap.cc:654] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.725512 10113 tablet_bootstrap.cc:654] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.726118 10115 ts_tablet_manager.cc:1434] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260630 12:15:12.727185 10115 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:12.733099 10115 tablet_bootstrap.cc:654] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.739253 10113 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:12.739835 10113 ts_tablet_manager.cc:1403] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.009s
I20260630 12:15:12.741389 10114 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
I20260630 12:15:12.742178 10114 ts_tablet_manager.cc:1403] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.006s
I20260630 12:15:12.742705 10113 raft_consensus.cc:359] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.743525 10113 raft_consensus.cc:385] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.743868 10113 raft_consensus.cc:740] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.744635 10113 consensus_queue.cc:260] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.746142 10114 raft_consensus.cc:359] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.747166 10113 ts_tablet_manager.cc:1434] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:15:12.747280 10114 raft_consensus.cc:385] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.748070 10067 raft_consensus.cc:493] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.747944 10114 raft_consensus.cc:740] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.748255 10113 tablet_bootstrap.cc:492] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:12.748606 10067 raft_consensus.cc:515] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.749985 10114 consensus_queue.cc:260] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.753468 10115 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:12.754173 10115 ts_tablet_manager.cc:1403] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.010s
I20260630 12:15:12.757903 10115 raft_consensus.cc:359] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.758955 10115 raft_consensus.cc:385] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.759411 10115 raft_consensus.cc:740] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.760497 10115 consensus_queue.cc:260] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.761166 10113 tablet_bootstrap.cc:654] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.763278 10115 ts_tablet_manager.cc:1434] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:15:12.763406 10067 leader_election.cc:290] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:12.764382 10115 tablet_bootstrap.cc:492] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:12.772744 10115 tablet_bootstrap.cc:654] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.785246 10113 tablet_bootstrap.cc:492] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:12.786008 10113 ts_tablet_manager.cc:1403] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.038s	user 0.014s	sys 0.004s
I20260630 12:15:12.789358 10113 raft_consensus.cc:359] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.790473 10113 raft_consensus.cc:385] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.790887 10113 raft_consensus.cc:740] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.791792 10113 consensus_queue.cc:260] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.794646 10113 ts_tablet_manager.cc:1434] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:15:12.795746 10113 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46: Bootstrap starting.
I20260630 12:15:12.801795 10113 tablet_bootstrap.cc:654] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.809098 10068 raft_consensus.cc:493] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.809906 10068 raft_consensus.cc:515] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.813445 10113 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46: No bootstrap required, opened a new log
I20260630 12:15:12.814103 10113 ts_tablet_manager.cc:1403] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46: Time spent bootstrapping tablet: real 0.019s	user 0.005s	sys 0.012s
I20260630 12:15:12.815395 10068 leader_election.cc:290] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:12.818295 10113 raft_consensus.cc:359] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.820617 10113 raft_consensus.cc:385] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.821015 10113 raft_consensus.cc:740] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.821833 10113 consensus_queue.cc:260] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.824470 10113 ts_tablet_manager.cc:1434] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:15:12.830679 10114 ts_tablet_manager.cc:1434] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.088s	user 0.039s	sys 0.021s
I20260630 12:15:12.835135 10114 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:12.843108 10068 raft_consensus.cc:493] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.843705 10068 raft_consensus.cc:515] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.845803 10068 leader_election.cc:290] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:12.851383  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350327b052db40d5b2dd3f111eed2396" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46" is_pre_election: true
I20260630 12:15:12.852212  9863 raft_consensus.cc:2468] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 0.
I20260630 12:15:12.854375  9938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350327b052db40d5b2dd3f111eed2396" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc" is_pre_election: true
I20260630 12:15:12.856210  9978 leader_election.cc:304] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eabb4cb2ddd46b48b780c3cb62283fd, babedd6a03e74601a64d1e33bd64bb46; no voters: 
W20260630 12:15:12.857218  9978 leader_election.cc:343] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:12.857888 10127 raft_consensus.cc:2804] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.858914 10127 raft_consensus.cc:493] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.859238 10114 tablet_bootstrap.cc:654] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.861449 10011 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbea8081bc5a4c53ade9ccaa9854bef2" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" is_pre_election: true
W20260630 12:15:12.863137  9827 leader_election.cc:343] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:12.860764 10012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db7043171391437ab365e42ef945f41b" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" is_pre_election: true
I20260630 12:15:12.863302 10115 tablet_bootstrap.cc:492] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:12.859325 10127 raft_consensus.cc:3060] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.864410 10115 ts_tablet_manager.cc:1403] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.100s	user 0.039s	sys 0.055s
I20260630 12:15:12.864475  9938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db7043171391437ab365e42ef945f41b" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc" is_pre_election: true
W20260630 12:15:12.864684  9827 leader_election.cc:343] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:15:12.866218  9829 leader_election.cc:343] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:12.866657  9829 leader_election.cc:304] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [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: babedd6a03e74601a64d1e33bd64bb46; no voters: 7eabb4cb2ddd46b48b780c3cb62283fd, 910c25ffda064182a16acf20bfaaf6dc
I20260630 12:15:12.868036  9938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbea8081bc5a4c53ade9ccaa9854bef2" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc" is_pre_election: true
I20260630 12:15:12.868881  9938 raft_consensus.cc:2468] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 0.
I20260630 12:15:12.869001 10115 raft_consensus.cc:359] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.869450 10068 raft_consensus.cc:2749] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:12.870250 10115 raft_consensus.cc:385] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.870092  9829 leader_election.cc:304] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [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: 910c25ffda064182a16acf20bfaaf6dc, babedd6a03e74601a64d1e33bd64bb46; no voters: 7eabb4cb2ddd46b48b780c3cb62283fd
I20260630 12:15:12.868315 10114 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
I20260630 12:15:12.870615 10115 raft_consensus.cc:740] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.871016 10068 raft_consensus.cc:2804] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.871088 10114 ts_tablet_manager.cc:1403] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.036s	user 0.014s	sys 0.000s
I20260630 12:15:12.871492 10068 raft_consensus.cc:493] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.872135 10068 raft_consensus.cc:3060] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.871527 10127 raft_consensus.cc:515] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.871698 10115 consensus_queue.cc:260] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.879652 10127 leader_election.cc:290] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 election: Requested vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:12.881132 10114 raft_consensus.cc:359] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.881194  9938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350327b052db40d5b2dd3f111eed2396" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc"
I20260630 12:15:12.882367 10114 raft_consensus.cc:385] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.882688 10114 raft_consensus.cc:740] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.883184 10115 ts_tablet_manager.cc:1434] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.018s	user 0.003s	sys 0.003s
W20260630 12:15:12.883680  9978 leader_election.cc:343] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:12.887494 10115 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:12.888101  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350327b052db40d5b2dd3f111eed2396" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46"
I20260630 12:15:12.888710  9863 raft_consensus.cc:3060] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.883790 10114 consensus_queue.cc:260] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.885511 10068 raft_consensus.cc:515] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.892133  9938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbea8081bc5a4c53ade9ccaa9854bef2" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc"
I20260630 12:15:12.892719  9938 raft_consensus.cc:3060] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.892863 10127 raft_consensus.cc:493] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.893412 10127 raft_consensus.cc:515] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.894363 10115 tablet_bootstrap.cc:654] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.894649 10114 ts_tablet_manager.cc:1434] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.008s
I20260630 12:15:12.895733 10114 tablet_bootstrap.cc:492] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:12.899974 10127 leader_election.cc:290] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:12.900751 10139 raft_consensus.cc:493] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.901250  9937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc" is_pre_election: true
I20260630 12:15:12.909330  9937 raft_consensus.cc:2468] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 0.
I20260630 12:15:12.909214 10139 raft_consensus.cc:515] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.902691  9862 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46" is_pre_election: true
I20260630 12:15:12.910348  9862 raft_consensus.cc:2468] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 0.
I20260630 12:15:12.906123 10114 tablet_bootstrap.cc:654] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.911365 10139 leader_election.cc:290] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:12.913043 10011 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" is_pre_election: true
I20260630 12:15:12.913698 10011 raft_consensus.cc:2468] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 0.
I20260630 12:15:12.915190  9978 leader_election.cc:304] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eabb4cb2ddd46b48b780c3cb62283fd, 910c25ffda064182a16acf20bfaaf6dc; no voters: 
I20260630 12:15:12.915297  9863 raft_consensus.cc:2468] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 1.
I20260630 12:15:12.906654  9938 raft_consensus.cc:2468] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 1.
I20260630 12:15:12.916844  9827 leader_election.cc:304] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eabb4cb2ddd46b48b780c3cb62283fd, babedd6a03e74601a64d1e33bd64bb46; no voters: 
I20260630 12:15:12.907326 10068 leader_election.cc:290] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 election: Requested vote from peers 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:12.908171 10012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbea8081bc5a4c53ade9ccaa9854bef2" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd"
I20260630 12:15:12.918012 10012 raft_consensus.cc:3060] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.919216 10115 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:12.919305 10067 raft_consensus.cc:2804] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.919811 10115 ts_tablet_manager.cc:1403] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.033s	user 0.012s	sys 0.008s
I20260630 12:15:12.919766 10067 raft_consensus.cc:493] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.920353 10067 raft_consensus.cc:3060] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.918018 10068 raft_consensus.cc:2804] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.922597 10068 raft_consensus.cc:493] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.922710 10139 raft_consensus.cc:493] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.922968 10115 raft_consensus.cc:359] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.923210 10139 raft_consensus.cc:515] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.923493  9937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc" is_pre_election: true
I20260630 12:15:12.923806 10115 raft_consensus.cc:385] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.924165  9937 raft_consensus.cc:2468] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 0.
I20260630 12:15:12.924235 10115 raft_consensus.cc:740] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.919704  9978 leader_election.cc:304] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [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: 7eabb4cb2ddd46b48b780c3cb62283fd, babedd6a03e74601a64d1e33bd64bb46; no voters: 910c25ffda064182a16acf20bfaaf6dc
I20260630 12:15:12.925163 10115 consensus_queue.cc:260] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.926717 10139 leader_election.cc:290] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:12.926976 10011 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc37359fae9a4f6f9e83ba14e585b721" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" is_pre_election: true
I20260630 12:15:12.927527 10115 ts_tablet_manager.cc:1434] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:12.923015 10068 raft_consensus.cc:3060] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.928283 10127 raft_consensus.cc:2804] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:12.929359 10115 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc: Bootstrap starting.
I20260630 12:15:12.931147 10067 raft_consensus.cc:515] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.927212 10114 tablet_bootstrap.cc:492] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
W20260630 12:15:12.933914  9827 leader_election.cc:343] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:12.934412 10114 ts_tablet_manager.cc:1403] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.039s	user 0.006s	sys 0.008s
I20260630 12:15:12.934787  9937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc37359fae9a4f6f9e83ba14e585b721" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc" is_pre_election: true
I20260630 12:15:12.935442  9937 raft_consensus.cc:2468] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 0.
I20260630 12:15:12.937333 10114 raft_consensus.cc:359] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.938093 10114 raft_consensus.cc:385] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.938380 10114 raft_consensus.cc:740] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.939577 10115 tablet_bootstrap.cc:654] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.940894 10067 leader_election.cc:290] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 election: Requested vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:12.941025  9937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc"
I20260630 12:15:12.941710  9937 raft_consensus.cc:3060] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.942798 10114 consensus_queue.cc:260] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.944619 10114 ts_tablet_manager.cc:1434] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.002s
I20260630 12:15:12.945410 10114 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd: Bootstrap starting.
I20260630 12:15:12.946316  9829 leader_election.cc:304] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 910c25ffda064182a16acf20bfaaf6dc, babedd6a03e74601a64d1e33bd64bb46; no voters: 
I20260630 12:15:12.946377  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46"
I20260630 12:15:12.947453  9829 leader_election.cc:304] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [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: 910c25ffda064182a16acf20bfaaf6dc, babedd6a03e74601a64d1e33bd64bb46; no voters: 7eabb4cb2ddd46b48b780c3cb62283fd
I20260630 12:15:12.948148 10012 raft_consensus.cc:2468] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 1.
I20260630 12:15:12.948478 10139 raft_consensus.cc:2804] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:12.947248 10068 raft_consensus.cc:515] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.950042  9863 raft_consensus.cc:2393] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 7eabb4cb2ddd46b48b780c3cb62283fd in current term 1: Already voted for candidate babedd6a03e74601a64d1e33bd64bb46 in this term.
I20260630 12:15:12.952102 10012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd"
I20260630 12:15:12.952883 10012 raft_consensus.cc:2393] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate babedd6a03e74601a64d1e33bd64bb46 in current term 1: Already voted for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in this term.
I20260630 12:15:12.949427 10144 raft_consensus.cc:2804] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.953715 10144 raft_consensus.cc:493] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.954419 10144 raft_consensus.cc:3060] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.956211  9938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d0dbb01b3554e7a81f9fe9638082ab8" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc"
I20260630 12:15:12.957064 10068 leader_election.cc:290] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 election: Requested vote from peers 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:12.958425 10114 tablet_bootstrap.cc:654] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.959033 10139 raft_consensus.cc:697] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Becoming Leader. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Running, Role: LEADER
I20260630 12:15:12.959440  9829 leader_election.cc:304] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [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: babedd6a03e74601a64d1e33bd64bb46; no voters: 7eabb4cb2ddd46b48b780c3cb62283fd, 910c25ffda064182a16acf20bfaaf6dc
I20260630 12:15:12.959997 10139 consensus_queue.cc:237] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.960534 10145 raft_consensus.cc:2749] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:12.965202  9937 raft_consensus.cc:2468] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 1.
I20260630 12:15:12.966351 10127 raft_consensus.cc:697] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Becoming Leader. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Running, Role: LEADER
I20260630 12:15:12.966585  9978 leader_election.cc:304] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [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: 7eabb4cb2ddd46b48b780c3cb62283fd, 910c25ffda064182a16acf20bfaaf6dc; no voters: babedd6a03e74601a64d1e33bd64bb46
I20260630 12:15:12.967280 10127 consensus_queue.cc:237] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.968075 10142 raft_consensus.cc:2804] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:12.968863 10142 raft_consensus.cc:697] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Becoming Leader. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Running, Role: LEADER
I20260630 12:15:12.969650 10115 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc: No bootstrap required, opened a new log
I20260630 12:15:12.970216 10115 ts_tablet_manager.cc:1403] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc: Time spent bootstrapping tablet: real 0.041s	user 0.012s	sys 0.006s
I20260630 12:15:12.969970 10142 consensus_queue.cc:237] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.973085 10115 raft_consensus.cc:359] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.973805 10115 raft_consensus.cc:385] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.974088 10115 raft_consensus.cc:740] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.974822 10115 consensus_queue.cc:260] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.977144 10115 ts_tablet_manager.cc:1434] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:15:12.975098  9755 catalog_manager.cc:5697] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 reported cstate change: term changed from 0 to 1, leader changed from <none> to babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "babedd6a03e74601a64d1e33bd64bb46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:12.993330 10144 raft_consensus.cc:515] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:12.997141  9937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc37359fae9a4f6f9e83ba14e585b721" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc"
I20260630 12:15:12.997702  9937 raft_consensus.cc:3060] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.999496 10144 leader_election.cc:290] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 election: Requested vote from peers 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:13.002550 10012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc37359fae9a4f6f9e83ba14e585b721" candidate_uuid: "babedd6a03e74601a64d1e33bd64bb46" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd"
I20260630 12:15:13.003216 10012 raft_consensus.cc:3060] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.005923 10114 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd: No bootstrap required, opened a new log
I20260630 12:15:13.006476 10114 ts_tablet_manager.cc:1403] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent bootstrapping tablet: real 0.061s	user 0.024s	sys 0.001s
I20260630 12:15:13.006858  9937 raft_consensus.cc:2468] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 1.
I20260630 12:15:13.008147  9829 leader_election.cc:304] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 910c25ffda064182a16acf20bfaaf6dc, babedd6a03e74601a64d1e33bd64bb46; no voters: 
I20260630 12:15:13.009054 10144 raft_consensus.cc:2804] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:13.009536 10114 raft_consensus.cc:359] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.009227  9755 catalog_manager.cc:5697] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:13.010306 10114 raft_consensus.cc:385] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:13.010281 10144 raft_consensus.cc:697] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Becoming Leader. State: Replica: babedd6a03e74601a64d1e33bd64bb46, State: Running, Role: LEADER
I20260630 12:15:13.010876 10114 raft_consensus.cc:740] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Initialized, Role: FOLLOWER
I20260630 12:15:13.010958 10012 raft_consensus.cc:2468] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate babedd6a03e74601a64d1e33bd64bb46 in term 1.
I20260630 12:15:13.011448 10144 consensus_queue.cc:237] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.011817 10114 consensus_queue.cc:260] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.014036 10114 ts_tablet_manager.cc:1434] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:15:13.020114  9759 catalog_manager.cc:5697] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 reported cstate change: term changed from 0 to 1, leader changed from <none> to babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "babedd6a03e74601a64d1e33bd64bb46" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:13.028707  9755 catalog_manager.cc:5697] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:13.089991 10127 raft_consensus.cc:493] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:13.090548 10127 raft_consensus.cc:515] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.092235 10127 leader_election.cc:290] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:13.093158  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c648afc071ed45bbba794e760ffe955f" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46" is_pre_election: true
I20260630 12:15:13.093297  9937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c648afc071ed45bbba794e760ffe955f" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc" is_pre_election: true
I20260630 12:15:13.093793  9863 raft_consensus.cc:2468] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 0.
I20260630 12:15:13.093974  9937 raft_consensus.cc:2468] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 0.
I20260630 12:15:13.094810  9978 leader_election.cc:304] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eabb4cb2ddd46b48b780c3cb62283fd, babedd6a03e74601a64d1e33bd64bb46; no voters: 
I20260630 12:15:13.095463 10127 raft_consensus.cc:2804] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:13.095772 10127 raft_consensus.cc:493] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:13.096043 10127 raft_consensus.cc:3060] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.100977 10127 raft_consensus.cc:515] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.102684 10127 leader_election.cc:290] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 election: Requested vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:13.103425  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c648afc071ed45bbba794e760ffe955f" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46"
I20260630 12:15:13.103658  9937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c648afc071ed45bbba794e760ffe955f" candidate_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "910c25ffda064182a16acf20bfaaf6dc"
I20260630 12:15:13.103960  9863 raft_consensus.cc:3060] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.104233  9937 raft_consensus.cc:3060] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.109457  9863 raft_consensus.cc:2468] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 1.
I20260630 12:15:13.109558  9937 raft_consensus.cc:2468] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in term 1.
I20260630 12:15:13.110736  9978 leader_election.cc:304] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eabb4cb2ddd46b48b780c3cb62283fd, 910c25ffda064182a16acf20bfaaf6dc; no voters: 
I20260630 12:15:13.111380 10127 raft_consensus.cc:2804] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:13.111773 10127 raft_consensus.cc:697] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Becoming Leader. State: Replica: 7eabb4cb2ddd46b48b780c3cb62283fd, State: Running, Role: LEADER
I20260630 12:15:13.112507 10127 consensus_queue.cc:237] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.120064 10063 raft_consensus.cc:493] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:13.119570  9755 catalog_manager.cc:5697] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:13.120587 10063 raft_consensus.cc:515] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
W20260630 12:15:13.121171  9809 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:13.123147 10063 leader_election.cc:290] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:13.139694 10012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db7043171391437ab365e42ef945f41b" candidate_uuid: "910c25ffda064182a16acf20bfaaf6dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" is_pre_election: true
I20260630 12:15:13.139987  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db7043171391437ab365e42ef945f41b" candidate_uuid: "910c25ffda064182a16acf20bfaaf6dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46" is_pre_election: true
I20260630 12:15:13.140347 10012 raft_consensus.cc:2468] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 910c25ffda064182a16acf20bfaaf6dc in term 0.
I20260630 12:15:13.140616  9863 raft_consensus.cc:2468] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 910c25ffda064182a16acf20bfaaf6dc in term 0.
I20260630 12:15:13.141448  9902 leader_election.cc:304] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eabb4cb2ddd46b48b780c3cb62283fd, 910c25ffda064182a16acf20bfaaf6dc; no voters: 
I20260630 12:15:13.142249 10063 raft_consensus.cc:2804] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:13.142630 10063 raft_consensus.cc:493] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:13.142917 10063 raft_consensus.cc:3060] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.147657 10063 raft_consensus.cc:515] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.149194 10063 leader_election.cc:290] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [CANDIDATE]: Term 1 election: Requested vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:13.149979  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db7043171391437ab365e42ef945f41b" candidate_uuid: "910c25ffda064182a16acf20bfaaf6dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46"
I20260630 12:15:13.150161 10012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db7043171391437ab365e42ef945f41b" candidate_uuid: "910c25ffda064182a16acf20bfaaf6dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd"
I20260630 12:15:13.150476  9863 raft_consensus.cc:3060] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.150748 10012 raft_consensus.cc:3060] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.155390 10012 raft_consensus.cc:2468] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 910c25ffda064182a16acf20bfaaf6dc in term 1.
I20260630 12:15:13.155414  9863 raft_consensus.cc:2468] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 910c25ffda064182a16acf20bfaaf6dc in term 1.
I20260630 12:15:13.156538  9902 leader_election.cc:304] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eabb4cb2ddd46b48b780c3cb62283fd, 910c25ffda064182a16acf20bfaaf6dc; no voters: 
I20260630 12:15:13.157189 10063 raft_consensus.cc:2804] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:13.158243 10063 raft_consensus.cc:697] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 1 LEADER]: Becoming Leader. State: Replica: 910c25ffda064182a16acf20bfaaf6dc, State: Running, Role: LEADER
I20260630 12:15:13.158967 10063 consensus_queue.cc:237] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.166115  9755 catalog_manager.cc:5697] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc reported cstate change: term changed from 0 to 1, leader changed from <none> to 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194). New cstate: current_term: 1 leader_uuid: "910c25ffda064182a16acf20bfaaf6dc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:13.362771 10144 consensus_queue.cc:1048] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:13.380056 10139 consensus_queue.cc:1048] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:13.483479 10063 raft_consensus.cc:493] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:13.485338 10063 raft_consensus.cc:515] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } }
I20260630 12:15:13.489257 10063 leader_election.cc:290] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067), 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:13.498972 10144 consensus_queue.cc:1048] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:13.500178  9863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350327b052db40d5b2dd3f111eed2396" candidate_uuid: "910c25ffda064182a16acf20bfaaf6dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "babedd6a03e74601a64d1e33bd64bb46" is_pre_election: true
I20260630 12:15:13.502751  9863 raft_consensus.cc:2393] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 910c25ffda064182a16acf20bfaaf6dc in current term 1: Already voted for candidate 7eabb4cb2ddd46b48b780c3cb62283fd in this term.
I20260630 12:15:13.562422  9863 raft_consensus.cc:1275] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:13.563520  9938 raft_consensus.cc:3060] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:13.572049  9863 raft_consensus.cc:1275] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:13.574535  9935 raft_consensus.cc:1275] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:13.575140 10012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350327b052db40d5b2dd3f111eed2396" candidate_uuid: "910c25ffda064182a16acf20bfaaf6dc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" is_pre_election: true
I20260630 12:15:13.572785  9936 raft_consensus.cc:1275] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:13.574365  9862 raft_consensus.cc:1275] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:13.579512  9902 leader_election.cc:304] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [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: 910c25ffda064182a16acf20bfaaf6dc; no voters: 7eabb4cb2ddd46b48b780c3cb62283fd, babedd6a03e74601a64d1e33bd64bb46
I20260630 12:15:13.582442 10127 consensus_queue.cc:1048] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:13.584482 10127 consensus_queue.cc:1048] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:13.586422 10063 raft_consensus.cc:2749] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:13.581643 10144 consensus_queue.cc:1048] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:13.588778 10127 consensus_queue.cc:1048] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:13.591228 10127 consensus_queue.cc:1048] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:13.591671 10142 consensus_queue.cc:1048] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:13.609700  9863 raft_consensus.cc:1275] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Refusing update from remote peer 910c25ffda064182a16acf20bfaaf6dc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:13.634913 10142 consensus_queue.cc:1048] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:13.667243 10063 consensus_queue.cc:1048] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:13.707460 10011 raft_consensus.cc:1275] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Refusing update from remote peer 910c25ffda064182a16acf20bfaaf6dc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:13.723547 10181 consensus_queue.cc:1048] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.011s
W20260630 12:15:13.823463 10104 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:44737, user_credentials={real_user=slave}} blocked reactor thread for 338508us
I20260630 12:15:13.957520 10167 mvcc.cc:204] Tried to move back new op lower bound from 7302437738523512832 to 7302437736323567616. Current Snapshot: MvccSnapshot[applied={T|T < 7302437738523512832}]
W20260630 12:15:13.989678 10198 log.cc:927] Time spent T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc: Append to log took a long time: real 0.073s	user 0.001s	sys 0.000s
W20260630 12:15:14.046602 10104 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:44737, user_credentials={real_user=slave}} blocked reactor thread for 218986us
W20260630 12:15:14.085938  9978 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45753, user_credentials={real_user=slave}} blocked reactor thread for 65870.6us
I20260630 12:15:15.073836   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:15.098330 10218 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:15.102977 10219 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:15.108594   431 server_base.cc:1061] running on GCE node
W20260630 12:15:15.108896 10221 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:15.110663   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:15.111040   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:15.111315   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821715111283 us; error 0 us; skew 500 ppm
I20260630 12:15:15.112289   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:15.117483   431 webserver.cc:533] Webserver started at http://127.0.107.196:39515/ using document root <none> and password file <none>
I20260630 12:15:15.118281   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:15.118578   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:15.118957   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:15.120368   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "0ac95b039bd04222ac9cb6c8bf5784f8"
format_stamp: "Formatted at 2026-06-30 12:15:15 on dist-test-slave-ctg2"
I20260630 12:15:15.125944   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260630 12:15:15.133474 10226 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:15.134799   431 fs_manager.cc:730] Time spent opening block manager: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:15:15.135234   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "0ac95b039bd04222ac9cb6c8bf5784f8"
format_stamp: "Formatted at 2026-06-30 12:15:15 on dist-test-slave-ctg2"
I20260630 12:15:15.135542   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821482054927-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)
I20260630 12:15:15.152784   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:15.154142   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:15.155809   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:15.158357   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:15.158560   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:15.158773   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:15.158927   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:15.203959   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34085
I20260630 12:15:15.204027 10288 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34085 every 8 connection(s)
I20260630 12:15:15.237517 10289 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44737
I20260630 12:15:15.238011 10289 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:15.238962 10289 heartbeater.cc:507] Master 127.0.107.254:44737 requested a full tablet report, sending...
I20260630 12:15:15.240979  9760 ts_manager.cc:194] Registered new tserver with Master: 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196:34085)
I20260630 12:15:15.242489  9760 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40730
I20260630 12:15:16.244793 10289 heartbeater.cc:499] Master 127.0.107.254:44737 was elected leader, sending a full tablet report...
I20260630 12:15:16.246552 10009 consensus_queue.cc:237] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:16.253809  9938 raft_consensus.cc:1275] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.254721  9860 raft_consensus.cc:1275] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.255553 10142 consensus_queue.cc:1048] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:16.257635 10142 consensus_queue.cc:1048] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260630 12:15:16.267374  9975 consensus_peers.cc:597] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd -> Peer 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196:34085): Couldn't send request to peer 0ac95b039bd04222ac9cb6c8bf5784f8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 350327b052db40d5b2dd3f111eed2396. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:16.267138 10296 raft_consensus.cc:2955] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.268720  9860 raft_consensus.cc:2955] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.269114  9938 raft_consensus.cc:2955] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.281091  9755 catalog_manager.cc:5697] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 reported cstate change: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.306378  9938 consensus_queue.cc:237] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:16.314325 10009 raft_consensus.cc:1275] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Refusing update from remote peer 910c25ffda064182a16acf20bfaaf6dc: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.316083 10181 consensus_queue.cc:1048] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:16.319962  9860 raft_consensus.cc:1275] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Refusing update from remote peer 910c25ffda064182a16acf20bfaaf6dc: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.321216 10309 consensus_queue.cc:1048] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:16.325050 10181 raft_consensus.cc:2955] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
W20260630 12:15:16.326264  9901 consensus_peers.cc:597] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc -> Peer 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196:34085): Couldn't send request to peer 0ac95b039bd04222ac9cb6c8bf5784f8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: db7043171391437ab365e42ef945f41b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:16.326843 10009 raft_consensus.cc:2955] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.331337  9860 raft_consensus.cc:2955] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.341663  9752 catalog_manager.cc:5697] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd reported cstate change: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "910c25ffda064182a16acf20bfaaf6dc" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.342361 10009 consensus_queue.cc:237] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
W20260630 12:15:16.352128  9975 consensus_peers.cc:597] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd -> Peer 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196:34085): Couldn't send request to peer 0ac95b039bd04222ac9cb6c8bf5784f8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c648afc071ed45bbba794e760ffe955f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:16.353016  9938 raft_consensus.cc:1275] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.354849 10296 consensus_queue.cc:1048] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:16.358899  9860 raft_consensus.cc:1275] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Refusing update from remote peer 7eabb4cb2ddd46b48b780c3cb62283fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.360741 10296 consensus_queue.cc:1048] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:16.364351 10302 raft_consensus.cc:2955] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.366079  9938 raft_consensus.cc:2955] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.375484  9860 raft_consensus.cc:2955] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.378861  9755 catalog_manager.cc:5697] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc reported cstate change: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.394606  9860 consensus_queue.cc:237] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:16.405758 10009 raft_consensus.cc:1275] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Refusing update from remote peer babedd6a03e74601a64d1e33bd64bb46: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.408319 10145 consensus_queue.cc:1048] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:15:16.412606  9938 raft_consensus.cc:1275] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Refusing update from remote peer babedd6a03e74601a64d1e33bd64bb46: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:16.414216 10319 consensus_queue.cc:1048] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [LEADER]: Connected to new peer: Peer: permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260630 12:15:16.416201  9826 consensus_peers.cc:597] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 -> Peer 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196:34085): Couldn't send request to peer 0ac95b039bd04222ac9cb6c8bf5784f8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cbea8081bc5a4c53ade9ccaa9854bef2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:16.419163 10145 raft_consensus.cc:2955] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.420938 10009 raft_consensus.cc:2955] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.425388  9938 raft_consensus.cc:2955] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.433058  9760 catalog_manager.cc:5697] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd reported cstate change: config changed from index -1 to 16, NON_VOTER 0ac95b039bd04222ac9cb6c8bf5784f8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "babedd6a03e74601a64d1e33bd64bb46" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } } }
I20260630 12:15:16.746011 10324 ts_tablet_manager.cc:933] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: Initiating tablet copy from peer 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753)
I20260630 12:15:16.747589 10324 tablet_copy_client.cc:323] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:45753
I20260630 12:15:16.759660  9948 tablet_copy_service.cc:140] P 910c25ffda064182a16acf20bfaaf6dc: Received BeginTabletCopySession request for tablet db7043171391437ab365e42ef945f41b from peer 0ac95b039bd04222ac9cb6c8bf5784f8 ({username='slave'} at 127.0.0.1:58852)
I20260630 12:15:16.760244  9948 tablet_copy_service.cc:161] P 910c25ffda064182a16acf20bfaaf6dc: Beginning new tablet copy session on tablet db7043171391437ab365e42ef945f41b from peer 0ac95b039bd04222ac9cb6c8bf5784f8 at {username='slave'} at 127.0.0.1:58852: session id = 0ac95b039bd04222ac9cb6c8bf5784f8-db7043171391437ab365e42ef945f41b
I20260630 12:15:16.768561  9948 tablet_copy_source_session.cc:215] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:16.772011 10324 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db7043171391437ab365e42ef945f41b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:16.773445 10327 ts_tablet_manager.cc:933] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: Initiating tablet copy from peer 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:16.778316 10327 tablet_copy_client.cc:323] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34069
I20260630 12:15:16.789561 10324 tablet_copy_client.cc:806] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:16.790277 10324 tablet_copy_client.cc:670] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:16.791289 10022 tablet_copy_service.cc:140] P 7eabb4cb2ddd46b48b780c3cb62283fd: Received BeginTabletCopySession request for tablet 350327b052db40d5b2dd3f111eed2396 from peer 0ac95b039bd04222ac9cb6c8bf5784f8 ({username='slave'} at 127.0.0.1:45146)
I20260630 12:15:16.791874 10022 tablet_copy_service.cc:161] P 7eabb4cb2ddd46b48b780c3cb62283fd: Beginning new tablet copy session on tablet 350327b052db40d5b2dd3f111eed2396 from peer 0ac95b039bd04222ac9cb6c8bf5784f8 at {username='slave'} at 127.0.0.1:45146: session id = 0ac95b039bd04222ac9cb6c8bf5784f8-350327b052db40d5b2dd3f111eed2396
I20260630 12:15:16.794891 10324 tablet_copy_client.cc:538] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:16.800612 10022 tablet_copy_source_session.cc:215] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:16.804139 10327 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350327b052db40d5b2dd3f111eed2396. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:16.805152 10324 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap starting.
I20260630 12:15:16.822932 10327 tablet_copy_client.cc:806] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:16.823550 10327 tablet_copy_client.cc:670] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:16.828531 10327 tablet_copy_client.cc:538] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:16.840104 10327 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap starting.
I20260630 12:15:16.858621 10330 ts_tablet_manager.cc:933] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: Initiating tablet copy from peer 7eabb4cb2ddd46b48b780c3cb62283fd (127.0.107.195:34069)
I20260630 12:15:16.860611 10330 tablet_copy_client.cc:323] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34069
I20260630 12:15:16.862612 10022 tablet_copy_service.cc:140] P 7eabb4cb2ddd46b48b780c3cb62283fd: Received BeginTabletCopySession request for tablet c648afc071ed45bbba794e760ffe955f from peer 0ac95b039bd04222ac9cb6c8bf5784f8 ({username='slave'} at 127.0.0.1:45146)
I20260630 12:15:16.863158 10022 tablet_copy_service.cc:161] P 7eabb4cb2ddd46b48b780c3cb62283fd: Beginning new tablet copy session on tablet c648afc071ed45bbba794e760ffe955f from peer 0ac95b039bd04222ac9cb6c8bf5784f8 at {username='slave'} at 127.0.0.1:45146: session id = 0ac95b039bd04222ac9cb6c8bf5784f8-c648afc071ed45bbba794e760ffe955f
I20260630 12:15:16.871176 10022 tablet_copy_source_session.cc:215] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:16.874854 10330 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c648afc071ed45bbba794e760ffe955f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:16.894292 10330 tablet_copy_client.cc:806] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:16.895021 10330 tablet_copy_client.cc:670] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:16.899776 10330 tablet_copy_client.cc:538] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:16.921334 10330 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap starting.
I20260630 12:15:16.952426 10324 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=124 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:16.953410 10324 tablet_bootstrap.cc:492] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap complete.
I20260630 12:15:16.954137 10324 ts_tablet_manager.cc:1403] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent bootstrapping tablet: real 0.149s	user 0.116s	sys 0.016s
I20260630 12:15:16.956749 10324 raft_consensus.cc:359] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:16.957537 10324 raft_consensus.cc:740] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0ac95b039bd04222ac9cb6c8bf5784f8, State: Initialized, Role: LEARNER
I20260630 12:15:16.958205 10324 consensus_queue.cc:260] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8 [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:16.975467 10324 ts_tablet_manager.cc:1434] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.012s
I20260630 12:15:16.977216  9948 tablet_copy_service.cc:342] P 910c25ffda064182a16acf20bfaaf6dc: Request end of tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-db7043171391437ab365e42ef945f41b received from {username='slave'} at 127.0.0.1:58852
I20260630 12:15:16.977500 10327 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=109 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:16.977675  9948 tablet_copy_service.cc:434] P 910c25ffda064182a16acf20bfaaf6dc: ending tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-db7043171391437ab365e42ef945f41b on tablet db7043171391437ab365e42ef945f41b with peer 0ac95b039bd04222ac9cb6c8bf5784f8
I20260630 12:15:16.978554 10327 tablet_bootstrap.cc:492] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap complete.
I20260630 12:15:16.979348 10327 ts_tablet_manager.cc:1403] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent bootstrapping tablet: real 0.139s	user 0.125s	sys 0.009s
I20260630 12:15:16.982263 10327 raft_consensus.cc:359] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:16.983098 10327 raft_consensus.cc:740] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0ac95b039bd04222ac9cb6c8bf5784f8, State: Initialized, Role: LEARNER
I20260630 12:15:16.983685 10327 consensus_queue.cc:260] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8 [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:16.986116 10327 ts_tablet_manager.cc:1434] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:15:16.988061 10022 tablet_copy_service.cc:342] P 7eabb4cb2ddd46b48b780c3cb62283fd: Request end of tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-350327b052db40d5b2dd3f111eed2396 received from {username='slave'} at 127.0.0.1:45146
I20260630 12:15:16.988582 10022 tablet_copy_service.cc:434] P 7eabb4cb2ddd46b48b780c3cb62283fd: ending tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-350327b052db40d5b2dd3f111eed2396 on tablet 350327b052db40d5b2dd3f111eed2396 with peer 0ac95b039bd04222ac9cb6c8bf5784f8
I20260630 12:15:17.011559 10327 ts_tablet_manager.cc:933] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: Initiating tablet copy from peer babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067)
I20260630 12:15:17.013871 10327 tablet_copy_client.cc:323] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37067
I20260630 12:15:17.026072  9873 tablet_copy_service.cc:140] P babedd6a03e74601a64d1e33bd64bb46: Received BeginTabletCopySession request for tablet cbea8081bc5a4c53ade9ccaa9854bef2 from peer 0ac95b039bd04222ac9cb6c8bf5784f8 ({username='slave'} at 127.0.0.1:55460)
I20260630 12:15:17.026683  9873 tablet_copy_service.cc:161] P babedd6a03e74601a64d1e33bd64bb46: Beginning new tablet copy session on tablet cbea8081bc5a4c53ade9ccaa9854bef2 from peer 0ac95b039bd04222ac9cb6c8bf5784f8 at {username='slave'} at 127.0.0.1:55460: session id = 0ac95b039bd04222ac9cb6c8bf5784f8-cbea8081bc5a4c53ade9ccaa9854bef2
I20260630 12:15:17.035006  9873 tablet_copy_source_session.cc:215] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:17.038725 10327 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbea8081bc5a4c53ade9ccaa9854bef2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:17.051647 10330 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:17.052614 10330 tablet_bootstrap.cc:492] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap complete.
I20260630 12:15:17.053300 10330 ts_tablet_manager.cc:1403] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent bootstrapping tablet: real 0.132s	user 0.104s	sys 0.012s
I20260630 12:15:17.053943 10327 tablet_copy_client.cc:806] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:17.054512 10327 tablet_copy_client.cc:670] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:17.055896 10330 raft_consensus.cc:359] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:17.056664 10330 raft_consensus.cc:740] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0ac95b039bd04222ac9cb6c8bf5784f8, State: Initialized, Role: LEARNER
I20260630 12:15:17.057288 10330 consensus_queue.cc:260] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8 [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } attrs { replace: true } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:17.058851 10327 tablet_copy_client.cc:538] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:17.059514 10330 ts_tablet_manager.cc:1434] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:15:17.061383 10022 tablet_copy_service.cc:342] P 7eabb4cb2ddd46b48b780c3cb62283fd: Request end of tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-c648afc071ed45bbba794e760ffe955f received from {username='slave'} at 127.0.0.1:45146
I20260630 12:15:17.061826 10022 tablet_copy_service.cc:434] P 7eabb4cb2ddd46b48b780c3cb62283fd: ending tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-c648afc071ed45bbba794e760ffe955f on tablet c648afc071ed45bbba794e760ffe955f with peer 0ac95b039bd04222ac9cb6c8bf5784f8
I20260630 12:15:17.066851 10327 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap starting.
I20260630 12:15:17.159008 10327 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=123 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:17.162147 10327 tablet_bootstrap.cc:492] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: Bootstrap complete.
I20260630 12:15:17.162878 10327 ts_tablet_manager.cc:1403] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent bootstrapping tablet: real 0.096s	user 0.088s	sys 0.003s
I20260630 12:15:17.165210 10327 raft_consensus.cc:359] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:17.165889 10327 raft_consensus.cc:740] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0ac95b039bd04222ac9cb6c8bf5784f8, State: Initialized, Role: LEARNER
I20260630 12:15:17.166401 10327 consensus_queue.cc:260] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8 [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: "babedd6a03e74601a64d1e33bd64bb46" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37067 } } peers { permanent_uuid: "910c25ffda064182a16acf20bfaaf6dc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45753 } attrs { replace: true } } peers { permanent_uuid: "7eabb4cb2ddd46b48b780c3cb62283fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34069 } } peers { permanent_uuid: "0ac95b039bd04222ac9cb6c8bf5784f8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34085 } attrs { promote: true } }
I20260630 12:15:17.168301 10327 ts_tablet_manager.cc:1434] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:15:17.170786  9873 tablet_copy_service.cc:342] P babedd6a03e74601a64d1e33bd64bb46: Request end of tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-cbea8081bc5a4c53ade9ccaa9854bef2 received from {username='slave'} at 127.0.0.1:55460
I20260630 12:15:17.171267  9873 tablet_copy_service.cc:434] P babedd6a03e74601a64d1e33bd64bb46: ending tablet copy session 0ac95b039bd04222ac9cb6c8bf5784f8-cbea8081bc5a4c53ade9ccaa9854bef2 on tablet cbea8081bc5a4c53ade9ccaa9854bef2 with peer 0ac95b039bd04222ac9cb6c8bf5784f8
I20260630 12:15:17.236915 10264 raft_consensus.cc:1217] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260630 12:15:17.252481   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:17.288697 10264 raft_consensus.cc:1217] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
W20260630 12:15:17.295395  9978 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
I20260630 12:15:17.297816   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:17.300182   431 tablet_replica.cc:333] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
W20260630 12:15:17.300812  9978 consensus_peers.cc:597] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd -> Peer babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067): Couldn't send request to peer babedd6a03e74601a64d1e33bd64bb46. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:17.301113   431 raft_consensus.cc:2243] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.301960   431 raft_consensus.cc:2272] T c648afc071ed45bbba794e760ffe955f P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.305359   431 tablet_replica.cc:333] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
I20260630 12:15:17.306216   431 raft_consensus.cc:2243] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.306980   431 raft_consensus.cc:2272] T db7043171391437ab365e42ef945f41b P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.310503   431 tablet_replica.cc:333] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
I20260630 12:15:17.311312   431 raft_consensus.cc:2243] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.312098   431 raft_consensus.cc:2272] T 350327b052db40d5b2dd3f111eed2396 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.314894   431 tablet_replica.cc:333] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
I20260630 12:15:17.315590   431 raft_consensus.cc:2243] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.316309   431 raft_consensus.cc:2272] T 4d0dbb01b3554e7a81f9fe9638082ab8 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.319438   431 tablet_replica.cc:333] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
I20260630 12:15:17.320109   431 raft_consensus.cc:2243] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.320770   431 raft_consensus.cc:2272] T 9c9107a213ec4991a0a015318c5a5ac0 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.324105   431 tablet_replica.cc:333] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
I20260630 12:15:17.324787   431 raft_consensus.cc:2243] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.325726   431 raft_consensus.cc:2272] T cc37359fae9a4f6f9e83ba14e585b721 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.328464   431 tablet_replica.cc:333] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
I20260630 12:15:17.329105   431 raft_consensus.cc:2243] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.330400   431 raft_consensus.cc:2272] T cbea8081bc5a4c53ade9ccaa9854bef2 P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.333421   431 tablet_replica.cc:333] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46: stopping tablet replica
I20260630 12:15:17.334205   431 raft_consensus.cc:2243] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.335245   431 raft_consensus.cc:2272] T 21b8d9013741458fafdcb6b6c3bce3fa P babedd6a03e74601a64d1e33bd64bb46 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.344249 10264 raft_consensus.cc:1217] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
W20260630 12:15:17.363713  9978 consensus_peers.cc:597] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd -> Peer babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067): Couldn't send request to peer babedd6a03e74601a64d1e33bd64bb46. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37067: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:17.366519   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:17.397678   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:17.435953   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:17.438191   431 tablet_replica.cc:333] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
W20260630 12:15:17.437983  9904 consensus_peers.cc:597] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc -> Peer babedd6a03e74601a64d1e33bd64bb46 (127.0.107.193:37067): Couldn't send request to peer babedd6a03e74601a64d1e33bd64bb46. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37067: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:17.439284   431 raft_consensus.cc:2243] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.440002   431 raft_consensus.cc:2272] T 350327b052db40d5b2dd3f111eed2396 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.442245   431 tablet_replica.cc:333] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
I20260630 12:15:17.442795   431 raft_consensus.cc:2243] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.444070   431 raft_consensus.cc:2272] T db7043171391437ab365e42ef945f41b P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.446381   431 tablet_replica.cc:333] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
I20260630 12:15:17.446931   431 raft_consensus.cc:2243] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.447445   431 raft_consensus.cc:2272] T c648afc071ed45bbba794e760ffe955f P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.449658   431 tablet_replica.cc:333] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
I20260630 12:15:17.450201   431 raft_consensus.cc:2243] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.450680   431 raft_consensus.cc:2272] T cc37359fae9a4f6f9e83ba14e585b721 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.452726   431 tablet_replica.cc:333] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
I20260630 12:15:17.453282   431 raft_consensus.cc:2243] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.453881   431 raft_consensus.cc:2272] T cbea8081bc5a4c53ade9ccaa9854bef2 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.455924   431 tablet_replica.cc:333] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
I20260630 12:15:17.456440   431 raft_consensus.cc:2243] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.456962   431 raft_consensus.cc:2272] T 45b92ecf199c4c0081f515a7252942d1 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.459342   431 tablet_replica.cc:333] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
I20260630 12:15:17.459824   431 raft_consensus.cc:2243] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.460321   431 raft_consensus.cc:2272] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.462383   431 tablet_replica.cc:333] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc: stopping tablet replica
I20260630 12:15:17.462843   431 raft_consensus.cc:2243] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.463366   431 raft_consensus.cc:2272] T 46ae0939b021470da3a61185ec80cd3d P 910c25ffda064182a16acf20bfaaf6dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.487541   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:15:17.511286  9978 consensus_peers.cc:597] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd -> Peer 910c25ffda064182a16acf20bfaaf6dc (127.0.107.194:45753): Couldn't send request to peer 910c25ffda064182a16acf20bfaaf6dc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45753: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:17.517998   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:17.552385   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:17.553264   431 tablet_replica.cc:333] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.554145   431 raft_consensus.cc:2243] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.554823   431 raft_consensus.cc:2272] T cc37359fae9a4f6f9e83ba14e585b721 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.557693   431 tablet_replica.cc:333] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.558398   431 raft_consensus.cc:2243] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.559113   431 raft_consensus.cc:2272] T cbea8081bc5a4c53ade9ccaa9854bef2 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.561939   431 tablet_replica.cc:333] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.562677   431 raft_consensus.cc:2243] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.563910   431 raft_consensus.cc:2272] T c648afc071ed45bbba794e760ffe955f P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.566782   431 tablet_replica.cc:333] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.567504   431 raft_consensus.cc:2243] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.568071   431 raft_consensus.cc:2272] T 06b94cec48c74231b809f823dc27e723 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.571270   431 tablet_replica.cc:333] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.571928   431 raft_consensus.cc:2243] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:17.572551   431 raft_consensus.cc:2272] T db7043171391437ab365e42ef945f41b P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.575253   431 tablet_replica.cc:333] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.575868   431 raft_consensus.cc:2243] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.577105   431 raft_consensus.cc:2272] T 350327b052db40d5b2dd3f111eed2396 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.579862   431 tablet_replica.cc:333] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.580529   431 raft_consensus.cc:2243] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.581432   431 raft_consensus.cc:2272] T 4d0dbb01b3554e7a81f9fe9638082ab8 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.584311   431 tablet_replica.cc:333] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd: stopping tablet replica
I20260630 12:15:17.584980   431 raft_consensus.cc:2243] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.585532   431 raft_consensus.cc:2272] T d15c20cb3817426f8275e9c1d982af02 P 7eabb4cb2ddd46b48b780c3cb62283fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.610433   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:17.634014   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:17.654811   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:17.655733   431 tablet_replica.cc:333] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8: stopping tablet replica
I20260630 12:15:17.656457   431 raft_consensus.cc:2243] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:17.656936   431 raft_consensus.cc:2272] T c648afc071ed45bbba794e760ffe955f P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:17.659657   431 tablet_replica.cc:333] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8: stopping tablet replica
I20260630 12:15:17.660310   431 raft_consensus.cc:2243] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:17.660753   431 raft_consensus.cc:2272] T 350327b052db40d5b2dd3f111eed2396 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:17.663308   431 tablet_replica.cc:333] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8: stopping tablet replica
I20260630 12:15:17.663961   431 raft_consensus.cc:2243] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:17.664386   431 raft_consensus.cc:2272] T cbea8081bc5a4c53ade9ccaa9854bef2 P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:17.666829   431 tablet_replica.cc:333] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8: stopping tablet replica
I20260630 12:15:17.667407   431 raft_consensus.cc:2243] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:17.667836   431 raft_consensus.cc:2272] T db7043171391437ab365e42ef945f41b P 0ac95b039bd04222ac9cb6c8bf5784f8 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:17.691087   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:17.703063   431 master.cc:562] Master@127.0.107.254:44737 shutting down...
W20260630 12:15:17.736356  9809 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:17.737768   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:17.738260   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:17.738597   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P ab05803042ef423eadbfe6ed608e01f5: stopping tablet replica
I20260630 12:15:17.760290   431 master.cc:584] Master@127.0.107.254:44737 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (7816 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:15:17.808049   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44505
I20260630 12:15:17.809104   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:17.814265 10347 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:17.814458 10346 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:17.815361 10349 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:17.816551   431 server_base.cc:1061] running on GCE node
I20260630 12:15:17.817281   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:17.817452   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:17.817566   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821717817555 us; error 0 us; skew 500 ppm
I20260630 12:15:17.818073   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:17.820123   431 webserver.cc:533] Webserver started at http://127.0.107.254:36107/ using document root <none> and password file <none>
I20260630 12:15:17.820549   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:17.820694   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:17.820888   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:17.822072   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "37cdd5d399d74df092eb97dd28f60325"
format_stamp: "Formatted at 2026-06-30 12:15:17 on dist-test-slave-ctg2"
I20260630 12:15:17.826435   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:15:17.829577 10354 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:17.830430   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:17.830747   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "37cdd5d399d74df092eb97dd28f60325"
format_stamp: "Formatted at 2026-06-30 12:15:17 on dist-test-slave-ctg2"
I20260630 12:15:17.831128   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-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)
I20260630 12:15:17.841785   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:17.842836   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:17.878489   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44505
I20260630 12:15:17.878612 10405 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44505 every 8 connection(s)
I20260630 12:15:17.882247 10406 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:17.892398 10406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325: Bootstrap starting.
I20260630 12:15:17.896834 10406 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:17.900748 10406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325: No bootstrap required, opened a new log
I20260630 12:15:17.902787 10406 raft_consensus.cc:359] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37cdd5d399d74df092eb97dd28f60325" member_type: VOTER }
I20260630 12:15:17.903138 10406 raft_consensus.cc:385] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:17.903311 10406 raft_consensus.cc:740] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37cdd5d399d74df092eb97dd28f60325, State: Initialized, Role: FOLLOWER
I20260630 12:15:17.903890 10406 consensus_queue.cc:260] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "37cdd5d399d74df092eb97dd28f60325" member_type: VOTER }
I20260630 12:15:17.904315 10406 raft_consensus.cc:399] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:17.904496 10406 raft_consensus.cc:493] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:17.904706 10406 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:17.909073 10406 raft_consensus.cc:515] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37cdd5d399d74df092eb97dd28f60325" member_type: VOTER }
I20260630 12:15:17.909539 10406 leader_election.cc:304] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [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: 37cdd5d399d74df092eb97dd28f60325; no voters: 
I20260630 12:15:17.910599 10406 leader_election.cc:290] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:17.910910 10409 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:17.912300 10409 raft_consensus.cc:697] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 1 LEADER]: Becoming Leader. State: Replica: 37cdd5d399d74df092eb97dd28f60325, State: Running, Role: LEADER
I20260630 12:15:17.912930 10409 consensus_queue.cc:237] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [LEADER]: Queue going to LEADER mode. State: All 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: "37cdd5d399d74df092eb97dd28f60325" member_type: VOTER }
I20260630 12:15:17.913501 10406 sys_catalog.cc:565] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:17.917738 10410 sys_catalog.cc:455] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "37cdd5d399d74df092eb97dd28f60325" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37cdd5d399d74df092eb97dd28f60325" member_type: VOTER } }
I20260630 12:15:17.918201 10411 sys_catalog.cc:455] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 37cdd5d399d74df092eb97dd28f60325. Latest consensus state: current_term: 1 leader_uuid: "37cdd5d399d74df092eb97dd28f60325" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37cdd5d399d74df092eb97dd28f60325" member_type: VOTER } }
I20260630 12:15:17.918599 10410 sys_catalog.cc:458] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:17.918941 10411 sys_catalog.cc:458] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:17.923995 10416 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:17.929349 10416 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:17.930568   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:17.937706 10416 catalog_manager.cc:1383] Generated new cluster ID: 2938ac94b87d40c498b27d9fd978dc69
I20260630 12:15:17.937989 10416 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:17.973563 10416 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:17.974979 10416 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:17.997407 10416 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325: Generated new TSK 0
I20260630 12:15:17.998078 10416 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:18.061841   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:18.068077 10427 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:18.071121 10428 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:18.071734   431 server_base.cc:1061] running on GCE node
W20260630 12:15:18.072405 10430 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:18.073418   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:18.073702   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:18.073905   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821718073892 us; error 0 us; skew 500 ppm
I20260630 12:15:18.074637   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:18.076884   431 webserver.cc:533] Webserver started at http://127.0.107.193:39567/ using document root <none> and password file <none>
I20260630 12:15:18.077342   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:18.077500   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:18.077792   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:18.078790   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "90c9302a23144efb841c73fd524ef846"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.082980   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:15:18.086151 10435 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.086944   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:15:18.087337   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "90c9302a23144efb841c73fd524ef846"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.087601   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-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)
I20260630 12:15:18.114681   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:18.115897   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:18.117293   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:18.119710   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:18.119879   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.120172   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:18.120329   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.156842   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43809
I20260630 12:15:18.156940 10497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43809 every 8 connection(s)
I20260630 12:15:18.161680   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:18.168454 10502 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:18.169054 10503 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:18.172169 10505 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:18.173940   431 server_base.cc:1061] running on GCE node
I20260630 12:15:18.174911 10498 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44505
I20260630 12:15:18.175369 10498 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:18.175858   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:18.176136   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:18.176118 10498 heartbeater.cc:507] Master 127.0.107.254:44505 requested a full tablet report, sending...
I20260630 12:15:18.176613   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821718176594 us; error 0 us; skew 500 ppm
I20260630 12:15:18.177205   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:18.178728 10371 ts_manager.cc:194] Registered new tserver with Master: 90c9302a23144efb841c73fd524ef846 (127.0.107.193:43809)
I20260630 12:15:18.179771   431 webserver.cc:533] Webserver started at http://127.0.107.194:32927/ using document root <none> and password file <none>
I20260630 12:15:18.180279   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:18.180485   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:18.180747   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:18.180703 10371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34400
I20260630 12:15:18.182147   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "f4f77693966a49748a3169d5dd504447"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.186476   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:15:18.190009 10510 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.191005   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:15:18.191435   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "f4f77693966a49748a3169d5dd504447"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.191704   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-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)
I20260630 12:15:18.211361   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:18.212615   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:18.214134   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:18.216363   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:18.216584   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.216821   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:18.216988   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.253428   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34969
I20260630 12:15:18.253535 10572 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34969 every 8 connection(s)
I20260630 12:15:18.258103   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:18.264930 10576 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:18.267354 10577 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:18.268851 10579 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:18.269680   431 server_base.cc:1061] running on GCE node
I20260630 12:15:18.270608   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:15:18.270713 10573 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44505
W20260630 12:15:18.271011   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:18.271200 10573 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:18.271266   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821718271245 us; error 0 us; skew 500 ppm
I20260630 12:15:18.272226   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:18.272269 10573 heartbeater.cc:507] Master 127.0.107.254:44505 requested a full tablet report, sending...
I20260630 12:15:18.274832 10371 ts_manager.cc:194] Registered new tserver with Master: f4f77693966a49748a3169d5dd504447 (127.0.107.194:34969)
I20260630 12:15:18.275355   431 webserver.cc:533] Webserver started at http://127.0.107.195:44125/ using document root <none> and password file <none>
I20260630 12:15:18.275915   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:18.276150   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:18.276434   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:18.276453 10371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34404
I20260630 12:15:18.277961   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "91e9c1de91cb4aeda5bba0e87e06c280"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.282609   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:15:18.286568 10584 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.287405   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:15:18.287726   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "91e9c1de91cb4aeda5bba0e87e06c280"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.288031   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821482054927-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)
I20260630 12:15:18.327301   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:18.328423   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:18.330097   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:18.332419   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:18.332684   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.332980   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:18.333178   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.374064   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36313
I20260630 12:15:18.374148 10646 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36313 every 8 connection(s)
I20260630 12:15:18.387593 10647 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44505
I20260630 12:15:18.388053 10647 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:18.388816 10647 heartbeater.cc:507] Master 127.0.107.254:44505 requested a full tablet report, sending...
I20260630 12:15:18.390916 10371 ts_manager.cc:194] Registered new tserver with Master: 91e9c1de91cb4aeda5bba0e87e06c280 (127.0.107.195:36313)
I20260630 12:15:18.391359   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013741655s
I20260630 12:15:18.392216 10371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34418
I20260630 12:15:18.417137 10371 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34422:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:18.419176 10371 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:18.474450 10612 tablet_service.cc:1511] Processing CreateTablet for tablet 23f1a201a8d444b8b544c6bac99b627d (DEFAULT_TABLE table=test-workload [id=52f95e8642c040a6abc00da7a1869ec4]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:18.475792 10612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23f1a201a8d444b8b544c6bac99b627d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:18.476832 10463 tablet_service.cc:1511] Processing CreateTablet for tablet 23f1a201a8d444b8b544c6bac99b627d (DEFAULT_TABLE table=test-workload [id=52f95e8642c040a6abc00da7a1869ec4]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:18.477644 10538 tablet_service.cc:1511] Processing CreateTablet for tablet 23f1a201a8d444b8b544c6bac99b627d (DEFAULT_TABLE table=test-workload [id=52f95e8642c040a6abc00da7a1869ec4]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:18.478161 10463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23f1a201a8d444b8b544c6bac99b627d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:18.478907 10538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23f1a201a8d444b8b544c6bac99b627d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:18.489552 10662 tablet_bootstrap.cc:492] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280: Bootstrap starting.
I20260630 12:15:18.496215 10663 tablet_bootstrap.cc:492] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846: Bootstrap starting.
I20260630 12:15:18.496294 10662 tablet_bootstrap.cc:654] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:18.498585 10664 tablet_bootstrap.cc:492] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: Bootstrap starting.
I20260630 12:15:18.502897 10662 tablet_bootstrap.cc:492] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280: No bootstrap required, opened a new log
I20260630 12:15:18.503396 10663 tablet_bootstrap.cc:654] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:18.503518 10662 ts_tablet_manager.cc:1403] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:15:18.505118 10664 tablet_bootstrap.cc:654] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:18.508226 10662 raft_consensus.cc:359] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.510154 10664 tablet_bootstrap.cc:492] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: No bootstrap required, opened a new log
I20260630 12:15:18.510532 10663 tablet_bootstrap.cc:492] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846: No bootstrap required, opened a new log
I20260630 12:15:18.510911 10662 raft_consensus.cc:385] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:18.511251 10664 ts_tablet_manager.cc:1403] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:15:18.511300 10663 ts_tablet_manager.cc:1403] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.006s
I20260630 12:15:18.511375 10662 raft_consensus.cc:740] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91e9c1de91cb4aeda5bba0e87e06c280, State: Initialized, Role: FOLLOWER
I20260630 12:15:18.512728 10662 consensus_queue.cc:260] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.514940 10664 raft_consensus.cc:359] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.515316 10647 heartbeater.cc:499] Master 127.0.107.254:44505 was elected leader, sending a full tablet report...
I20260630 12:15:18.516485 10662 ts_tablet_manager.cc:1434] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:15:18.516682 10664 raft_consensus.cc:385] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:18.517105 10664 raft_consensus.cc:740] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4f77693966a49748a3169d5dd504447, State: Initialized, Role: FOLLOWER
I20260630 12:15:18.517813 10663 raft_consensus.cc:359] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.517966 10664 consensus_queue.cc:260] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.518638 10663 raft_consensus.cc:385] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:18.519007 10663 raft_consensus.cc:740] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 90c9302a23144efb841c73fd524ef846, State: Initialized, Role: FOLLOWER
I20260630 12:15:18.519758 10663 consensus_queue.cc:260] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.521894 10573 heartbeater.cc:499] Master 127.0.107.254:44505 was elected leader, sending a full tablet report...
I20260630 12:15:18.522985 10498 heartbeater.cc:499] Master 127.0.107.254:44505 was elected leader, sending a full tablet report...
I20260630 12:15:18.523443 10663 ts_tablet_manager.cc:1434] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:15:18.526684 10664 ts_tablet_manager.cc:1434] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:15:18.700863 10669 raft_consensus.cc:493] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:18.701356 10669 raft_consensus.cc:515] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.703400 10669 leader_election.cc:290] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 90c9302a23144efb841c73fd524ef846 (127.0.107.193:43809), 91e9c1de91cb4aeda5bba0e87e06c280 (127.0.107.195:36313)
I20260630 12:15:18.712455 10473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23f1a201a8d444b8b544c6bac99b627d" candidate_uuid: "f4f77693966a49748a3169d5dd504447" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "90c9302a23144efb841c73fd524ef846" is_pre_election: true
I20260630 12:15:18.713243 10473 raft_consensus.cc:2468] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4f77693966a49748a3169d5dd504447 in term 0.
I20260630 12:15:18.713714 10622 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23f1a201a8d444b8b544c6bac99b627d" candidate_uuid: "f4f77693966a49748a3169d5dd504447" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" is_pre_election: true
I20260630 12:15:18.714298 10512 leader_election.cc:304] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 90c9302a23144efb841c73fd524ef846, f4f77693966a49748a3169d5dd504447; no voters: 
I20260630 12:15:18.714433 10622 raft_consensus.cc:2468] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4f77693966a49748a3169d5dd504447 in term 0.
I20260630 12:15:18.715076 10669 raft_consensus.cc:2804] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:18.715392 10669 raft_consensus.cc:493] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:18.715728 10669 raft_consensus.cc:3060] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:18.720590 10669 raft_consensus.cc:515] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.722365 10669 leader_election.cc:290] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [CANDIDATE]: Term 1 election: Requested vote from peers 90c9302a23144efb841c73fd524ef846 (127.0.107.193:43809), 91e9c1de91cb4aeda5bba0e87e06c280 (127.0.107.195:36313)
I20260630 12:15:18.723047 10473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23f1a201a8d444b8b544c6bac99b627d" candidate_uuid: "f4f77693966a49748a3169d5dd504447" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "90c9302a23144efb841c73fd524ef846"
I20260630 12:15:18.723316 10622 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23f1a201a8d444b8b544c6bac99b627d" candidate_uuid: "f4f77693966a49748a3169d5dd504447" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91e9c1de91cb4aeda5bba0e87e06c280"
I20260630 12:15:18.723616 10473 raft_consensus.cc:3060] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:18.723909 10622 raft_consensus.cc:3060] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:18.729017 10622 raft_consensus.cc:2468] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4f77693966a49748a3169d5dd504447 in term 1.
I20260630 12:15:18.729951 10511 leader_election.cc:304] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91e9c1de91cb4aeda5bba0e87e06c280, f4f77693966a49748a3169d5dd504447; no voters: 
I20260630 12:15:18.730682 10669 raft_consensus.cc:2804] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:18.730901 10473 raft_consensus.cc:2468] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4f77693966a49748a3169d5dd504447 in term 1.
I20260630 12:15:18.732973 10669 raft_consensus.cc:697] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 1 LEADER]: Becoming Leader. State: Replica: f4f77693966a49748a3169d5dd504447, State: Running, Role: LEADER
I20260630 12:15:18.733883 10669 consensus_queue.cc:237] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } }
I20260630 12:15:18.740460 10371 catalog_manager.cc:5697] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4f77693966a49748a3169d5dd504447 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f4f77693966a49748a3169d5dd504447" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f4f77693966a49748a3169d5dd504447" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "90c9302a23144efb841c73fd524ef846" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43809 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91e9c1de91cb4aeda5bba0e87e06c280" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36313 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:18.782984   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:18.800853   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:18.801754   431 tablet_replica.cc:333] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846: stopping tablet replica
I20260630 12:15:18.802268   431 raft_consensus.cc:2243] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:18.802706   431 raft_consensus.cc:2272] T 23f1a201a8d444b8b544c6bac99b627d P 90c9302a23144efb841c73fd524ef846 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:18.820989   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:18.829385   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:18.845115   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:18.845963   431 tablet_replica.cc:333] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: stopping tablet replica
I20260630 12:15:18.846460   431 raft_consensus.cc:2243] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:18.846997   431 pending_rounds.cc:70] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: Trying to abort 1 pending ops.
I20260630 12:15:18.847157   431 pending_rounds.cc:77] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437759940767744 op_type: NO_OP noop_request { }
I20260630 12:15:18.847401   431 raft_consensus.cc:2889] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:15:18.847625   431 raft_consensus.cc:2272] T 23f1a201a8d444b8b544c6bac99b627d P f4f77693966a49748a3169d5dd504447 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:18.856779   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:18.864694   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:18.880959   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:18.881775   431 tablet_replica.cc:333] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280: stopping tablet replica
I20260630 12:15:18.882283   431 raft_consensus.cc:2243] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:18.882692   431 raft_consensus.cc:2272] T 23f1a201a8d444b8b544c6bac99b627d P 91e9c1de91cb4aeda5bba0e87e06c280 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:18.901043   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:18.909930   431 master.cc:562] Master@127.0.107.254:44505 shutting down...
I20260630 12:15:18.923820   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:18.924305   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:18.924654   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 37cdd5d399d74df092eb97dd28f60325: stopping tablet replica
I20260630 12:15:18.943626   431 master.cc:584] Master@127.0.107.254:44505 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1165 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:15:18.974040   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41465
I20260630 12:15:18.975073   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:18.979703 10674 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:18.981524 10677 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:18.981741 10675 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:18.981988   431 server_base.cc:1061] running on GCE node
I20260630 12:15:18.982895   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:18.983073   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:18.983278   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821718983245 us; error 0 us; skew 500 ppm
I20260630 12:15:18.983796   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:18.986052   431 webserver.cc:533] Webserver started at http://127.0.107.254:41585/ using document root <none> and password file <none>
I20260630 12:15:18.986532   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:18.986722   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:18.987007   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:18.988051   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "256e2882bdbe42e79ceda49af4f98077"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.992422   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:18.995584 10682 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:18.996261   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:18.996559   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "256e2882bdbe42e79ceda49af4f98077"
format_stamp: "Formatted at 2026-06-30 12:15:18 on dist-test-slave-ctg2"
I20260630 12:15:18.996824   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-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)
I20260630 12:15:19.018718   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:19.019719   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:19.052903   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41465
I20260630 12:15:19.052991 10733 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41465 every 8 connection(s)
I20260630 12:15:19.056587 10734 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:19.066536 10734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077: Bootstrap starting.
I20260630 12:15:19.070580 10734 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:19.074268 10734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077: No bootstrap required, opened a new log
I20260630 12:15:19.076085 10734 raft_consensus.cc:359] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "256e2882bdbe42e79ceda49af4f98077" member_type: VOTER }
I20260630 12:15:19.076442 10734 raft_consensus.cc:385] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:19.076612 10734 raft_consensus.cc:740] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 256e2882bdbe42e79ceda49af4f98077, State: Initialized, Role: FOLLOWER
I20260630 12:15:19.077198 10734 consensus_queue.cc:260] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "256e2882bdbe42e79ceda49af4f98077" member_type: VOTER }
I20260630 12:15:19.077662 10734 raft_consensus.cc:399] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:19.077854 10734 raft_consensus.cc:493] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:19.078064 10734 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:19.082407 10734 raft_consensus.cc:515] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "256e2882bdbe42e79ceda49af4f98077" member_type: VOTER }
I20260630 12:15:19.082845 10734 leader_election.cc:304] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [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: 256e2882bdbe42e79ceda49af4f98077; no voters: 
I20260630 12:15:19.083923 10734 leader_election.cc:290] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:19.084316 10737 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:19.085764 10737 raft_consensus.cc:697] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 1 LEADER]: Becoming Leader. State: Replica: 256e2882bdbe42e79ceda49af4f98077, State: Running, Role: LEADER
I20260630 12:15:19.086426 10737 consensus_queue.cc:237] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [LEADER]: Queue going to LEADER mode. State: All 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: "256e2882bdbe42e79ceda49af4f98077" member_type: VOTER }
I20260630 12:15:19.086807 10734 sys_catalog.cc:565] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:19.089507 10739 sys_catalog.cc:455] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 256e2882bdbe42e79ceda49af4f98077. Latest consensus state: current_term: 1 leader_uuid: "256e2882bdbe42e79ceda49af4f98077" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "256e2882bdbe42e79ceda49af4f98077" member_type: VOTER } }
I20260630 12:15:19.089430 10738 sys_catalog.cc:455] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "256e2882bdbe42e79ceda49af4f98077" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "256e2882bdbe42e79ceda49af4f98077" member_type: VOTER } }
I20260630 12:15:19.090341 10739 sys_catalog.cc:458] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:19.090488 10738 sys_catalog.cc:458] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:19.095484 10743 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:19.100502 10743 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:19.106057   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:19.109251 10743 catalog_manager.cc:1383] Generated new cluster ID: 5dba75f9c46842beb69963b6b10413ad
I20260630 12:15:19.109529 10743 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:19.124445 10743 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:19.126067 10743 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:19.153352 10743 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077: Generated new TSK 0
I20260630 12:15:19.154033 10743 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:19.172641   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:19.178254 10755 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:19.179488 10756 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:19.180925 10758 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:19.183166   431 server_base.cc:1061] running on GCE node
I20260630 12:15:19.183945   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:19.184128   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:19.184249   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821719184238 us; error 0 us; skew 500 ppm
I20260630 12:15:19.184689   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:19.186868   431 webserver.cc:533] Webserver started at http://127.0.107.193:39411/ using document root <none> and password file <none>
I20260630 12:15:19.187276   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:19.187423   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:19.187638   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:19.188727   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "67ab47c602864419b522adaa2d255a9b"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.193073   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:15:19.196425 10763 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.197343   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:19.197693   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "67ab47c602864419b522adaa2d255a9b"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.198025   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-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)
I20260630 12:15:19.215365   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:19.216446   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:19.217896   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:19.220046   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:19.220285   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.220512   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:19.220680   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.257062   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43683
I20260630 12:15:19.257157 10825 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43683 every 8 connection(s)
I20260630 12:15:19.262102   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:19.268550 10830 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:19.269053 10831 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:19.271682 10833 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:19.272152   431 server_base.cc:1061] running on GCE node
I20260630 12:15:19.273247   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:19.273540   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:19.273820   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821719273801 us; error 0 us; skew 500 ppm
I20260630 12:15:19.274499   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:19.275369 10826 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260630 12:15:19.275789 10826 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:19.276561 10826 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260630 12:15:19.277055   431 webserver.cc:533] Webserver started at http://127.0.107.194:43527/ using document root <none> and password file <none>
I20260630 12:15:19.277565   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:19.277822   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:19.278080   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:19.278930 10699 ts_manager.cc:194] Registered new tserver with Master: 67ab47c602864419b522adaa2d255a9b (127.0.107.193:43683)
I20260630 12:15:19.279476   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "20408a76ac134ed3ab5d549db75f7247"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.281302 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50284
I20260630 12:15:19.284408   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:15:19.287606 10838 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.288513   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:19.288798   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "20408a76ac134ed3ab5d549db75f7247"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.289052   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-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)
I20260630 12:15:19.316733   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:19.317811   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:19.319219   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:19.321333   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:19.321503   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.321808   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:19.321969   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.362207   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38013
I20260630 12:15:19.362315 10900 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38013 every 8 connection(s)
I20260630 12:15:19.366781   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:19.374337 10904 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:19.374923 10905 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:19.379899 10901 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260630 12:15:19.380421 10901 heartbeater.cc:461] Registering TS with master...
W20260630 12:15:19.380474 10908 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:19.380445   431 server_base.cc:1061] running on GCE node
I20260630 12:15:19.381879 10901 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260630 12:15:19.381933   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:19.382287   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:19.382472   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821719382456 us; error 0 us; skew 500 ppm
I20260630 12:15:19.383225   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:19.384164 10699 ts_manager.cc:194] Registered new tserver with Master: 20408a76ac134ed3ab5d549db75f7247 (127.0.107.194:38013)
I20260630 12:15:19.385936   431 webserver.cc:533] Webserver started at http://127.0.107.195:45523/ using document root <none> and password file <none>
I20260630 12:15:19.386154 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50292
I20260630 12:15:19.386612   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:19.386893   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:19.387234   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:19.388530   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "2bc172388d144e84b772455bc17da9a3"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.392881   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:15:19.395955 10912 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.396711   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:19.396955   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "2bc172388d144e84b772455bc17da9a3"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.397176   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-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)
I20260630 12:15:19.417132   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:19.418184   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:19.419525   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:19.421759   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:19.421932   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.422235   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:19.422396   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.460000   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45935
I20260630 12:15:19.460129 10974 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45935 every 8 connection(s)
I20260630 12:15:19.464725   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:19.470947 10978 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:19.471665 10979 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:19.473315 10981 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:19.473905   431 server_base.cc:1061] running on GCE node
I20260630 12:15:19.475104   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:19.475376   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:19.475638   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821719475620 us; error 0 us; skew 500 ppm
I20260630 12:15:19.476336   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:19.477301 10975 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260630 12:15:19.477779 10975 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:19.478693 10975 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260630 12:15:19.479117   431 webserver.cc:533] Webserver started at http://127.0.107.196:45089/ using document root <none> and password file <none>
I20260630 12:15:19.479772   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:19.479990   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:19.480273   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:19.480870 10699 ts_manager.cc:194] Registered new tserver with Master: 2bc172388d144e84b772455bc17da9a3 (127.0.107.195:45935)
I20260630 12:15:19.481364   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "cb811ee64086474693f9967a1ea4f464"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.482375 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50306
I20260630 12:15:19.485920   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:15:19.489288 10986 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.490080   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:19.490406   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "cb811ee64086474693f9967a1ea4f464"
format_stamp: "Formatted at 2026-06-30 12:15:19 on dist-test-slave-ctg2"
I20260630 12:15:19.490788   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821482054927-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)
I20260630 12:15:19.514348   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:19.515513   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:19.516718   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:19.518967   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:19.519194   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.519433   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:19.519608   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:19.557343   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42335
I20260630 12:15:19.557451 11048 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42335 every 8 connection(s)
I20260630 12:15:19.570638 11049 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41465
I20260630 12:15:19.570998 11049 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:19.571666 11049 heartbeater.cc:507] Master 127.0.107.254:41465 requested a full tablet report, sending...
I20260630 12:15:19.573572 10699 ts_manager.cc:194] Registered new tserver with Master: cb811ee64086474693f9967a1ea4f464 (127.0.107.196:42335)
I20260630 12:15:19.574347   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013603808s
I20260630 12:15:19.575017 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50314
I20260630 12:15:19.600682 10699 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50320:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:15:19.651814 10791 tablet_service.cc:1511] Processing CreateTablet for tablet 1ba191bb69614abc90d076099d18aec5 (DEFAULT_TABLE table=test-workload [id=a5ed158facf844099b52dfaff7ae7542]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:19.652598 11014 tablet_service.cc:1511] Processing CreateTablet for tablet 1ba191bb69614abc90d076099d18aec5 (DEFAULT_TABLE table=test-workload [id=a5ed158facf844099b52dfaff7ae7542]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:19.653144 10791 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1ba191bb69614abc90d076099d18aec5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:19.653010 10866 tablet_service.cc:1511] Processing CreateTablet for tablet 1ba191bb69614abc90d076099d18aec5 (DEFAULT_TABLE table=test-workload [id=a5ed158facf844099b52dfaff7ae7542]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:19.653756 11014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1ba191bb69614abc90d076099d18aec5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:19.654285 10866 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1ba191bb69614abc90d076099d18aec5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:19.668547 11064 tablet_bootstrap.cc:492] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464: Bootstrap starting.
I20260630 12:15:19.671521 11065 tablet_bootstrap.cc:492] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: Bootstrap starting.
I20260630 12:15:19.673466 11066 tablet_bootstrap.cc:492] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247: Bootstrap starting.
I20260630 12:15:19.677668 11064 tablet_bootstrap.cc:654] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:19.678296 11065 tablet_bootstrap.cc:654] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:19.679478 11066 tablet_bootstrap.cc:654] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:19.683585 11064 tablet_bootstrap.cc:492] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464: No bootstrap required, opened a new log
I20260630 12:15:19.684074 11064 ts_tablet_manager.cc:1403] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:15:19.684583 11066 tablet_bootstrap.cc:492] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247: No bootstrap required, opened a new log
I20260630 12:15:19.684594 11065 tablet_bootstrap.cc:492] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: No bootstrap required, opened a new log
I20260630 12:15:19.685292 11066 ts_tablet_manager.cc:1403] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.000s
I20260630 12:15:19.685297 11065 ts_tablet_manager.cc:1403] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:15:19.686836 11064 raft_consensus.cc:359] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.687433 11064 raft_consensus.cc:385] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:19.687716 11064 raft_consensus.cc:740] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb811ee64086474693f9967a1ea4f464, State: Initialized, Role: FOLLOWER
I20260630 12:15:19.688457 11064 consensus_queue.cc:260] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.688469 11066 raft_consensus.cc:359] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.688812 11065 raft_consensus.cc:359] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.689432 11066 raft_consensus.cc:385] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:19.689497 11065 raft_consensus.cc:385] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:19.689880 11066 raft_consensus.cc:740] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20408a76ac134ed3ab5d549db75f7247, State: Initialized, Role: FOLLOWER
I20260630 12:15:19.689978 11065 raft_consensus.cc:740] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67ab47c602864419b522adaa2d255a9b, State: Initialized, Role: FOLLOWER
I20260630 12:15:19.690781 11066 consensus_queue.cc:260] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.690873 11065 consensus_queue.cc:260] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.697064 10901 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260630 12:15:19.697876 11066 ts_tablet_manager.cc:1434] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.004s
I20260630 12:15:19.698305 11049 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260630 12:15:19.700716 11064 ts_tablet_manager.cc:1434] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.005s
I20260630 12:15:19.702425 10826 heartbeater.cc:499] Master 127.0.107.254:41465 was elected leader, sending a full tablet report...
I20260630 12:15:19.702865 11065 ts_tablet_manager.cc:1434] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.008s
I20260630 12:15:19.704181 11073 raft_consensus.cc:493] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:19.704721 11073 raft_consensus.cc:515] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.715819 11073 leader_election.cc:290] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 20408a76ac134ed3ab5d549db75f7247 (127.0.107.194:38013), cb811ee64086474693f9967a1ea4f464 (127.0.107.196:42335)
I20260630 12:15:19.720993 10876 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ba191bb69614abc90d076099d18aec5" candidate_uuid: "67ab47c602864419b522adaa2d255a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20408a76ac134ed3ab5d549db75f7247" is_pre_election: true
I20260630 12:15:19.721819 10876 raft_consensus.cc:2468] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67ab47c602864419b522adaa2d255a9b in term 0.
I20260630 12:15:19.722942 10766 leader_election.cc:304] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20408a76ac134ed3ab5d549db75f7247, 67ab47c602864419b522adaa2d255a9b; no voters: 
I20260630 12:15:19.723739 11073 raft_consensus.cc:2804] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:19.724077 11073 raft_consensus.cc:493] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:19.724354 11073 raft_consensus.cc:3060] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:19.727207 11024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ba191bb69614abc90d076099d18aec5" candidate_uuid: "67ab47c602864419b522adaa2d255a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb811ee64086474693f9967a1ea4f464" is_pre_election: true
I20260630 12:15:19.727815 11024 raft_consensus.cc:2468] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67ab47c602864419b522adaa2d255a9b in term 0.
I20260630 12:15:19.729923 11073 raft_consensus.cc:515] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.731552 11073 leader_election.cc:290] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [CANDIDATE]: Term 1 election: Requested vote from peers 20408a76ac134ed3ab5d549db75f7247 (127.0.107.194:38013), cb811ee64086474693f9967a1ea4f464 (127.0.107.196:42335)
I20260630 12:15:19.732174 10876 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ba191bb69614abc90d076099d18aec5" candidate_uuid: "67ab47c602864419b522adaa2d255a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20408a76ac134ed3ab5d549db75f7247"
I20260630 12:15:19.732695 10876 raft_consensus.cc:3060] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:19.733366 11024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ba191bb69614abc90d076099d18aec5" candidate_uuid: "67ab47c602864419b522adaa2d255a9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb811ee64086474693f9967a1ea4f464"
I20260630 12:15:19.733958 11024 raft_consensus.cc:3060] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:19.739814 10876 raft_consensus.cc:2468] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67ab47c602864419b522adaa2d255a9b in term 1.
I20260630 12:15:19.741050 11024 raft_consensus.cc:2468] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67ab47c602864419b522adaa2d255a9b in term 1.
I20260630 12:15:19.741032 10766 leader_election.cc:304] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20408a76ac134ed3ab5d549db75f7247, 67ab47c602864419b522adaa2d255a9b; no voters: 
I20260630 12:15:19.742157 11073 raft_consensus.cc:2804] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:19.742636 11073 raft_consensus.cc:697] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 1 LEADER]: Becoming Leader. State: Replica: 67ab47c602864419b522adaa2d255a9b, State: Running, Role: LEADER
I20260630 12:15:19.743418 11073 consensus_queue.cc:237] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } }
I20260630 12:15:19.749800 10699 catalog_manager.cc:5697] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 67ab47c602864419b522adaa2d255a9b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "67ab47c602864419b522adaa2d255a9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20408a76ac134ed3ab5d549db75f7247" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38013 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cb811ee64086474693f9967a1ea4f464" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "67ab47c602864419b522adaa2d255a9b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43683 } health_report { overall_health: HEALTHY } } }
W20260630 12:15:19.805204   431 auto_rebalancer.cc:639] Failed to schedule move for tablet 1ba191bb69614abc90d076099d18aec5: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:15:19.806555   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:19.822954   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:19.823799   431 tablet_replica.cc:333] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: stopping tablet replica
I20260630 12:15:19.824332   431 raft_consensus.cc:2243] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:19.824944   431 pending_rounds.cc:70] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: Trying to abort 1 pending ops.
I20260630 12:15:19.825166   431 pending_rounds.cc:77] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437764075360256 op_type: NO_OP noop_request { }
I20260630 12:15:19.825433   431 raft_consensus.cc:2889] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:15:19.825789   431 raft_consensus.cc:2272] T 1ba191bb69614abc90d076099d18aec5 P 67ab47c602864419b522adaa2d255a9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:19.846956   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:19.855963   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:19.874415   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:19.875212   431 tablet_replica.cc:333] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247: stopping tablet replica
I20260630 12:15:19.875728   431 raft_consensus.cc:2243] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:19.876075   431 raft_consensus.cc:2272] T 1ba191bb69614abc90d076099d18aec5 P 20408a76ac134ed3ab5d549db75f7247 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:19.894477   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:19.903718   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:19.920502   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:19.936897   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:19.944018   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:19.961706   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:19.962474   431 tablet_replica.cc:333] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464: stopping tablet replica
I20260630 12:15:19.962996   431 raft_consensus.cc:2243] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:19.963406   431 raft_consensus.cc:2272] T 1ba191bb69614abc90d076099d18aec5 P cb811ee64086474693f9967a1ea4f464 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:19.981982   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:19.990887   431 master.cc:562] Master@127.0.107.254:41465 shutting down...
I20260630 12:15:20.005570   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:20.006124   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:20.006381   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 256e2882bdbe42e79ceda49af4f98077: stopping tablet replica
I20260630 12:15:20.025422   431 master.cc:584] Master@127.0.107.254:41465 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1084 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:15:20.058414   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40827
I20260630 12:15:20.059377   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:20.064028 11078 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:20.064581 11079 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:20.066273 11081 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:20.067265   431 server_base.cc:1061] running on GCE node
I20260630 12:15:20.068044   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:20.068254   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:20.068423   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821720068407 us; error 0 us; skew 500 ppm
I20260630 12:15:20.068928   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:20.071427   431 webserver.cc:533] Webserver started at http://127.0.107.254:44297/ using document root <none> and password file <none>
I20260630 12:15:20.071892   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:20.072100   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:20.072362   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:20.073372   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "e50b30dc1b8041d392f2f740b12d166a"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.077539   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:15:20.080623 11086 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.081503   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:20.081808   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "e50b30dc1b8041d392f2f740b12d166a"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.082037   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-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)
I20260630 12:15:20.096616   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:20.097530   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:20.131728   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40827
I20260630 12:15:20.131814 11137 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40827 every 8 connection(s)
I20260630 12:15:20.135452 11138 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:20.145633 11138 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a: Bootstrap starting.
I20260630 12:15:20.149757 11138 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:20.153441 11138 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a: No bootstrap required, opened a new log
I20260630 12:15:20.155376 11138 raft_consensus.cc:359] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e50b30dc1b8041d392f2f740b12d166a" member_type: VOTER }
I20260630 12:15:20.155730 11138 raft_consensus.cc:385] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:20.155902 11138 raft_consensus.cc:740] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e50b30dc1b8041d392f2f740b12d166a, State: Initialized, Role: FOLLOWER
I20260630 12:15:20.156385 11138 consensus_queue.cc:260] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e50b30dc1b8041d392f2f740b12d166a" member_type: VOTER }
I20260630 12:15:20.156764 11138 raft_consensus.cc:399] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:20.156946 11138 raft_consensus.cc:493] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:20.157166 11138 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:20.161782 11138 raft_consensus.cc:515] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e50b30dc1b8041d392f2f740b12d166a" member_type: VOTER }
I20260630 12:15:20.162274 11138 leader_election.cc:304] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [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: e50b30dc1b8041d392f2f740b12d166a; no voters: 
I20260630 12:15:20.163316 11138 leader_election.cc:290] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:20.163652 11141 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:20.164947 11141 raft_consensus.cc:697] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 1 LEADER]: Becoming Leader. State: Replica: e50b30dc1b8041d392f2f740b12d166a, State: Running, Role: LEADER
I20260630 12:15:20.165658 11141 consensus_queue.cc:237] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [LEADER]: Queue going to LEADER mode. State: All 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: "e50b30dc1b8041d392f2f740b12d166a" member_type: VOTER }
I20260630 12:15:20.166278 11138 sys_catalog.cc:565] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:20.168373 11143 sys_catalog.cc:455] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [sys.catalog]: SysCatalogTable state changed. Reason: New leader e50b30dc1b8041d392f2f740b12d166a. Latest consensus state: current_term: 1 leader_uuid: "e50b30dc1b8041d392f2f740b12d166a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e50b30dc1b8041d392f2f740b12d166a" member_type: VOTER } }
I20260630 12:15:20.168359 11142 sys_catalog.cc:455] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e50b30dc1b8041d392f2f740b12d166a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e50b30dc1b8041d392f2f740b12d166a" member_type: VOTER } }
I20260630 12:15:20.169131 11143 sys_catalog.cc:458] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:20.169230 11142 sys_catalog.cc:458] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:20.177717 11146 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:20.182512 11146 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:20.183503   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:20.191027 11146 catalog_manager.cc:1383] Generated new cluster ID: a8e20f8a70c548a88fadf07cfe74516b
I20260630 12:15:20.191300 11146 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:20.220877 11146 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:20.222143 11146 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:20.234133 11146 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a: Generated new TSK 0
I20260630 12:15:20.234714 11146 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:20.250200   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:20.255779 11159 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:20.256955 11160 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:20.258771 11162 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:20.259217   431 server_base.cc:1061] running on GCE node
I20260630 12:15:20.260128   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:20.260329   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:20.260495   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821720260459 us; error 0 us; skew 500 ppm
I20260630 12:15:20.260984   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:20.263234   431 webserver.cc:533] Webserver started at http://127.0.107.193:41783/ using document root <none> and password file <none>
I20260630 12:15:20.263695   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:20.263896   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:20.264168   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:20.265211   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.269379   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:15:20.272631 11167 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.273370   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:20.273669   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.273936   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-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)
I20260630 12:15:20.302465   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:20.303493   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:20.304873   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:20.307088   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:20.307308   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.307551   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:20.307721   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.344319   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43893
I20260630 12:15:20.344441 11229 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43893 every 8 connection(s)
I20260630 12:15:20.349164   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:20.355983 11234 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:20.357198 11235 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:20.359318   431 server_base.cc:1061] running on GCE node
W20260630 12:15:20.359274 11237 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:20.360524   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:20.360774   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:20.361018   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821720360999 us; error 0 us; skew 500 ppm
I20260630 12:15:20.361543   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:20.364310 11230 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40827
I20260630 12:15:20.364388   431 webserver.cc:533] Webserver started at http://127.0.107.194:45237/ using document root <none> and password file <none>
I20260630 12:15:20.364741 11230 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:20.365052   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:20.365353   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:20.365684   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:20.365658 11230 heartbeater.cc:507] Master 127.0.107.254:40827 requested a full tablet report, sending...
I20260630 12:15:20.367259   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "7c75aa025da74a01b7e2a2fa4c913130"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.368183 11103 ts_manager.cc:194] Registered new tserver with Master: 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893)
I20260630 12:15:20.369952 11103 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55646
I20260630 12:15:20.371865   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:15:20.375111 11242 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.375922   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:20.376204   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "7c75aa025da74a01b7e2a2fa4c913130"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.376463   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-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)
I20260630 12:15:20.406708   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:20.408001   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:20.409308   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:20.411484   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:20.411700   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.411948   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:20.412128   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.448829   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43915
I20260630 12:15:20.448930 11304 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43915 every 8 connection(s)
I20260630 12:15:20.453693   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:20.460129 11308 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:20.461551 11309 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:20.463106 11311 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:20.463640   431 server_base.cc:1061] running on GCE node
I20260630 12:15:20.464680   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:20.464908   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:20.465152   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821720465117 us; error 0 us; skew 500 ppm
I20260630 12:15:20.465325 11305 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40827
I20260630 12:15:20.465749 11305 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:20.465838   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:20.466790 11305 heartbeater.cc:507] Master 127.0.107.254:40827 requested a full tablet report, sending...
I20260630 12:15:20.468818   431 webserver.cc:533] Webserver started at http://127.0.107.195:43439/ using document root <none> and password file <none>
I20260630 12:15:20.469213 11103 ts_manager.cc:194] Registered new tserver with Master: 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194:43915)
I20260630 12:15:20.469466   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:20.469779   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:20.470084   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:20.471074 11103 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55658
I20260630 12:15:20.471494   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.476188   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:15:20.479283 11316 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.480046   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:20.480360   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e"
format_stamp: "Formatted at 2026-06-30 12:15:20 on dist-test-slave-ctg2"
I20260630 12:15:20.480625   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-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)
I20260630 12:15:20.503407   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:20.504453   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:20.505949   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:20.508144   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:20.508373   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.508607   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:20.508781   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:20.547767   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33637
I20260630 12:15:20.547861 11378 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33637 every 8 connection(s)
I20260630 12:15:20.560717 11379 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40827
I20260630 12:15:20.561044 11379 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:20.561681 11379 heartbeater.cc:507] Master 127.0.107.254:40827 requested a full tablet report, sending...
I20260630 12:15:20.563526 11103 ts_manager.cc:194] Registered new tserver with Master: 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637)
I20260630 12:15:20.564419   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013470974s
I20260630 12:15:20.564905 11103 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55674
I20260630 12:15:21.372651 11230 heartbeater.cc:499] Master 127.0.107.254:40827 was elected leader, sending a full tablet report...
I20260630 12:15:21.473567 11305 heartbeater.cc:499] Master 127.0.107.254:40827 was elected leader, sending a full tablet report...
I20260630 12:15:21.567305 11379 heartbeater.cc:499] Master 127.0.107.254:40827 was elected leader, sending a full tablet report...
I20260630 12:15:21.620826 11103 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55684:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:21.622967 11103 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:21.693488 11270 tablet_service.cc:1511] Processing CreateTablet for tablet 88c21b0d4c204429adfa60843532b416 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:21.694554 11267 tablet_service.cc:1511] Processing CreateTablet for tablet 3adfbb3e1b7d4dac860ce170fd382c72 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:21.694938 11269 tablet_service.cc:1511] Processing CreateTablet for tablet ee1b22a6282740aeba817d06dbe73c54 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:21.694958 11270 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88c21b0d4c204429adfa60843532b416. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.696110 11268 tablet_service.cc:1511] Processing CreateTablet for tablet b5fdcad40804442d957a59e9db91204b (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:21.696617 11269 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee1b22a6282740aeba817d06dbe73c54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.697225 11267 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3adfbb3e1b7d4dac860ce170fd382c72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.698639 11344 tablet_service.cc:1511] Processing CreateTablet for tablet 88c21b0d4c204429adfa60843532b416 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:21.699937 11344 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88c21b0d4c204429adfa60843532b416. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.700359 11268 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b5fdcad40804442d957a59e9db91204b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.714600 11343 tablet_service.cc:1511] Processing CreateTablet for tablet ee1b22a6282740aeba817d06dbe73c54 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:21.716444 11343 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee1b22a6282740aeba817d06dbe73c54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.722781 11195 tablet_service.cc:1511] Processing CreateTablet for tablet 88c21b0d4c204429adfa60843532b416 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:21.723623 11342 tablet_service.cc:1511] Processing CreateTablet for tablet b5fdcad40804442d957a59e9db91204b (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:21.724231 11195 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88c21b0d4c204429adfa60843532b416. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.725517 11194 tablet_service.cc:1511] Processing CreateTablet for tablet ee1b22a6282740aeba817d06dbe73c54 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:21.725428 11342 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b5fdcad40804442d957a59e9db91204b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.726858 11194 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee1b22a6282740aeba817d06dbe73c54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.727555 11192 tablet_service.cc:1511] Processing CreateTablet for tablet 3adfbb3e1b7d4dac860ce170fd382c72 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:21.728791 11192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3adfbb3e1b7d4dac860ce170fd382c72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.731956 11193 tablet_service.cc:1511] Processing CreateTablet for tablet b5fdcad40804442d957a59e9db91204b (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:21.733268 11193 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b5fdcad40804442d957a59e9db91204b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.739826 11341 tablet_service.cc:1511] Processing CreateTablet for tablet 3adfbb3e1b7d4dac860ce170fd382c72 (DEFAULT_TABLE table=test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:21.741671 11341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3adfbb3e1b7d4dac860ce170fd382c72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:21.769841 11400 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Bootstrap starting.
I20260630 12:15:21.773828 11399 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: Bootstrap starting.
I20260630 12:15:21.774596 11401 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Bootstrap starting.
I20260630 12:15:21.779726 11400 tablet_bootstrap.cc:654] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.780369 11399 tablet_bootstrap.cc:654] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.781677 11401 tablet_bootstrap.cc:654] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.785151 11400 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: No bootstrap required, opened a new log
I20260630 12:15:21.785451 11399 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: No bootstrap required, opened a new log
I20260630 12:15:21.785672 11400 ts_tablet_manager.cc:1403] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.004s
I20260630 12:15:21.786026 11399 ts_tablet_manager.cc:1403] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.000s
I20260630 12:15:21.786727 11401 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e: No bootstrap required, opened a new log
I20260630 12:15:21.787195 11401 ts_tablet_manager.cc:1403] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.003s
I20260630 12:15:21.788242 11399 raft_consensus.cc:359] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.788820 11399 raft_consensus.cc:385] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.789253 11399 raft_consensus.cc:740] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c75aa025da74a01b7e2a2fa4c913130, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.788738 11400 raft_consensus.cc:359] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.789695 11400 raft_consensus.cc:385] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.789669 11401 raft_consensus.cc:359] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.790185 11400 raft_consensus.cc:740] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eee6203021d4f89acd4aa4ff5b9fa9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.789988 11399 consensus_queue.cc:260] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.790558 11401 raft_consensus.cc:385] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.790917 11401 raft_consensus.cc:740] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b2b4a1508ef42a7a9ea40725bc24e0e, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.791116 11400 consensus_queue.cc:260] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.791757 11401 consensus_queue.cc:260] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.793242 11399 ts_tablet_manager.cc:1434] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:21.794564 11399 tablet_bootstrap.cc:492] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130: Bootstrap starting.
I20260630 12:15:21.801885 11399 tablet_bootstrap.cc:654] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.810169 11399 tablet_bootstrap.cc:492] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130: No bootstrap required, opened a new log
I20260630 12:15:21.810578 11400 ts_tablet_manager.cc:1434] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent starting tablet: real 0.024s	user 0.015s	sys 0.008s
I20260630 12:15:21.810665 11399 ts_tablet_manager.cc:1403] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.008s
I20260630 12:15:21.811695 11400 tablet_bootstrap.cc:492] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Bootstrap starting.
I20260630 12:15:21.812883 11401 ts_tablet_manager.cc:1434] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent starting tablet: real 0.025s	user 0.016s	sys 0.004s
I20260630 12:15:21.813956 11401 tablet_bootstrap.cc:492] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Bootstrap starting.
I20260630 12:15:21.813728 11399 raft_consensus.cc:359] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:21.814489 11399 raft_consensus.cc:385] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.814801 11399 raft_consensus.cc:740] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c75aa025da74a01b7e2a2fa4c913130, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.815613 11399 consensus_queue.cc:260] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:21.817976 11400 tablet_bootstrap.cc:654] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.819749 11399 ts_tablet_manager.cc:1434] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:15:21.820338 11401 tablet_bootstrap.cc:654] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.820734 11399 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130: Bootstrap starting.
I20260630 12:15:21.826812 11399 tablet_bootstrap.cc:654] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.831660 11400 tablet_bootstrap.cc:492] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f: No bootstrap required, opened a new log
I20260630 12:15:21.832314 11400 ts_tablet_manager.cc:1403] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.007s
I20260630 12:15:21.835801 11400 raft_consensus.cc:359] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:21.836788 11400 raft_consensus.cc:385] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.837169 11400 raft_consensus.cc:740] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eee6203021d4f89acd4aa4ff5b9fa9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.838801 11400 consensus_queue.cc:260] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:21.840735 11401 tablet_bootstrap.cc:492] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e: No bootstrap required, opened a new log
I20260630 12:15:21.841133 11400 ts_tablet_manager.cc:1434] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:15:21.841274 11401 ts_tablet_manager.cc:1403] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.014s
I20260630 12:15:21.842229 11400 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: Bootstrap starting.
I20260630 12:15:21.844050 11401 raft_consensus.cc:359] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:21.844740 11401 raft_consensus.cc:385] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.845036 11401 raft_consensus.cc:740] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b2b4a1508ef42a7a9ea40725bc24e0e, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.845899 11401 consensus_queue.cc:260] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:21.848626 11400 tablet_bootstrap.cc:654] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.850045 11401 ts_tablet_manager.cc:1434] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260630 12:15:21.851029 11401 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e: Bootstrap starting.
I20260630 12:15:21.854331 11399 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130: No bootstrap required, opened a new log
I20260630 12:15:21.854908 11399 ts_tablet_manager.cc:1403] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130: Time spent bootstrapping tablet: real 0.034s	user 0.017s	sys 0.016s
I20260630 12:15:21.857760 11401 tablet_bootstrap.cc:654] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.857793 11399 raft_consensus.cc:359] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.859046 11399 raft_consensus.cc:385] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.859401 11399 raft_consensus.cc:740] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c75aa025da74a01b7e2a2fa4c913130, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.860335 11399 consensus_queue.cc:260] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.864614 11399 ts_tablet_manager.cc:1434] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:15:21.865778 11399 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: Bootstrap starting.
I20260630 12:15:21.871600 11401 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e: No bootstrap required, opened a new log
I20260630 12:15:21.872341 11401 ts_tablet_manager.cc:1403] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.010s
I20260630 12:15:21.875550 11399 tablet_bootstrap.cc:654] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.876309 11401 raft_consensus.cc:359] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.877180 11401 raft_consensus.cc:385] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.877521 11401 raft_consensus.cc:740] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b2b4a1508ef42a7a9ea40725bc24e0e, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.878638 11401 consensus_queue.cc:260] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.881557 11401 ts_tablet_manager.cc:1434] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
I20260630 12:15:21.882992 11401 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Bootstrap starting.
I20260630 12:15:21.884697 11406 raft_consensus.cc:493] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:21.885370 11406 raft_consensus.cc:515] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.888651 11399 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: No bootstrap required, opened a new log
I20260630 12:15:21.889232 11399 ts_tablet_manager.cc:1403] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.004s
I20260630 12:15:21.890929 11406 leader_election.cc:290] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194:43915), 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637)
I20260630 12:15:21.892014 11401 tablet_bootstrap.cc:654] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.892205 11399 raft_consensus.cc:359] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.893090 11399 raft_consensus.cc:385] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.893419 11399 raft_consensus.cc:740] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c75aa025da74a01b7e2a2fa4c913130, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.894361 11399 consensus_queue.cc:260] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.896117 11400 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: No bootstrap required, opened a new log
I20260630 12:15:21.896646 11400 ts_tablet_manager.cc:1403] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent bootstrapping tablet: real 0.055s	user 0.016s	sys 0.018s
I20260630 12:15:21.899726 11400 raft_consensus.cc:359] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.900422 11400 raft_consensus.cc:385] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.900725 11400 raft_consensus.cc:740] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eee6203021d4f89acd4aa4ff5b9fa9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.901511 11400 consensus_queue.cc:260] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.903329 11399 ts_tablet_manager.cc:1434] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260630 12:15:21.903584 11400 ts_tablet_manager.cc:1434] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:15:21.904601 11400 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Bootstrap starting.
I20260630 12:15:21.905226 11401 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: No bootstrap required, opened a new log
I20260630 12:15:21.905804 11401 ts_tablet_manager.cc:1403] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent bootstrapping tablet: real 0.023s	user 0.003s	sys 0.016s
I20260630 12:15:21.908798 11401 raft_consensus.cc:359] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.909660 11401 raft_consensus.cc:385] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.910006 11401 raft_consensus.cc:740] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b2b4a1508ef42a7a9ea40725bc24e0e, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.910856 11400 tablet_bootstrap.cc:654] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.910933 11401 consensus_queue.cc:260] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.913666 11401 ts_tablet_manager.cc:1434] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:15:21.926975 11400 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: No bootstrap required, opened a new log
I20260630 12:15:21.927073 11280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee1b22a6282740aeba817d06dbe73c54" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c75aa025da74a01b7e2a2fa4c913130" is_pre_election: true
I20260630 12:15:21.927742 11400 ts_tablet_manager.cc:1403] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.000s
I20260630 12:15:21.927888 11280 raft_consensus.cc:2468] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 0.
I20260630 12:15:21.929296 11170 leader_election.cc:304] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eee6203021d4f89acd4aa4ff5b9fa9f, 7c75aa025da74a01b7e2a2fa4c913130; no voters: 
I20260630 12:15:21.930208 11406 raft_consensus.cc:2804] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:21.930651 11406 raft_consensus.cc:493] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:21.930460 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee1b22a6282740aeba817d06dbe73c54" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" is_pre_election: true
I20260630 12:15:21.931041 11406 raft_consensus.cc:3060] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:21.930763 11400 raft_consensus.cc:359] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.931216 11354 raft_consensus.cc:2468] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 0.
I20260630 12:15:21.931496 11400 raft_consensus.cc:385] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.931880 11400 raft_consensus.cc:740] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eee6203021d4f89acd4aa4ff5b9fa9f, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.932585 11400 consensus_queue.cc:260] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.935405 11400 ts_tablet_manager.cc:1434] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:15:21.937101 11406 raft_consensus.cc:515] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.939323 11406 leader_election.cc:290] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 election: Requested vote from peers 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194:43915), 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637)
I20260630 12:15:21.940066 11280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee1b22a6282740aeba817d06dbe73c54" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c75aa025da74a01b7e2a2fa4c913130"
I20260630 12:15:21.940304 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee1b22a6282740aeba817d06dbe73c54" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e"
I20260630 12:15:21.940675 11280 raft_consensus.cc:3060] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:21.940903 11354 raft_consensus.cc:3060] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:21.946693 11354 raft_consensus.cc:2468] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 1.
I20260630 12:15:21.947467 11280 raft_consensus.cc:2468] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 1.
I20260630 12:15:21.947705 11170 leader_election.cc:304] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b2b4a1508ef42a7a9ea40725bc24e0e, 4eee6203021d4f89acd4aa4ff5b9fa9f; no voters: 
I20260630 12:15:21.948532 11406 raft_consensus.cc:2804] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:21.948930 11406 raft_consensus.cc:697] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Becoming Leader. State: Replica: 4eee6203021d4f89acd4aa4ff5b9fa9f, State: Running, Role: LEADER
I20260630 12:15:21.949700 11406 consensus_queue.cc:237] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:21.956462 11101 catalog_manager.cc:5697] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:22.000487 11406 raft_consensus.cc:493] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:22.000936 11406 raft_consensus.cc:515] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:22.002600 11406 leader_election.cc:290] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194:43915), 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637)
I20260630 12:15:22.003491 11280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5fdcad40804442d957a59e9db91204b" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c75aa025da74a01b7e2a2fa4c913130" is_pre_election: true
I20260630 12:15:22.003695 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5fdcad40804442d957a59e9db91204b" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" is_pre_election: true
I20260630 12:15:22.004107 11280 raft_consensus.cc:2468] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 0.
I20260630 12:15:22.004310 11354 raft_consensus.cc:2468] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 0.
I20260630 12:15:22.005173 11170 leader_election.cc:304] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eee6203021d4f89acd4aa4ff5b9fa9f, 7c75aa025da74a01b7e2a2fa4c913130; no voters: 
I20260630 12:15:22.005826 11406 raft_consensus.cc:2804] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:22.006127 11406 raft_consensus.cc:493] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:22.006397 11406 raft_consensus.cc:3060] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.011709 11406 raft_consensus.cc:515] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:22.013213 11406 leader_election.cc:290] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 election: Requested vote from peers 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194:43915), 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637)
I20260630 12:15:22.014038 11280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5fdcad40804442d957a59e9db91204b" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c75aa025da74a01b7e2a2fa4c913130"
I20260630 12:15:22.014299 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b5fdcad40804442d957a59e9db91204b" candidate_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e"
I20260630 12:15:22.014580 11280 raft_consensus.cc:3060] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.014854 11354 raft_consensus.cc:3060] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.019309 11280 raft_consensus.cc:2468] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 1.
I20260630 12:15:22.019451 11354 raft_consensus.cc:2468] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eee6203021d4f89acd4aa4ff5b9fa9f in term 1.
I20260630 12:15:22.020397 11170 leader_election.cc:304] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eee6203021d4f89acd4aa4ff5b9fa9f, 7c75aa025da74a01b7e2a2fa4c913130; no voters: 
I20260630 12:15:22.021049 11406 raft_consensus.cc:2804] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:22.021476 11406 raft_consensus.cc:697] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Becoming Leader. State: Replica: 4eee6203021d4f89acd4aa4ff5b9fa9f, State: Running, Role: LEADER
I20260630 12:15:22.022126 11406 consensus_queue.cc:237] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:22.028609 11101 catalog_manager.cc:5697] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:22.105012 11405 raft_consensus.cc:493] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:22.105547 11405 raft_consensus.cc:515] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:22.107869 11405 leader_election.cc:290] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893), 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637)
I20260630 12:15:22.119282 11205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3adfbb3e1b7d4dac860ce170fd382c72" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" is_pre_election: true
I20260630 12:15:22.119554 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3adfbb3e1b7d4dac860ce170fd382c72" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" is_pre_election: true
I20260630 12:15:22.120019 11205 raft_consensus.cc:2468] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 0.
I20260630 12:15:22.120246 11354 raft_consensus.cc:2468] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 0.
I20260630 12:15:22.121290 11246 leader_election.cc:304] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eee6203021d4f89acd4aa4ff5b9fa9f, 7c75aa025da74a01b7e2a2fa4c913130; no voters: 
I20260630 12:15:22.122110 11405 raft_consensus.cc:2804] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:22.122494 11405 raft_consensus.cc:493] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:22.122768 11405 raft_consensus.cc:3060] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.127735 11405 raft_consensus.cc:515] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:22.129489 11405 leader_election.cc:290] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 election: Requested vote from peers 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893), 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637)
I20260630 12:15:22.130272 11205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3adfbb3e1b7d4dac860ce170fd382c72" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f"
I20260630 12:15:22.130473 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3adfbb3e1b7d4dac860ce170fd382c72" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e"
I20260630 12:15:22.130927 11205 raft_consensus.cc:3060] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.131034 11354 raft_consensus.cc:3060] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.138051 11205 raft_consensus.cc:2468] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 1.
I20260630 12:15:22.138046 11354 raft_consensus.cc:2468] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 1.
I20260630 12:15:22.139436 11246 leader_election.cc:304] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eee6203021d4f89acd4aa4ff5b9fa9f, 7c75aa025da74a01b7e2a2fa4c913130; no voters: 
I20260630 12:15:22.140282 11405 raft_consensus.cc:2804] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:22.141390 11405 raft_consensus.cc:697] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 LEADER]: Becoming Leader. State: Replica: 7c75aa025da74a01b7e2a2fa4c913130, State: Running, Role: LEADER
I20260630 12:15:22.142170 11405 consensus_queue.cc:237] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } }
I20260630 12:15:22.149451 11101 catalog_manager.cc:5697] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7c75aa025da74a01b7e2a2fa4c913130" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:22.151799 11405 raft_consensus.cc:493] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:22.152232 11405 raft_consensus.cc:515] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:22.153993 11405 leader_election.cc:290] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637), 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893)
I20260630 12:15:22.154660 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88c21b0d4c204429adfa60843532b416" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" is_pre_election: true
I20260630 12:15:22.155051 11205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88c21b0d4c204429adfa60843532b416" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" is_pre_election: true
I20260630 12:15:22.155431 11354 raft_consensus.cc:2468] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 0.
I20260630 12:15:22.155694 11205 raft_consensus.cc:2468] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 0.
I20260630 12:15:22.156628 11245 leader_election.cc:304] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b2b4a1508ef42a7a9ea40725bc24e0e, 7c75aa025da74a01b7e2a2fa4c913130; no voters: 
I20260630 12:15:22.157534 11405 raft_consensus.cc:2804] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:22.157964 11405 raft_consensus.cc:493] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:22.158241 11405 raft_consensus.cc:3060] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.162998 11405 raft_consensus.cc:515] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
I20260630 12:15:22.164667 11405 leader_election.cc:290] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 election: Requested vote from peers 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637), 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893)
I20260630 12:15:22.165462 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88c21b0d4c204429adfa60843532b416" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e"
I20260630 12:15:22.165657 11205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88c21b0d4c204429adfa60843532b416" candidate_uuid: "7c75aa025da74a01b7e2a2fa4c913130" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f"
I20260630 12:15:22.166139 11354 raft_consensus.cc:3060] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.166194 11205 raft_consensus.cc:3060] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:22.173174 11205 raft_consensus.cc:2468] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 1.
I20260630 12:15:22.173177 11354 raft_consensus.cc:2468] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c75aa025da74a01b7e2a2fa4c913130 in term 1.
I20260630 12:15:22.174423 11245 leader_election.cc:304] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b2b4a1508ef42a7a9ea40725bc24e0e, 7c75aa025da74a01b7e2a2fa4c913130; no voters: 
I20260630 12:15:22.175153 11405 raft_consensus.cc:2804] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:22.175616 11405 raft_consensus.cc:697] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 LEADER]: Becoming Leader. State: Replica: 7c75aa025da74a01b7e2a2fa4c913130, State: Running, Role: LEADER
I20260630 12:15:22.176419 11405 consensus_queue.cc:237] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } }
W20260630 12:15:22.177188 11151 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:22.183223 11101 catalog_manager.cc:5697] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7c75aa025da74a01b7e2a2fa4c913130" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:22.402509 11406 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:22.418783 11419 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:22.443989 11419 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:22.452342 11406 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:22.572645 11405 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:22.583544 11437 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:22.621268 11437 consensus_queue.cc:1048] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:22.631954 11424 consensus_queue.cc:1048] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:29.286172   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:29.294102 11442 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.295115 11443 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:29.300274   431 server_base.cc:1061] running on GCE node
W20260630 12:15:29.300482 11446 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:29.301569   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:29.301846   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:29.302013   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821729301995 us; error 0 us; skew 500 ppm
I20260630 12:15:29.302525   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:29.305253   431 webserver.cc:533] Webserver started at http://127.0.107.196:43711/ using document root <none> and password file <none>
I20260630 12:15:29.305823   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:29.306025   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:29.306282   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:29.307667   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "ffa89bf740b343c08dac453ca223dd44"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-ctg2"
I20260630 12:15:29.312454   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:15:29.316013 11450 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.316817   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:29.317126   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "ffa89bf740b343c08dac453ca223dd44"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-ctg2"
I20260630 12:15:29.317420   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-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)
I20260630 12:15:29.343580   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:29.344894   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:29.346494   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:29.349130   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:29.349370   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.349646   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:29.349841   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.392480   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38133
I20260630 12:15:29.392627 11512 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38133 every 8 connection(s)
I20260630 12:15:29.408711 11513 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40827
I20260630 12:15:29.409175 11513 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:29.410009 11513 heartbeater.cc:507] Master 127.0.107.254:40827 requested a full tablet report, sending...
I20260630 12:15:29.412312 11102 ts_manager.cc:194] Registered new tserver with Master: ffa89bf740b343c08dac453ca223dd44 (127.0.107.196:38133)
I20260630 12:15:29.414179 11102 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48306
I20260630 12:15:30.244222 11205 consensus_queue.cc:237] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.252792 11354 raft_consensus.cc:1275] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:30.254702 11280 raft_consensus.cc:1275] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:30.254619 11520 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:15:30.256325 11406 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:15:30.270128 11169 consensus_peers.cc:597] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f -> Peer ffa89bf740b343c08dac453ca223dd44 (127.0.107.196:38133): Couldn't send request to peer ffa89bf740b343c08dac453ca223dd44. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ee1b22a6282740aeba817d06dbe73c54. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:30.269511 11354 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.271374 11280 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.267356 11520 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.287276 11102 catalog_manager.cc:5697] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f reported cstate change: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:30.290283 11205 consensus_queue.cc:237] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
W20260630 12:15:30.298913 11169 consensus_peers.cc:597] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f -> Peer ffa89bf740b343c08dac453ca223dd44 (127.0.107.196:38133): Couldn't send request to peer ffa89bf740b343c08dac453ca223dd44. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b5fdcad40804442d957a59e9db91204b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:30.299278 11354 raft_consensus.cc:1275] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:30.300494 11280 raft_consensus.cc:1275] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:30.300974 11406 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:30.302577 11525 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:15:30.311309 11525 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.312873 11354 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.320663 11280 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.329412 11101 catalog_manager.cc:5697] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f reported cstate change: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:30.340332 11279 consensus_queue.cc:237] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.354600 11354 raft_consensus.cc:1275] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 7c75aa025da74a01b7e2a2fa4c913130: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:30.354717 11205 raft_consensus.cc:1275] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Refusing update from remote peer 7c75aa025da74a01b7e2a2fa4c913130: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:30.357558 11536 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:15:30.358876 11424 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:15:30.368314 11244 consensus_peers.cc:597] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 -> Peer ffa89bf740b343c08dac453ca223dd44 (127.0.107.196:38133): Couldn't send request to peer ffa89bf740b343c08dac453ca223dd44. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3adfbb3e1b7d4dac860ce170fd382c72. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:30.371780 11424 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.373032 11205 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.373869 11354 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.388907 11100 catalog_manager.cc:5697] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f reported cstate change: config changed from index -1 to 2, NON_VOTER ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7c75aa025da74a01b7e2a2fa4c913130" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } } }
I20260630 12:15:30.416952 11513 heartbeater.cc:499] Master 127.0.107.254:40827 was elected leader, sending a full tablet report...
I20260630 12:15:30.737195 11541 ts_tablet_manager.cc:933] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: Initiating tablet copy from peer 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194:43915)
I20260630 12:15:30.739008 11541 tablet_copy_client.cc:323] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43915
I20260630 12:15:30.751443 11290 tablet_copy_service.cc:140] P 7c75aa025da74a01b7e2a2fa4c913130: Received BeginTabletCopySession request for tablet 3adfbb3e1b7d4dac860ce170fd382c72 from peer ffa89bf740b343c08dac453ca223dd44 ({username='slave'} at 127.0.0.1:42190)
I20260630 12:15:30.752089 11290 tablet_copy_service.cc:161] P 7c75aa025da74a01b7e2a2fa4c913130: Beginning new tablet copy session on tablet 3adfbb3e1b7d4dac860ce170fd382c72 from peer ffa89bf740b343c08dac453ca223dd44 at {username='slave'} at 127.0.0.1:42190: session id = ffa89bf740b343c08dac453ca223dd44-3adfbb3e1b7d4dac860ce170fd382c72
I20260630 12:15:30.763115 11290 tablet_copy_source_session.cc:215] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:30.766229 11541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3adfbb3e1b7d4dac860ce170fd382c72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.777937 11541 tablet_copy_client.cc:806] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:30.778538 11541 tablet_copy_client.cc:670] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:30.782351 11541 tablet_copy_client.cc:538] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:30.788820 11541 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: Bootstrap starting.
I20260630 12:15:30.799294 11544 ts_tablet_manager.cc:933] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: Initiating tablet copy from peer 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893)
I20260630 12:15:30.801573 11544 tablet_copy_client.cc:323] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43893
I20260630 12:15:30.806270 11541 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:30.807170 11541 tablet_bootstrap.cc:492] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: Bootstrap complete.
I20260630 12:15:30.807884 11541 ts_tablet_manager.cc:1403] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.005s
I20260630 12:15:30.810658 11541 raft_consensus.cc:359] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.811267 11541 raft_consensus.cc:740] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ffa89bf740b343c08dac453ca223dd44, State: Initialized, Role: LEARNER
I20260630 12:15:30.811997 11541 consensus_queue.cc:260] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.815294 11541 ts_tablet_manager.cc:1434] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:15:30.815407 11215 tablet_copy_service.cc:140] P 4eee6203021d4f89acd4aa4ff5b9fa9f: Received BeginTabletCopySession request for tablet ee1b22a6282740aeba817d06dbe73c54 from peer ffa89bf740b343c08dac453ca223dd44 ({username='slave'} at 127.0.0.1:36242)
I20260630 12:15:30.816053 11215 tablet_copy_service.cc:161] P 4eee6203021d4f89acd4aa4ff5b9fa9f: Beginning new tablet copy session on tablet ee1b22a6282740aeba817d06dbe73c54 from peer ffa89bf740b343c08dac453ca223dd44 at {username='slave'} at 127.0.0.1:36242: session id = ffa89bf740b343c08dac453ca223dd44-ee1b22a6282740aeba817d06dbe73c54
I20260630 12:15:30.817438 11290 tablet_copy_service.cc:342] P 7c75aa025da74a01b7e2a2fa4c913130: Request end of tablet copy session ffa89bf740b343c08dac453ca223dd44-3adfbb3e1b7d4dac860ce170fd382c72 received from {username='slave'} at 127.0.0.1:42190
I20260630 12:15:30.818003 11290 tablet_copy_service.cc:434] P 7c75aa025da74a01b7e2a2fa4c913130: ending tablet copy session ffa89bf740b343c08dac453ca223dd44-3adfbb3e1b7d4dac860ce170fd382c72 on tablet 3adfbb3e1b7d4dac860ce170fd382c72 with peer ffa89bf740b343c08dac453ca223dd44
I20260630 12:15:30.825115 11215 tablet_copy_source_session.cc:215] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:30.828114 11544 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee1b22a6282740aeba817d06dbe73c54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.839541 11544 tablet_copy_client.cc:806] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:30.840134 11544 tablet_copy_client.cc:670] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:30.843613 11544 tablet_copy_client.cc:538] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:30.850551 11544 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: Bootstrap starting.
I20260630 12:15:30.865517 11544 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:30.866271 11544 tablet_bootstrap.cc:492] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: Bootstrap complete.
I20260630 12:15:30.866875 11544 ts_tablet_manager.cc:1403] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260630 12:15:30.869385 11544 raft_consensus.cc:359] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.870034 11544 raft_consensus.cc:740] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ffa89bf740b343c08dac453ca223dd44, State: Initialized, Role: LEARNER
I20260630 12:15:30.870535 11544 consensus_queue.cc:260] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.872071 11544 ts_tablet_manager.cc:1434] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:15:30.873893 11215 tablet_copy_service.cc:342] P 4eee6203021d4f89acd4aa4ff5b9fa9f: Request end of tablet copy session ffa89bf740b343c08dac453ca223dd44-ee1b22a6282740aeba817d06dbe73c54 received from {username='slave'} at 127.0.0.1:36242
I20260630 12:15:30.874315 11215 tablet_copy_service.cc:434] P 4eee6203021d4f89acd4aa4ff5b9fa9f: ending tablet copy session ffa89bf740b343c08dac453ca223dd44-ee1b22a6282740aeba817d06dbe73c54 on tablet ee1b22a6282740aeba817d06dbe73c54 with peer ffa89bf740b343c08dac453ca223dd44
I20260630 12:15:30.879491 11541 ts_tablet_manager.cc:933] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: Initiating tablet copy from peer 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893)
I20260630 12:15:30.887351 11541 tablet_copy_client.cc:323] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43893
I20260630 12:15:30.889065 11215 tablet_copy_service.cc:140] P 4eee6203021d4f89acd4aa4ff5b9fa9f: Received BeginTabletCopySession request for tablet b5fdcad40804442d957a59e9db91204b from peer ffa89bf740b343c08dac453ca223dd44 ({username='slave'} at 127.0.0.1:36242)
I20260630 12:15:30.889695 11215 tablet_copy_service.cc:161] P 4eee6203021d4f89acd4aa4ff5b9fa9f: Beginning new tablet copy session on tablet b5fdcad40804442d957a59e9db91204b from peer ffa89bf740b343c08dac453ca223dd44 at {username='slave'} at 127.0.0.1:36242: session id = ffa89bf740b343c08dac453ca223dd44-b5fdcad40804442d957a59e9db91204b
I20260630 12:15:30.894953 11215 tablet_copy_source_session.cc:215] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:30.898089 11541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b5fdcad40804442d957a59e9db91204b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.909233 11541 tablet_copy_client.cc:806] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:30.909828 11541 tablet_copy_client.cc:670] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:30.913193 11541 tablet_copy_client.cc:538] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:30.918780 11541 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: Bootstrap starting.
I20260630 12:15:30.933827 11541 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:30.934525 11541 tablet_bootstrap.cc:492] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: Bootstrap complete.
I20260630 12:15:30.935087 11541 ts_tablet_manager.cc:1403] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.001s
I20260630 12:15:30.937151 11541 raft_consensus.cc:359] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.937801 11541 raft_consensus.cc:740] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ffa89bf740b343c08dac453ca223dd44, State: Initialized, Role: LEARNER
I20260630 12:15:30.938308 11541 consensus_queue.cc:260] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: true } }
I20260630 12:15:30.940084 11541 ts_tablet_manager.cc:1434] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:15:30.942112 11215 tablet_copy_service.cc:342] P 4eee6203021d4f89acd4aa4ff5b9fa9f: Request end of tablet copy session ffa89bf740b343c08dac453ca223dd44-b5fdcad40804442d957a59e9db91204b received from {username='slave'} at 127.0.0.1:36242
I20260630 12:15:30.942536 11215 tablet_copy_service.cc:434] P 4eee6203021d4f89acd4aa4ff5b9fa9f: ending tablet copy session ffa89bf740b343c08dac453ca223dd44-b5fdcad40804442d957a59e9db91204b on tablet b5fdcad40804442d957a59e9db91204b with peer ffa89bf740b343c08dac453ca223dd44
I20260630 12:15:31.115851 11488 raft_consensus.cc:1217] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:31.271625 11488 raft_consensus.cc:1217] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:31.278669 11487 raft_consensus.cc:1217] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:31.522171 11536 raft_consensus.cc:1064] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: attempting to promote NON_VOTER ffa89bf740b343c08dac453ca223dd44 to VOTER
I20260630 12:15:31.524137 11536 consensus_queue.cc:237] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } }
I20260630 12:15:31.530364 11487 raft_consensus.cc:1275] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Refusing update from remote peer 7c75aa025da74a01b7e2a2fa4c913130: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.531039 11353 raft_consensus.cc:1275] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 7c75aa025da74a01b7e2a2fa4c913130: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.531402 11205 raft_consensus.cc:1275] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Refusing update from remote peer 7c75aa025da74a01b7e2a2fa4c913130: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.532155 11536 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:31.533396 11553 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:31.534214 11554 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:31.546861 11536 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.548733 11487 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.551193 11204 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.560052 11353 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.563407 11101 catalog_manager.cc:5697] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 reported cstate change: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "7c75aa025da74a01b7e2a2fa4c913130" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } attrs { replace: true } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.598654 11279 consensus_queue.cc:237] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [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: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } }
I20260630 12:15:31.603673 11353 raft_consensus.cc:1275] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 7c75aa025da74a01b7e2a2fa4c913130: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:31.603754 11487 raft_consensus.cc:1275] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Refusing update from remote peer 7c75aa025da74a01b7e2a2fa4c913130: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:31.604983 11554 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:31.605820 11536 consensus_queue.cc:1048] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:31.612454 11553 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.618705 11353 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.620541 11487 raft_consensus.cc:2955] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.627404 11089 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3adfbb3e1b7d4dac860ce170fd382c72 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:31.631018 11102 catalog_manager.cc:5697] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 reported cstate change: config changed from index 3 to 4, VOTER 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "7c75aa025da74a01b7e2a2fa4c913130" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:15:31.641965 11192 tablet_service.cc:1558] Processing DeleteTablet for tablet 3adfbb3e1b7d4dac860ce170fd382c72 with delete_type TABLET_DATA_TOMBSTONED (TS 4eee6203021d4f89acd4aa4ff5b9fa9f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49204
I20260630 12:15:31.646508 11566 tablet_replica.cc:333] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: stopping tablet replica
I20260630 12:15:31.647373 11566 raft_consensus.cc:2243] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:31.648059 11566 raft_consensus.cc:2272] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:31.651881 11566 ts_tablet_manager.cc:1916] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:31.664449 11566 ts_tablet_manager.cc:1929] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:31.664825 11566 log.cc:1199] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4eee6203021d4f89acd4aa4ff5b9fa9f: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-0-root/wals/3adfbb3e1b7d4dac860ce170fd382c72
I20260630 12:15:31.666457 11090 catalog_manager.cc:5028] TS 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893): tablet 3adfbb3e1b7d4dac860ce170fd382c72 (table test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]) successfully deleted
I20260630 12:15:31.675477 11555 raft_consensus.cc:1064] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: attempting to promote NON_VOTER ffa89bf740b343c08dac453ca223dd44 to VOTER
I20260630 12:15:31.678216 11555 consensus_queue.cc:237] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } }
I20260630 12:15:31.685794 11487 raft_consensus.cc:1275] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.685794 11353 raft_consensus.cc:1275] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.685786 11279 raft_consensus.cc:1275] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.687743 11520 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:31.688732 11555 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:31.689854 11550 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:15:31.709215 11550 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.710947 11279 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.714774 11487 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.716977 11556 raft_consensus.cc:1064] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: attempting to promote NON_VOTER ffa89bf740b343c08dac453ca223dd44 to VOTER
I20260630 12:15:31.719614 11556 consensus_queue.cc:237] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } }
I20260630 12:15:31.726868 11100 catalog_manager.cc:5697] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 reported cstate change: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.742604 11354 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } attrs { replace: true } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.743611 11487 raft_consensus.cc:1275] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 LEARNER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.743410 11279 raft_consensus.cc:1275] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.746505 11353 raft_consensus.cc:1275] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.745812 11556 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260630 12:15:31.751353 11556 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:31.753232 11555 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:15:31.754518 11204 consensus_queue.cc:237] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } }
I20260630 12:15:31.762317 11488 raft_consensus.cc:1275] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:31.766716 11550 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.002s
I20260630 12:15:31.772315 11280 raft_consensus.cc:1275] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:31.773988 11555 consensus_queue.cc:1048] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:31.780943 11555 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.782773 11488 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.784386 11280 raft_consensus.cc:2955] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.804339 11090 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ee1b22a6282740aeba817d06dbe73c54 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:31.807154 11520 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.808320 11099 catalog_manager.cc:5697] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 reported cstate change: config changed from index 3 to 4, VOTER 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.812903 11279 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.818418 11353 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.823058 11343 tablet_service.cc:1558] Processing DeleteTablet for tablet ee1b22a6282740aeba817d06dbe73c54 with delete_type TABLET_DATA_TOMBSTONED (TS 4b2b4a1508ef42a7a9ea40725bc24e0e not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53498
I20260630 12:15:31.826004 11576 tablet_replica.cc:333] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: stopping tablet replica
I20260630 12:15:31.826995 11576 raft_consensus.cc:2243] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:31.827776 11576 raft_consensus.cc:2272] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:31.831583 11576 ts_tablet_manager.cc:1916] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:31.835523 11100 catalog_manager.cc:5697] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f reported cstate change: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:15:31.839103 11488 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ffa89bf740b343c08dac453ca223dd44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "7c75aa025da74a01b7e2a2fa4c913130" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.847324 11576 ts_tablet_manager.cc:1929] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:31.847838 11576 log.cc:1199] T ee1b22a6282740aeba817d06dbe73c54 P 4b2b4a1508ef42a7a9ea40725bc24e0e: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-2-root/wals/ee1b22a6282740aeba817d06dbe73c54
I20260630 12:15:31.851079 11089 catalog_manager.cc:5028] TS 4b2b4a1508ef42a7a9ea40725bc24e0e (127.0.107.195:33637): tablet ee1b22a6282740aeba817d06dbe73c54 (table test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]) successfully deleted
I20260630 12:15:31.855402 11204 consensus_queue.cc:237] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [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: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } }
I20260630 12:15:31.860167 11353 raft_consensus.cc:1275] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:31.860203 11488 raft_consensus.cc:1275] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Refusing update from remote peer 4eee6203021d4f89acd4aa4ff5b9fa9f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:31.862035 11555 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:31.862960 11520 consensus_queue.cc:1048] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:31.869740 11555 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.872181 11488 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.872841 11353 raft_consensus.cc:2955] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.880034 11090 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b5fdcad40804442d957a59e9db91204b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:31.886984 11100 catalog_manager.cc:5697] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 reported cstate change: config changed from index 3 to 4, VOTER 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4eee6203021d4f89acd4aa4ff5b9fa9f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43893 } } peers { permanent_uuid: "4b2b4a1508ef42a7a9ea40725bc24e0e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33637 } } peers { permanent_uuid: "ffa89bf740b343c08dac453ca223dd44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38133 } attrs { promote: false } } }
I20260630 12:15:31.898330 11268 tablet_service.cc:1558] Processing DeleteTablet for tablet b5fdcad40804442d957a59e9db91204b with delete_type TABLET_DATA_TOMBSTONED (TS 7c75aa025da74a01b7e2a2fa4c913130 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:60542
I20260630 12:15:31.900238 11577 tablet_replica.cc:333] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: stopping tablet replica
I20260630 12:15:31.900962 11577 raft_consensus.cc:2243] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:31.901692 11577 raft_consensus.cc:2272] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:31.905447 11577 ts_tablet_manager.cc:1916] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:31.915818 11577 ts_tablet_manager.cc:1929] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:31.916127 11577 log.cc:1199] T b5fdcad40804442d957a59e9db91204b P 7c75aa025da74a01b7e2a2fa4c913130: Deleting WAL directory at /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821482054927-431-0/minicluster-data/ts-1-root/wals/b5fdcad40804442d957a59e9db91204b
I20260630 12:15:31.917626 11089 catalog_manager.cc:5028] TS 7c75aa025da74a01b7e2a2fa4c913130 (127.0.107.194:43915): tablet b5fdcad40804442d957a59e9db91204b (table test-workload [id=7ab66f3686fb4e7aa7b22676be4d8ca2]) successfully deleted
I20260630 12:15:32.430751   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:32.458678   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:32.459462   431 tablet_replica.cc:333] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f: stopping tablet replica
I20260630 12:15:32.460144   431 raft_consensus.cc:2243] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:32.460952   431 raft_consensus.cc:2272] T b5fdcad40804442d957a59e9db91204b P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.463436   431 tablet_replica.cc:333] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f: stopping tablet replica
I20260630 12:15:32.463974   431 raft_consensus.cc:2243] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.464411   431 raft_consensus.cc:2272] T 88c21b0d4c204429adfa60843532b416 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.466619   431 tablet_replica.cc:333] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f: stopping tablet replica
I20260630 12:15:32.467151   431 raft_consensus.cc:2243] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:32.467975   431 raft_consensus.cc:2272] T ee1b22a6282740aeba817d06dbe73c54 P 4eee6203021d4f89acd4aa4ff5b9fa9f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:32.476233 11246 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 3 similar messages]
W20260630 12:15:32.479069 11246 consensus_peers.cc:597] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 -> Peer 4eee6203021d4f89acd4aa4ff5b9fa9f (127.0.107.193:43893): Couldn't send request to peer 4eee6203021d4f89acd4aa4ff5b9fa9f. Status: Network error: recv got EOF from unknown peer (error 108). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:32.492726   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:32.508597   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:32.531008   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:32.531741   431 tablet_replica.cc:333] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130: stopping tablet replica
I20260630 12:15:32.532332   431 raft_consensus.cc:2243] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:32.533174   431 raft_consensus.cc:2272] T 88c21b0d4c204429adfa60843532b416 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.535449   431 tablet_replica.cc:333] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130: stopping tablet replica
I20260630 12:15:32.535955   431 raft_consensus.cc:2243] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.536549   431 raft_consensus.cc:2272] T ee1b22a6282740aeba817d06dbe73c54 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.539062   431 tablet_replica.cc:333] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130: stopping tablet replica
I20260630 12:15:32.539563   431 raft_consensus.cc:2243] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:32.540287   431 raft_consensus.cc:2272] T 3adfbb3e1b7d4dac860ce170fd382c72 P 7c75aa025da74a01b7e2a2fa4c913130 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.564407   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:32.580896   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:32.604417   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:32.605119   431 tablet_replica.cc:333] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e: stopping tablet replica
I20260630 12:15:32.605756   431 raft_consensus.cc:2243] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.606360   431 raft_consensus.cc:2272] T b5fdcad40804442d957a59e9db91204b P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.608827   431 tablet_replica.cc:333] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e: stopping tablet replica
I20260630 12:15:32.609359   431 raft_consensus.cc:2243] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.609848   431 raft_consensus.cc:2272] T 88c21b0d4c204429adfa60843532b416 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.611788   431 tablet_replica.cc:333] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e: stopping tablet replica
I20260630 12:15:32.612255   431 raft_consensus.cc:2243] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.612798   431 raft_consensus.cc:2272] T 3adfbb3e1b7d4dac860ce170fd382c72 P 4b2b4a1508ef42a7a9ea40725bc24e0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.635335   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:32.650503   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:32.667738   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:32.668409   431 tablet_replica.cc:333] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44: stopping tablet replica
I20260630 12:15:32.669057   431 raft_consensus.cc:2243] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.669557   431 raft_consensus.cc:2272] T b5fdcad40804442d957a59e9db91204b P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.672171   431 tablet_replica.cc:333] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44: stopping tablet replica
I20260630 12:15:32.672673   431 raft_consensus.cc:2243] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.673195   431 raft_consensus.cc:2272] T ee1b22a6282740aeba817d06dbe73c54 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.675408   431 tablet_replica.cc:333] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44: stopping tablet replica
I20260630 12:15:32.675877   431 raft_consensus.cc:2243] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:32.676375   431 raft_consensus.cc:2272] T 3adfbb3e1b7d4dac860ce170fd382c72 P ffa89bf740b343c08dac453ca223dd44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.696141   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:32.707029   431 master.cc:562] Master@127.0.107.254:40827 shutting down...
I20260630 12:15:32.731730   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:32.732224   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:32.732522   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e50b30dc1b8041d392f2f740b12d166a: stopping tablet replica
I20260630 12:15:32.753634   431 master.cc:584] Master@127.0.107.254:40827 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (12739 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:15:32.795804   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44441
I20260630 12:15:32.796797   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:32.801986 11579 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:32.802034 11580 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:32.802954 11582 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:32.804970   431 server_base.cc:1061] running on GCE node
I20260630 12:15:32.805869   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:32.806037   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:32.806237   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821732806206 us; error 0 us; skew 500 ppm
I20260630 12:15:32.806761   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:32.809073   431 webserver.cc:533] Webserver started at http://127.0.107.254:44781/ using document root <none> and password file <none>
I20260630 12:15:32.809561   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:32.809827   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:32.810052   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:32.811067   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "fe55e853cb364f38840496cec9f0242a"
format_stamp: "Formatted at 2026-06-30 12:15:32 on dist-test-slave-ctg2"
I20260630 12:15:32.816224   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:15:32.819501 11587 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:32.820286   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:32.820575   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "fe55e853cb364f38840496cec9f0242a"
format_stamp: "Formatted at 2026-06-30 12:15:32 on dist-test-slave-ctg2"
I20260630 12:15:32.820856   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-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)
I20260630 12:15:32.843099   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:32.844245   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:32.882014   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44441
I20260630 12:15:32.882099 11638 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44441 every 8 connection(s)
I20260630 12:15:32.885788 11639 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:32.896759 11639 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a: Bootstrap starting.
I20260630 12:15:32.901214 11639 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:32.905267 11639 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a: No bootstrap required, opened a new log
I20260630 12:15:32.907263 11639 raft_consensus.cc:359] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe55e853cb364f38840496cec9f0242a" member_type: VOTER }
I20260630 12:15:32.907631 11639 raft_consensus.cc:385] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:32.907804 11639 raft_consensus.cc:740] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe55e853cb364f38840496cec9f0242a, State: Initialized, Role: FOLLOWER
I20260630 12:15:32.908288 11639 consensus_queue.cc:260] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fe55e853cb364f38840496cec9f0242a" member_type: VOTER }
I20260630 12:15:32.908679 11639 raft_consensus.cc:399] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:32.908861 11639 raft_consensus.cc:493] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:32.909058 11639 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:32.913443 11639 raft_consensus.cc:515] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe55e853cb364f38840496cec9f0242a" member_type: VOTER }
I20260630 12:15:32.913903 11639 leader_election.cc:304] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [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: fe55e853cb364f38840496cec9f0242a; no voters: 
I20260630 12:15:32.914943 11639 leader_election.cc:290] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:32.915267 11642 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:32.916548 11642 raft_consensus.cc:697] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 1 LEADER]: Becoming Leader. State: Replica: fe55e853cb364f38840496cec9f0242a, State: Running, Role: LEADER
I20260630 12:15:32.917166 11642 consensus_queue.cc:237] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [LEADER]: Queue going to LEADER mode. State: All 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: "fe55e853cb364f38840496cec9f0242a" member_type: VOTER }
I20260630 12:15:32.917902 11639 sys_catalog.cc:565] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:32.924765 11644 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [sys.catalog]: SysCatalogTable state changed. Reason: New leader fe55e853cb364f38840496cec9f0242a. Latest consensus state: current_term: 1 leader_uuid: "fe55e853cb364f38840496cec9f0242a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe55e853cb364f38840496cec9f0242a" member_type: VOTER } }
I20260630 12:15:32.926023 11643 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fe55e853cb364f38840496cec9f0242a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe55e853cb364f38840496cec9f0242a" member_type: VOTER } }
I20260630 12:15:32.926369 11644 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:32.926609 11643 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:32.929869 11652 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:32.935022 11652 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:32.936128   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:32.943902 11652 catalog_manager.cc:1383] Generated new cluster ID: 3ebf7682cbbd47819a15b9dd080b5a19
I20260630 12:15:32.944185 11652 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:32.964169 11652 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:32.965525 11652 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:32.980285 11652 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a: Generated new TSK 0
I20260630 12:15:32.980882 11652 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:33.003038   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:33.008674 11660 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:33.009945 11661 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:33.011649 11663 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:33.011763   431 server_base.cc:1061] running on GCE node
I20260630 12:15:33.012986   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:33.013164   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:33.013283   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821733013272 us; error 0 us; skew 500 ppm
I20260630 12:15:33.013782   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:33.015924   431 webserver.cc:533] Webserver started at http://127.0.107.193:36169/ using document root <none> and password file <none>
I20260630 12:15:33.016337   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:33.016512   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:33.016717   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:33.017774   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "e9a04fb25129428480e405bd5e7e311e"
format_stamp: "Formatted at 2026-06-30 12:15:33 on dist-test-slave-ctg2"
I20260630 12:15:33.022243   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:15:33.025559 11668 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.026454   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:33.026739   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "e9a04fb25129428480e405bd5e7e311e"
format_stamp: "Formatted at 2026-06-30 12:15:33 on dist-test-slave-ctg2"
I20260630 12:15:33.027014   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-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)
I20260630 12:15:33.042685   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:33.043735   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:33.045193   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:33.047426   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:33.047663   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.047902   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:33.048071   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.084499   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40495
I20260630 12:15:33.084589 11730 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40495 every 8 connection(s)
I20260630 12:15:33.089260   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:33.097514 11736 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:33.098961 11735 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:33.099704 11738 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:33.099817   431 server_base.cc:1061] running on GCE node
I20260630 12:15:33.101053   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:33.101234   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:33.101413   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821733101401 us; error 0 us; skew 500 ppm
I20260630 12:15:33.101969   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:33.104360   431 webserver.cc:533] Webserver started at http://127.0.107.194:36041/ using document root <none> and password file <none>
I20260630 12:15:33.104900   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:33.105129   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:33.105397   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:33.106660   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "ce46abddea64431e8b08c34bed1f87ff"
format_stamp: "Formatted at 2026-06-30 12:15:33 on dist-test-slave-ctg2"
I20260630 12:15:33.107785 11731 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44441
I20260630 12:15:33.108237 11731 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:33.109100 11731 heartbeater.cc:507] Master 127.0.107.254:44441 requested a full tablet report, sending...
I20260630 12:15:33.111392 11604 ts_manager.cc:194] Registered new tserver with Master: e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495)
I20260630 12:15:33.112317   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:15:33.113384 11604 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45820
I20260630 12:15:33.116346 11743 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.117223   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:15:33.117544   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "ce46abddea64431e8b08c34bed1f87ff"
format_stamp: "Formatted at 2026-06-30 12:15:33 on dist-test-slave-ctg2"
I20260630 12:15:33.117878   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-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)
I20260630 12:15:33.143792   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:33.145097   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:33.146647   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:33.148808   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:33.149035   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.149274   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:33.149461   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.187263   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38811
I20260630 12:15:33.187368 11805 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38811 every 8 connection(s)
I20260630 12:15:33.192086   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:33.199273 11809 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:33.202225 11810 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:33.204299   431 server_base.cc:1061] running on GCE node
W20260630 12:15:33.205436 11812 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:33.205718 11806 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44441
I20260630 12:15:33.206218 11806 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:33.206593   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:33.206882   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:33.207094   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821733207076 us; error 0 us; skew 500 ppm
I20260630 12:15:33.207119 11806 heartbeater.cc:507] Master 127.0.107.254:44441 requested a full tablet report, sending...
I20260630 12:15:33.207942   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:33.209367 11604 ts_manager.cc:194] Registered new tserver with Master: ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811)
I20260630 12:15:33.210731 11604 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45826
I20260630 12:15:33.212725   431 webserver.cc:533] Webserver started at http://127.0.107.195:38989/ using document root <none> and password file <none>
I20260630 12:15:33.213337   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:33.213510   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:33.213778   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:33.214756   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "c44c54f17a3646f081e52cd952af545f"
format_stamp: "Formatted at 2026-06-30 12:15:33 on dist-test-slave-ctg2"
I20260630 12:15:33.219223   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:33.222707 11817 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.223519   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:33.223815   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "c44c54f17a3646f081e52cd952af545f"
format_stamp: "Formatted at 2026-06-30 12:15:33 on dist-test-slave-ctg2"
I20260630 12:15:33.224049   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821482054927-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)
I20260630 12:15:33.240952   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:33.242136   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:33.243539   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:33.245805   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:33.246001   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.246270   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:33.246433   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:33.284266   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38767
I20260630 12:15:33.284356 11879 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38767 every 8 connection(s)
I20260630 12:15:33.297899 11880 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44441
I20260630 12:15:33.298321 11880 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:33.298949 11880 heartbeater.cc:507] Master 127.0.107.254:44441 requested a full tablet report, sending...
I20260630 12:15:33.300822 11604 ts_manager.cc:194] Registered new tserver with Master: c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:33.301782   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014523136s
I20260630 12:15:33.302225 11604 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45832
I20260630 12:15:34.051342 11604 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45848:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:34.054853 11604 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:34.116511 11731 heartbeater.cc:499] Master 127.0.107.254:44441 was elected leader, sending a full tablet report...
I20260630 12:15:34.142817 11696 tablet_service.cc:1511] Processing CreateTablet for tablet d800d343edef4d80b937140f2ae69370 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:34.144029 11695 tablet_service.cc:1511] Processing CreateTablet for tablet 52df09a1e89747f2923d0117c61368f2 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:34.144834 11696 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d800d343edef4d80b937140f2ae69370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.145377 11694 tablet_service.cc:1511] Processing CreateTablet for tablet 6bbb405b1a704ba694f64c9faf9ae69e (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:34.145855 11695 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 52df09a1e89747f2923d0117c61368f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.144029 11693 tablet_service.cc:1511] Processing CreateTablet for tablet 2bacfc5dc6ad43d181d5a01659056a06 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:34.147457 11771 tablet_service.cc:1511] Processing CreateTablet for tablet d800d343edef4d80b937140f2ae69370 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:34.145990 11768 tablet_service.cc:1511] Processing CreateTablet for tablet 2bacfc5dc6ad43d181d5a01659056a06 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:34.147862 11769 tablet_service.cc:1511] Processing CreateTablet for tablet 6bbb405b1a704ba694f64c9faf9ae69e (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:34.147612 11694 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bbb405b1a704ba694f64c9faf9ae69e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.149004 11771 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d800d343edef4d80b937140f2ae69370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.142787 11691 tablet_service.cc:1511] Processing CreateTablet for tablet 6272c53e8fba4ea8a8844b6f9de88b1d (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:34.149879 11693 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2bacfc5dc6ad43d181d5a01659056a06. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.149926 11770 tablet_service.cc:1511] Processing CreateTablet for tablet 52df09a1e89747f2923d0117c61368f2 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:34.150326 11769 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bbb405b1a704ba694f64c9faf9ae69e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.151422 11770 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 52df09a1e89747f2923d0117c61368f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.151789 11691 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6272c53e8fba4ea8a8844b6f9de88b1d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.151855 11767 tablet_service.cc:1511] Processing CreateTablet for tablet cf5d4b7db6aa4c49a0cd18c13ccac195 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:34.156051 11845 tablet_service.cc:1511] Processing CreateTablet for tablet d800d343edef4d80b937140f2ae69370 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:34.157825 11768 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2bacfc5dc6ad43d181d5a01659056a06. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.159574 11766 tablet_service.cc:1511] Processing CreateTablet for tablet 6272c53e8fba4ea8a8844b6f9de88b1d (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:34.161089 11766 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6272c53e8fba4ea8a8844b6f9de88b1d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.162035 11845 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d800d343edef4d80b937140f2ae69370. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.165920 11767 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cf5d4b7db6aa4c49a0cd18c13ccac195. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.142787 11692 tablet_service.cc:1511] Processing CreateTablet for tablet cf5d4b7db6aa4c49a0cd18c13ccac195 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:34.183495 11692 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cf5d4b7db6aa4c49a0cd18c13ccac195. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.187515 11844 tablet_service.cc:1511] Processing CreateTablet for tablet 52df09a1e89747f2923d0117c61368f2 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:34.189216 11844 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 52df09a1e89747f2923d0117c61368f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.192108 11843 tablet_service.cc:1511] Processing CreateTablet for tablet 6bbb405b1a704ba694f64c9faf9ae69e (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:34.193539 11843 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bbb405b1a704ba694f64c9faf9ae69e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.200096 11842 tablet_service.cc:1511] Processing CreateTablet for tablet 2bacfc5dc6ad43d181d5a01659056a06 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:34.202064 11842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2bacfc5dc6ad43d181d5a01659056a06. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.205515 11841 tablet_service.cc:1511] Processing CreateTablet for tablet cf5d4b7db6aa4c49a0cd18c13ccac195 (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:34.206972 11841 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cf5d4b7db6aa4c49a0cd18c13ccac195. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.211257 11840 tablet_service.cc:1511] Processing CreateTablet for tablet 6272c53e8fba4ea8a8844b6f9de88b1d (DEFAULT_TABLE table=test-workload [id=54086615fed24e379272229499364e87]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:34.212589 11840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6272c53e8fba4ea8a8844b6f9de88b1d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:34.213680 11806 heartbeater.cc:499] Master 127.0.107.254:44441 was elected leader, sending a full tablet report...
I20260630 12:15:34.229619 11901 tablet_bootstrap.cc:492] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff: Bootstrap starting.
I20260630 12:15:34.232029 11902 tablet_bootstrap.cc:492] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e: Bootstrap starting.
I20260630 12:15:34.244927 11902 tablet_bootstrap.cc:654] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.269939 11901 tablet_bootstrap.cc:654] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.287698 11903 tablet_bootstrap.cc:492] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f: Bootstrap starting.
I20260630 12:15:34.293149 11902 tablet_bootstrap.cc:492] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e: No bootstrap required, opened a new log
I20260630 12:15:34.293937 11902 ts_tablet_manager.cc:1403] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e: Time spent bootstrapping tablet: real 0.062s	user 0.021s	sys 0.017s
I20260630 12:15:34.294621 11903 tablet_bootstrap.cc:654] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.297768 11902 raft_consensus.cc:359] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.299124 11902 raft_consensus.cc:385] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.299463 11902 raft_consensus.cc:740] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.300529 11902 consensus_queue.cc:260] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.301158 11903 tablet_bootstrap.cc:492] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f: No bootstrap required, opened a new log
I20260630 12:15:34.301167 11901 tablet_bootstrap.cc:492] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff: No bootstrap required, opened a new log
I20260630 12:15:34.301908 11901 ts_tablet_manager.cc:1403] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff: Time spent bootstrapping tablet: real 0.073s	user 0.013s	sys 0.008s
I20260630 12:15:34.301884 11903 ts_tablet_manager.cc:1403] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.011s
I20260630 12:15:34.304909 11901 raft_consensus.cc:359] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.311167 11901 raft_consensus.cc:385] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.311473 11901 raft_consensus.cc:740] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce46abddea64431e8b08c34bed1f87ff, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.311857 11903 raft_consensus.cc:359] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.312206 11901 consensus_queue.cc:260] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.312640 11903 raft_consensus.cc:385] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.313000 11903 raft_consensus.cc:740] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.310372 11902 ts_tablet_manager.cc:1434] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.006s
I20260630 12:15:34.304962 11880 heartbeater.cc:499] Master 127.0.107.254:44441 was elected leader, sending a full tablet report...
I20260630 12:15:34.314751 11902 tablet_bootstrap.cc:492] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e: Bootstrap starting.
I20260630 12:15:34.315552 11903 consensus_queue.cc:260] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.324266 11902 tablet_bootstrap.cc:654] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.324819 11901 ts_tablet_manager.cc:1434] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff: Time spent starting tablet: real 0.022s	user 0.005s	sys 0.016s
I20260630 12:15:34.326138 11901 tablet_bootstrap.cc:492] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff: Bootstrap starting.
I20260630 12:15:34.327070 11903 ts_tablet_manager.cc:1434] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f: Time spent starting tablet: real 0.024s	user 0.002s	sys 0.011s
I20260630 12:15:34.332741 11901 tablet_bootstrap.cc:654] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.332914 11903 tablet_bootstrap.cc:492] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f: Bootstrap starting.
I20260630 12:15:34.339551 11902 tablet_bootstrap.cc:492] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e: No bootstrap required, opened a new log
I20260630 12:15:34.340091 11902 ts_tablet_manager.cc:1403] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e: Time spent bootstrapping tablet: real 0.026s	user 0.007s	sys 0.008s
I20260630 12:15:34.340355 11903 tablet_bootstrap.cc:654] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.343155 11902 raft_consensus.cc:359] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.344175 11902 raft_consensus.cc:385] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.344537 11902 raft_consensus.cc:740] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.345557 11902 consensus_queue.cc:260] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.350342 11901 tablet_bootstrap.cc:492] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff: No bootstrap required, opened a new log
I20260630 12:15:34.350922 11901 ts_tablet_manager.cc:1403] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.008s
I20260630 12:15:34.352151 11902 ts_tablet_manager.cc:1434] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.005s
I20260630 12:15:34.353328 11902 tablet_bootstrap.cc:492] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e: Bootstrap starting.
I20260630 12:15:34.353740 11901 raft_consensus.cc:359] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.354413 11901 raft_consensus.cc:385] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.354668 11901 raft_consensus.cc:740] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce46abddea64431e8b08c34bed1f87ff, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.355446 11901 consensus_queue.cc:260] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.352183 11903 tablet_bootstrap.cc:492] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f: No bootstrap required, opened a new log
I20260630 12:15:34.357508 11903 ts_tablet_manager.cc:1403] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.008s
I20260630 12:15:34.359457 11901 ts_tablet_manager.cc:1434] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:15:34.360445 11902 tablet_bootstrap.cc:654] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.360507 11901 tablet_bootstrap.cc:492] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff: Bootstrap starting.
I20260630 12:15:34.360514 11903 raft_consensus.cc:359] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.362469 11903 raft_consensus.cc:385] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.362823 11903 raft_consensus.cc:740] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.363981 11903 consensus_queue.cc:260] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.366452 11903 ts_tablet_manager.cc:1434] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:15:34.367434 11901 tablet_bootstrap.cc:654] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.367452 11903 tablet_bootstrap.cc:492] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f: Bootstrap starting.
I20260630 12:15:34.376364 11903 tablet_bootstrap.cc:654] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.379484 11901 tablet_bootstrap.cc:492] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff: No bootstrap required, opened a new log
I20260630 12:15:34.380144 11901 ts_tablet_manager.cc:1403] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.009s
I20260630 12:15:34.383886 11901 raft_consensus.cc:359] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.384902 11901 raft_consensus.cc:385] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.385278 11901 raft_consensus.cc:740] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce46abddea64431e8b08c34bed1f87ff, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.386085 11908 raft_consensus.cc:493] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.386895 11908 raft_consensus.cc:515] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.396360 11908 leader_election.cc:290] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.397217 11907 raft_consensus.cc:493] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.397646 11901 consensus_queue.cc:260] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.398798 11902 tablet_bootstrap.cc:492] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e: No bootstrap required, opened a new log
I20260630 12:15:34.397792 11907 raft_consensus.cc:515] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.399358 11902 ts_tablet_manager.cc:1403] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e: Time spent bootstrapping tablet: real 0.046s	user 0.027s	sys 0.015s
I20260630 12:15:34.402547 11902 raft_consensus.cc:359] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.403258 11902 raft_consensus.cc:385] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.403551 11902 raft_consensus.cc:740] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.404402 11902 consensus_queue.cc:260] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.407622 11901 ts_tablet_manager.cc:1434] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff: Time spent starting tablet: real 0.027s	user 0.006s	sys 0.002s
I20260630 12:15:34.411191 11907 leader_election.cc:290] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.416177 11901 tablet_bootstrap.cc:492] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff: Bootstrap starting.
I20260630 12:15:34.428848 11903 tablet_bootstrap.cc:492] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f: No bootstrap required, opened a new log
I20260630 12:15:34.430749 11901 tablet_bootstrap.cc:654] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.432998 11903 ts_tablet_manager.cc:1403] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f: Time spent bootstrapping tablet: real 0.066s	user 0.015s	sys 0.016s
I20260630 12:15:34.436646 11903 raft_consensus.cc:359] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.442520 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bacfc5dc6ad43d181d5a01659056a06" candidate_uuid: "ce46abddea64431e8b08c34bed1f87ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e" is_pre_election: true
I20260630 12:15:34.452253 11706 raft_consensus.cc:2468] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce46abddea64431e8b08c34bed1f87ff in term 0.
I20260630 12:15:34.452461 11908 raft_consensus.cc:493] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.445322 11855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bacfc5dc6ad43d181d5a01659056a06" candidate_uuid: "ce46abddea64431e8b08c34bed1f87ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f" is_pre_election: true
I20260630 12:15:34.453961 11907 raft_consensus.cc:493] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.454506 11907 raft_consensus.cc:515] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
W20260630 12:15:34.455430 11747 leader_election.cc:343] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:34.455899 11903 raft_consensus.cc:385] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.453119 11908 raft_consensus.cc:515] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.456641 11907 leader_election.cc:290] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.456331 11744 leader_election.cc:304] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [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: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: c44c54f17a3646f081e52cd952af545f
I20260630 12:15:34.456362 11903 raft_consensus.cc:740] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.460721 11908 leader_election.cc:290] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.461226 11908 raft_consensus.cc:2804] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:34.461632 11908 raft_consensus.cc:493] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:34.461969 11908 raft_consensus.cc:3060] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.462306 11855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52df09a1e89747f2923d0117c61368f2" candidate_uuid: "ce46abddea64431e8b08c34bed1f87ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f" is_pre_election: true
I20260630 12:15:34.463037 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbb405b1a704ba694f64c9faf9ae69e" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff" is_pre_election: true
I20260630 12:15:34.463747 11781 raft_consensus.cc:2468] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 0.
W20260630 12:15:34.464438 11747 leader_election.cc:343] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:34.465095 11780 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52df09a1e89747f2923d0117c61368f2" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff" is_pre_election: true
I20260630 12:15:34.466893 11902 ts_tablet_manager.cc:1434] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e: Time spent starting tablet: real 0.067s	user 0.028s	sys 0.032s
I20260630 12:15:34.467132 11780 raft_consensus.cc:2468] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 0.
I20260630 12:15:34.468434 11902 tablet_bootstrap.cc:492] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e: Bootstrap starting.
I20260630 12:15:34.472198 11672 leader_election.cc:304] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: 
I20260630 12:15:34.473224 11919 raft_consensus.cc:2804] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:34.473701 11919 raft_consensus.cc:493] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:34.474097 11919 raft_consensus.cc:3060] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.478776 11902 tablet_bootstrap.cc:654] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.482345 11672 leader_election.cc:304] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: 
I20260630 12:15:34.489418 11907 raft_consensus.cc:2804] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:34.489846 11907 raft_consensus.cc:493] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:34.490222 11907 raft_consensus.cc:3060] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.492305 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52df09a1e89747f2923d0117c61368f2" candidate_uuid: "ce46abddea64431e8b08c34bed1f87ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e" is_pre_election: true
I20260630 12:15:34.490222 11903 consensus_queue.cc:260] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.497169 11854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52df09a1e89747f2923d0117c61368f2" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f" is_pre_election: true
I20260630 12:15:34.497191 11919 raft_consensus.cc:515] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
W20260630 12:15:34.499169 11672 leader_election.cc:343] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:34.499655 11901 tablet_bootstrap.cc:492] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff: No bootstrap required, opened a new log
I20260630 12:15:34.499787 11919 leader_election.cc:290] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 election: Requested vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.500245 11901 ts_tablet_manager.cc:1403] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff: Time spent bootstrapping tablet: real 0.084s	user 0.012s	sys 0.044s
I20260630 12:15:34.501344 11780 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbb405b1a704ba694f64c9faf9ae69e" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff"
I20260630 12:15:34.501770 11855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbb405b1a704ba694f64c9faf9ae69e" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f" is_pre_election: true
I20260630 12:15:34.502010 11780 raft_consensus.cc:3060] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.502465 11855 raft_consensus.cc:2468] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 0.
I20260630 12:15:34.502952 11907 raft_consensus.cc:515] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.503490 11901 raft_consensus.cc:359] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.504236 11901 raft_consensus.cc:385] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.504578 11901 raft_consensus.cc:740] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce46abddea64431e8b08c34bed1f87ff, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.504324 11706 raft_consensus.cc:2393] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ce46abddea64431e8b08c34bed1f87ff in current term 1: Already voted for candidate e9a04fb25129428480e405bd5e7e311e in this term.
I20260630 12:15:34.505275 11907 leader_election.cc:290] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 election: Requested vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.505440 11901 consensus_queue.cc:260] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.506054 11854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbb405b1a704ba694f64c9faf9ae69e" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f"
I20260630 12:15:34.506744 11854 raft_consensus.cc:3060] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.508308 11901 ts_tablet_manager.cc:1434] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:15:34.508642 11744 leader_election.cc:304] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [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: ce46abddea64431e8b08c34bed1f87ff; no voters: c44c54f17a3646f081e52cd952af545f, e9a04fb25129428480e405bd5e7e311e
I20260630 12:15:34.509640 11923 raft_consensus.cc:3060] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.509999 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52df09a1e89747f2923d0117c61368f2" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff"
I20260630 12:15:34.511528 11855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52df09a1e89747f2923d0117c61368f2" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f"
W20260630 12:15:34.513113 11672 leader_election.cc:343] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:34.493260 11908 raft_consensus.cc:515] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.516553 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bacfc5dc6ad43d181d5a01659056a06" candidate_uuid: "ce46abddea64431e8b08c34bed1f87ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e"
I20260630 12:15:34.516747 11780 raft_consensus.cc:2468] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 1.
I20260630 12:15:34.517136 11706 raft_consensus.cc:3060] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.517859 11923 raft_consensus.cc:2749] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:34.518363 11901 tablet_bootstrap.cc:492] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff: Bootstrap starting.
I20260630 12:15:34.518126 11672 leader_election.cc:304] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: 
I20260630 12:15:34.522040 11854 raft_consensus.cc:2468] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 1.
I20260630 12:15:34.523433 11907 raft_consensus.cc:2804] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:34.524745 11907 raft_consensus.cc:697] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 1 LEADER]: Becoming Leader. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Running, Role: LEADER
I20260630 12:15:34.524823 11908 leader_election.cc:290] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [CANDIDATE]: Term 1 election: Requested vote from peers e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.525662 11854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bacfc5dc6ad43d181d5a01659056a06" candidate_uuid: "ce46abddea64431e8b08c34bed1f87ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f"
I20260630 12:15:34.525007 11901 tablet_bootstrap.cc:654] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff: Neither blocks nor log segments found. Creating new log.
W20260630 12:15:34.526906 11747 leader_election.cc:343] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:34.528151 11902 tablet_bootstrap.cc:492] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e: No bootstrap required, opened a new log
I20260630 12:15:34.528712 11902 ts_tablet_manager.cc:1403] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e: Time spent bootstrapping tablet: real 0.061s	user 0.013s	sys 0.000s
I20260630 12:15:34.529016 11903 ts_tablet_manager.cc:1434] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f: Time spent starting tablet: real 0.096s	user 0.001s	sys 0.006s
I20260630 12:15:34.531745 11902 raft_consensus.cc:359] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.532526 11902 raft_consensus.cc:385] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.532801 11902 raft_consensus.cc:740] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.533638 11902 consensus_queue.cc:260] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.525800 11907 consensus_queue.cc:237] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.534173 11781 raft_consensus.cc:2468] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 1.
I20260630 12:15:34.537779 11902 ts_tablet_manager.cc:1434] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:15:34.538849 11902 tablet_bootstrap.cc:492] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e: Bootstrap starting.
I20260630 12:15:34.538653 11672 leader_election.cc:304] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [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: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: c44c54f17a3646f081e52cd952af545f
I20260630 12:15:34.541270 11919 raft_consensus.cc:2804] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:34.542827 11706 raft_consensus.cc:2468] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ce46abddea64431e8b08c34bed1f87ff in term 1.
I20260630 12:15:34.545351 11919 raft_consensus.cc:697] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 1 LEADER]: Becoming Leader. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Running, Role: LEADER
I20260630 12:15:34.546198 11903 tablet_bootstrap.cc:492] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f: Bootstrap starting.
I20260630 12:15:34.547538 11909 raft_consensus.cc:493] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.547613 11744 leader_election.cc:304] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [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: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: c44c54f17a3646f081e52cd952af545f
I20260630 12:15:34.548548 11909 raft_consensus.cc:515] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.548713 11919 consensus_queue.cc:237] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.550155 11908 raft_consensus.cc:2804] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:34.550740 11908 raft_consensus.cc:697] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 1 LEADER]: Becoming Leader. State: Replica: ce46abddea64431e8b08c34bed1f87ff, State: Running, Role: LEADER
I20260630 12:15:34.551545 11908 consensus_queue.cc:237] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.552405 11902 tablet_bootstrap.cc:654] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.572988 11901 tablet_bootstrap.cc:492] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff: No bootstrap required, opened a new log
I20260630 12:15:34.573689 11901 ts_tablet_manager.cc:1403] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff: Time spent bootstrapping tablet: real 0.065s	user 0.009s	sys 0.021s
I20260630 12:15:34.570014 11909 leader_election.cc:290] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495), ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811)
I20260630 12:15:34.582613 11604 catalog_manager.cc:5697] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e reported cstate change: term changed from 0 to 1, leader changed from <none> to e9a04fb25129428480e405bd5e7e311e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e9a04fb25129428480e405bd5e7e311e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:34.591354 11901 raft_consensus.cc:359] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.594601 11901 raft_consensus.cc:385] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.596215 11901 raft_consensus.cc:740] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce46abddea64431e8b08c34bed1f87ff, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.597122 11901 consensus_queue.cc:260] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.597827 11602 catalog_manager.cc:5697] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff reported cstate change: term changed from 0 to 1, leader changed from <none> to ce46abddea64431e8b08c34bed1f87ff (127.0.107.194). New cstate: current_term: 1 leader_uuid: "ce46abddea64431e8b08c34bed1f87ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:34.599541 11901 ts_tablet_manager.cc:1434] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.000s
I20260630 12:15:34.600536 11901 tablet_bootstrap.cc:492] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff: Bootstrap starting.
I20260630 12:15:34.605129 11903 tablet_bootstrap.cc:654] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.611249 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6272c53e8fba4ea8a8844b6f9de88b1d" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e" is_pre_election: true
I20260630 12:15:34.611969 11706 raft_consensus.cc:2468] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 0.
I20260630 12:15:34.612826 11901 tablet_bootstrap.cc:654] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.613389 11818 leader_election.cc:304] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c44c54f17a3646f081e52cd952af545f, e9a04fb25129428480e405bd5e7e311e; no voters: 
I20260630 12:15:34.614326 11909 raft_consensus.cc:2804] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:34.614691 11909 raft_consensus.cc:493] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:34.615034 11909 raft_consensus.cc:3060] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.615412 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6272c53e8fba4ea8a8844b6f9de88b1d" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff" is_pre_election: true
I20260630 12:15:34.616080 11781 raft_consensus.cc:2468] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 0.
I20260630 12:15:34.627650 11604 catalog_manager.cc:5697] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e reported cstate change: term changed from 0 to 1, leader changed from <none> to e9a04fb25129428480e405bd5e7e311e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e9a04fb25129428480e405bd5e7e311e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:34.631261 11909 raft_consensus.cc:515] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.635165 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6272c53e8fba4ea8a8844b6f9de88b1d" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e"
I20260630 12:15:34.635953 11706 raft_consensus.cc:3060] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.647310 11706 raft_consensus.cc:2468] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 1.
I20260630 12:15:34.647748 11902 tablet_bootstrap.cc:492] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e: No bootstrap required, opened a new log
I20260630 12:15:34.648488 11902 ts_tablet_manager.cc:1403] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e: Time spent bootstrapping tablet: real 0.110s	user 0.032s	sys 0.026s
I20260630 12:15:34.648542 11818 leader_election.cc:304] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c44c54f17a3646f081e52cd952af545f, e9a04fb25129428480e405bd5e7e311e; no voters: 
I20260630 12:15:34.655194 11902 raft_consensus.cc:359] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.656445 11902 raft_consensus.cc:385] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.656889 11902 raft_consensus.cc:740] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.657223 11936 raft_consensus.cc:493] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.658356 11909 leader_election.cc:290] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 election: Requested vote from peers e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495), ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811)
I20260630 12:15:34.658119 11936 raft_consensus.cc:515] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.658954 11909 raft_consensus.cc:2804] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:34.659400 11909 raft_consensus.cc:697] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 1 LEADER]: Becoming Leader. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Running, Role: LEADER
I20260630 12:15:34.659813 11901 tablet_bootstrap.cc:492] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff: No bootstrap required, opened a new log
I20260630 12:15:34.659850 11903 tablet_bootstrap.cc:492] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f: No bootstrap required, opened a new log
I20260630 12:15:34.660511 11901 ts_tablet_manager.cc:1403] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff: Time spent bootstrapping tablet: real 0.060s	user 0.013s	sys 0.021s
I20260630 12:15:34.660169 11909 consensus_queue.cc:237] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.660607 11903 ts_tablet_manager.cc:1403] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f: Time spent bootstrapping tablet: real 0.115s	user 0.007s	sys 0.023s
I20260630 12:15:34.661337 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d800d343edef4d80b937140f2ae69370" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e" is_pre_election: true
I20260630 12:15:34.662211 11936 leader_election.cc:290] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495)
I20260630 12:15:34.663640 11901 raft_consensus.cc:359] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.663924 11903 raft_consensus.cc:359] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.664395 11901 raft_consensus.cc:385] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.664620 11903 raft_consensus.cc:385] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.664716 11901 raft_consensus.cc:740] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce46abddea64431e8b08c34bed1f87ff, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.667485 11780 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d800d343edef4d80b937140f2ae69370" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff" is_pre_election: true
I20260630 12:15:34.667337 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6272c53e8fba4ea8a8844b6f9de88b1d" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff"
I20260630 12:15:34.670306 11780 raft_consensus.cc:2468] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 0.
I20260630 12:15:34.670593 11781 raft_consensus.cc:3060] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.664994 11903 raft_consensus.cc:740] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.670878 11901 consensus_queue.cc:260] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.672024 11903 consensus_queue.cc:260] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.673339 11901 ts_tablet_manager.cc:1434] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:15:34.670241 11902 consensus_queue.cc:260] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.674548 11903 ts_tablet_manager.cc:1434] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:15:34.674543 11706 raft_consensus.cc:2468] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 0.
I20260630 12:15:34.675504 11821 leader_election.cc:304] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c44c54f17a3646f081e52cd952af545f, ce46abddea64431e8b08c34bed1f87ff; no voters: 
I20260630 12:15:34.676469 11935 raft_consensus.cc:2804] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:34.676820 11935 raft_consensus.cc:493] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:34.677143 11935 raft_consensus.cc:3060] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.678782 11902 ts_tablet_manager.cc:1434] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e: Time spent starting tablet: real 0.030s	user 0.010s	sys 0.003s
I20260630 12:15:34.679790 11902 tablet_bootstrap.cc:492] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e: Bootstrap starting.
I20260630 12:15:34.682611 11781 raft_consensus.cc:2468] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 1.
I20260630 12:15:34.686076 11902 tablet_bootstrap.cc:654] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.688519 11935 raft_consensus.cc:515] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.690541 11903 tablet_bootstrap.cc:492] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f: Bootstrap starting.
I20260630 12:15:34.692104 11902 tablet_bootstrap.cc:492] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e: No bootstrap required, opened a new log
I20260630 12:15:34.692598 11902 ts_tablet_manager.cc:1403] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:15:34.693080 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d800d343edef4d80b937140f2ae69370" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff"
I20260630 12:15:34.693756 11781 raft_consensus.cc:3060] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.695632 11902 raft_consensus.cc:359] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.696364 11902 raft_consensus.cc:385] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.696656 11902 raft_consensus.cc:740] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.697482 11902 consensus_queue.cc:260] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.701083 11903 tablet_bootstrap.cc:654] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.701751 11902 ts_tablet_manager.cc:1434] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260630 12:15:34.700974 11781 raft_consensus.cc:2468] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 1.
I20260630 12:15:34.703016 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d800d343edef4d80b937140f2ae69370" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e"
I20260630 12:15:34.703610 11706 raft_consensus.cc:3060] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.703527 11821 leader_election.cc:304] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c44c54f17a3646f081e52cd952af545f, ce46abddea64431e8b08c34bed1f87ff; no voters: 
I20260630 12:15:34.704522 11936 raft_consensus.cc:2804] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:34.704252 11601 catalog_manager.cc:5697] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f reported cstate change: term changed from 0 to 1, leader changed from <none> to c44c54f17a3646f081e52cd952af545f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c44c54f17a3646f081e52cd952af545f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:34.714357 11706 raft_consensus.cc:2468] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c44c54f17a3646f081e52cd952af545f in term 1.
I20260630 12:15:34.711321 11936 raft_consensus.cc:697] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 1 LEADER]: Becoming Leader. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Running, Role: LEADER
I20260630 12:15:34.716264 11936 consensus_queue.cc:237] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.711129 11935 leader_election.cc:290] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 election: Requested vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495)
I20260630 12:15:34.723582 11903 tablet_bootstrap.cc:492] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f: No bootstrap required, opened a new log
I20260630 12:15:34.724004 11903 ts_tablet_manager.cc:1403] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f: Time spent bootstrapping tablet: real 0.034s	user 0.023s	sys 0.004s
I20260630 12:15:34.726341 11903 raft_consensus.cc:359] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.726887 11903 raft_consensus.cc:385] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.727131 11903 raft_consensus.cc:740] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.727775 11903 consensus_queue.cc:260] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.729390 11903 ts_tablet_manager.cc:1434] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:15:34.730408 11903 tablet_bootstrap.cc:492] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f: Bootstrap starting.
I20260630 12:15:34.735240 11903 tablet_bootstrap.cc:654] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.735891 11601 catalog_manager.cc:5697] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f reported cstate change: term changed from 0 to 1, leader changed from <none> to c44c54f17a3646f081e52cd952af545f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c44c54f17a3646f081e52cd952af545f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:34.740003 11903 tablet_bootstrap.cc:492] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f: No bootstrap required, opened a new log
I20260630 12:15:34.740545 11903 ts_tablet_manager.cc:1403] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f: Time spent bootstrapping tablet: real 0.010s	user 0.005s	sys 0.003s
I20260630 12:15:34.743028 11903 raft_consensus.cc:359] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.743527 11903 raft_consensus.cc:385] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.743798 11903 raft_consensus.cc:740] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c44c54f17a3646f081e52cd952af545f, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.744583 11903 consensus_queue.cc:260] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.746538 11903 ts_tablet_manager.cc:1434] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:15:34.767853 11919 raft_consensus.cc:493] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.768365 11919 raft_consensus.cc:515] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.769953 11919 leader_election.cc:290] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.770712 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf5d4b7db6aa4c49a0cd18c13ccac195" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff" is_pre_election: true
I20260630 12:15:34.771010 11854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf5d4b7db6aa4c49a0cd18c13ccac195" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f" is_pre_election: true
I20260630 12:15:34.771281 11781 raft_consensus.cc:2468] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 0.
I20260630 12:15:34.771626 11854 raft_consensus.cc:2468] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 0.
I20260630 12:15:34.772322 11672 leader_election.cc:304] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: 
I20260630 12:15:34.772914 11919 raft_consensus.cc:2804] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:34.773216 11919 raft_consensus.cc:493] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:34.773492 11919 raft_consensus.cc:3060] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.778206 11919 raft_consensus.cc:515] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.779650 11919 leader_election.cc:290] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 election: Requested vote from peers ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811), c44c54f17a3646f081e52cd952af545f (127.0.107.195:38767)
I20260630 12:15:34.780448 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf5d4b7db6aa4c49a0cd18c13ccac195" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff"
I20260630 12:15:34.780751 11854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf5d4b7db6aa4c49a0cd18c13ccac195" candidate_uuid: "e9a04fb25129428480e405bd5e7e311e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c44c54f17a3646f081e52cd952af545f"
I20260630 12:15:34.780984 11781 raft_consensus.cc:3060] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.781342 11854 raft_consensus.cc:3060] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.785681 11781 raft_consensus.cc:2468] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 1.
I20260630 12:15:34.785841 11854 raft_consensus.cc:2468] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e9a04fb25129428480e405bd5e7e311e in term 1.
I20260630 12:15:34.786819 11672 leader_election.cc:304] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e; no voters: 
I20260630 12:15:34.787472 11919 raft_consensus.cc:2804] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:34.787937 11919 raft_consensus.cc:697] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 1 LEADER]: Becoming Leader. State: Replica: e9a04fb25129428480e405bd5e7e311e, State: Running, Role: LEADER
I20260630 12:15:34.788674 11919 consensus_queue.cc:237] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.795879 11601 catalog_manager.cc:5697] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e reported cstate change: term changed from 0 to 1, leader changed from <none> to e9a04fb25129428480e405bd5e7e311e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e9a04fb25129428480e405bd5e7e311e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:34.800781 11936 raft_consensus.cc:493] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:34.801299 11936 raft_consensus.cc:515] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 } } peers { permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 } } peers { permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 } }
I20260630 12:15:34.803136 11936 leader_election.cc:290] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495), ce46abddea64431e8b08c34bed1f87ff (127.0.107.194:38811)
I20260630 12:15:34.804036 11706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bacfc5dc6ad43d181d5a01659056a06" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e9a04fb25129428480e405bd5e7e311e" is_pre_election: true
I20260630 12:15:34.804288 11781 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bacfc5dc6ad43d181d5a01659056a06" candidate_uuid: "c44c54f17a3646f081e52cd952af545f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce46abddea64431e8b08c34bed1f87ff" is_pre_election: true
I20260630 12:15:34.805619 11706 raft_consensus.cc:2393] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c44c54f17a3646f081e52cd952af545f in current term 1: Already voted for candidate ce46abddea64431e8b08c34bed1f87ff in this term.
I20260630 12:15:34.806551 11818 leader_election.cc:304] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [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: c44c54f17a3646f081e52cd952af545f; no voters: ce46abddea64431e8b08c34bed1f87ff, e9a04fb25129428480e405bd5e7e311e
I20260630 12:15:34.807206 11936 raft_consensus.cc:3060] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.812325 11936 raft_consensus.cc:2749] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:34.936254 11919 consensus_queue.cc:1048] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:34.940198 11876 debug-util.cc:398] Leaking SignalData structure 0x7b08001e7000 after lost signal to thread 434
I20260630 12:15:34.955579 11854 raft_consensus.cc:3060] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.949851 11919 consensus_queue.cc:1048] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.008s
I20260630 12:15:34.974323 11926 consensus_queue.cc:1048] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:34.975823 11926 consensus_queue.cc:1048] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:15:34.987545 11908 consensus_queue.cc:1048] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:35.025784 11908 consensus_queue.cc:1048] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:35.190613 11926 consensus_queue.cc:1048] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:35.190879 11936 consensus_queue.cc:1048] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:35.207474 11909 consensus_queue.cc:1048] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:35.220417 11909 consensus_queue.cc:1048] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce46abddea64431e8b08c34bed1f87ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:35.223783 11919 consensus_queue.cc:1048] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [LEADER]: Connected to new peer: Peer: permanent_uuid: "c44c54f17a3646f081e52cd952af545f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38767 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:35.245631 11936 consensus_queue.cc:1048] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e9a04fb25129428480e405bd5e7e311e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:44.900959   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:44.935984   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:44.936753   431 tablet_replica.cc:333] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e: stopping tablet replica
I20260630 12:15:44.937625   431 raft_consensus.cc:2243] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:44.938687   431 raft_consensus.cc:2272] T cf5d4b7db6aa4c49a0cd18c13ccac195 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:44.941505   431 tablet_replica.cc:333] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e: stopping tablet replica
I20260630 12:15:44.942178   431 raft_consensus.cc:2243] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:44.942703   431 raft_consensus.cc:2272] T 6272c53e8fba4ea8a8844b6f9de88b1d P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:44.945297   431 tablet_replica.cc:333] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e: stopping tablet replica
I20260630 12:15:44.945966   431 raft_consensus.cc:2243] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:44.946889   431 raft_consensus.cc:2272] T 52df09a1e89747f2923d0117c61368f2 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:44.949302   431 tablet_replica.cc:333] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e: stopping tablet replica
I20260630 12:15:44.949947   431 raft_consensus.cc:2243] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:44.950481   431 raft_consensus.cc:2272] T d800d343edef4d80b937140f2ae69370 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:44.952939   431 tablet_replica.cc:333] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e: stopping tablet replica
I20260630 12:15:44.953470   431 raft_consensus.cc:2243] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:44.954036   431 raft_consensus.cc:2272] T 2bacfc5dc6ad43d181d5a01659056a06 P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:44.956472   431 tablet_replica.cc:333] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e: stopping tablet replica
I20260630 12:15:44.956988   431 raft_consensus.cc:2243] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:44.957949   431 raft_consensus.cc:2272] T 6bbb405b1a704ba694f64c9faf9ae69e P e9a04fb25129428480e405bd5e7e311e [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:44.977029 11818 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40495: connect: Connection refused (error 111)
I20260630 12:15:44.980355   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:15:44.981377 11818 consensus_peers.cc:597] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f -> Peer e9a04fb25129428480e405bd5e7e311e (127.0.107.193:40495): Couldn't send request to peer e9a04fb25129428480e405bd5e7e311e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:40495: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:45.005018   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:45.037146   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:45.038059   431 tablet_replica.cc:333] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff: stopping tablet replica
I20260630 12:15:45.038884   431 raft_consensus.cc:2243] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.039498   431 raft_consensus.cc:2272] T cf5d4b7db6aa4c49a0cd18c13ccac195 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.042395   431 tablet_replica.cc:333] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff: stopping tablet replica
I20260630 12:15:45.043066   431 raft_consensus.cc:2243] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.043601   431 raft_consensus.cc:2272] T 6272c53e8fba4ea8a8844b6f9de88b1d P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.046434   431 tablet_replica.cc:333] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff: stopping tablet replica
I20260630 12:15:45.046969   431 raft_consensus.cc:2243] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.047500   431 raft_consensus.cc:2272] T 6bbb405b1a704ba694f64c9faf9ae69e P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.049925   431 tablet_replica.cc:333] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff: stopping tablet replica
I20260630 12:15:45.050426   431 raft_consensus.cc:2243] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.050901   431 raft_consensus.cc:2272] T d800d343edef4d80b937140f2ae69370 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.053418   431 tablet_replica.cc:333] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff: stopping tablet replica
I20260630 12:15:45.053938   431 raft_consensus.cc:2243] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:45.054906   431 raft_consensus.cc:2272] T 2bacfc5dc6ad43d181d5a01659056a06 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.057570   431 tablet_replica.cc:333] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff: stopping tablet replica
I20260630 12:15:45.058250   431 raft_consensus.cc:2243] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.058907   431 raft_consensus.cc:2272] T 52df09a1e89747f2923d0117c61368f2 P ce46abddea64431e8b08c34bed1f87ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.088165   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:45.109319   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:45.139657   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:45.140483   431 tablet_replica.cc:333] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f: stopping tablet replica
I20260630 12:15:45.141155   431 raft_consensus.cc:2243] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.141767   431 raft_consensus.cc:2272] T 2bacfc5dc6ad43d181d5a01659056a06 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.144093   431 tablet_replica.cc:333] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f: stopping tablet replica
I20260630 12:15:45.144630   431 raft_consensus.cc:2243] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.145087   431 raft_consensus.cc:2272] T 52df09a1e89747f2923d0117c61368f2 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.147248   431 tablet_replica.cc:333] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f: stopping tablet replica
I20260630 12:15:45.147811   431 raft_consensus.cc:2243] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.148267   431 raft_consensus.cc:2272] T cf5d4b7db6aa4c49a0cd18c13ccac195 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.150507   431 tablet_replica.cc:333] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f: stopping tablet replica
I20260630 12:15:45.150995   431 raft_consensus.cc:2243] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:45.151921   431 raft_consensus.cc:2272] T 6272c53e8fba4ea8a8844b6f9de88b1d P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.154124   431 tablet_replica.cc:333] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f: stopping tablet replica
I20260630 12:15:45.154623   431 raft_consensus.cc:2243] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:45.155061   431 raft_consensus.cc:2272] T 6bbb405b1a704ba694f64c9faf9ae69e P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.157249   431 tablet_replica.cc:333] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f: stopping tablet replica
I20260630 12:15:45.157876   431 raft_consensus.cc:2243] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:45.158803   431 raft_consensus.cc:2272] T d800d343edef4d80b937140f2ae69370 P c44c54f17a3646f081e52cd952af545f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.205708   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:45.226271   431 master.cc:562] Master@127.0.107.254:44441 shutting down...
I20260630 12:15:45.250628   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:45.251314   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:45.251678   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P fe55e853cb364f38840496cec9f0242a: stopping tablet replica
I20260630 12:15:45.272256   431 master.cc:584] Master@127.0.107.254:44441 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (12518 ms)
[----------] 24 tests from AutoRebalancerTest (263083 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:15:45.317485   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43035
I20260630 12:15:45.318660   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:45.324321 11969 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:45.324487 11968 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:45.325362 11971 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:45.326349   431 server_base.cc:1061] running on GCE node
I20260630 12:15:45.327245   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:45.327452   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:45.327621   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821745327571 us; error 0 us; skew 500 ppm
I20260630 12:15:45.328154   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:45.330509   431 webserver.cc:533] Webserver started at http://127.0.107.254:34477/ using document root <none> and password file <none>
I20260630 12:15:45.330998   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:45.331207   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:45.331501   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:45.332664   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "b684ecdaca684ed6817c16e28de2f784"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.336974   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:15:45.340204 11976 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.340956   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:45.341228   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "b684ecdaca684ed6817c16e28de2f784"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.341511   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-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)
I20260630 12:15:45.360827   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:45.362067   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:45.401333   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43035
I20260630 12:15:45.401443 12027 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43035 every 8 connection(s)
I20260630 12:15:45.405419 12028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:45.416877 12028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784: Bootstrap starting.
I20260630 12:15:45.421772 12028 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:45.425887 12028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784: No bootstrap required, opened a new log
I20260630 12:15:45.428066 12028 raft_consensus.cc:359] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b684ecdaca684ed6817c16e28de2f784" member_type: VOTER }
I20260630 12:15:45.428480 12028 raft_consensus.cc:385] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:45.428754 12028 raft_consensus.cc:740] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b684ecdaca684ed6817c16e28de2f784, State: Initialized, Role: FOLLOWER
I20260630 12:15:45.429395 12028 consensus_queue.cc:260] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b684ecdaca684ed6817c16e28de2f784" member_type: VOTER }
I20260630 12:15:45.429894 12028 raft_consensus.cc:399] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:45.430111 12028 raft_consensus.cc:493] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:45.430384 12028 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:45.435734 12028 raft_consensus.cc:515] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b684ecdaca684ed6817c16e28de2f784" member_type: VOTER }
I20260630 12:15:45.436256 12028 leader_election.cc:304] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [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: b684ecdaca684ed6817c16e28de2f784; no voters: 
I20260630 12:15:45.437368 12028 leader_election.cc:290] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:45.437774 12031 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:45.439103 12031 raft_consensus.cc:697] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 1 LEADER]: Becoming Leader. State: Replica: b684ecdaca684ed6817c16e28de2f784, State: Running, Role: LEADER
I20260630 12:15:45.439793 12031 consensus_queue.cc:237] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [LEADER]: Queue going to LEADER mode. State: All 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: "b684ecdaca684ed6817c16e28de2f784" member_type: VOTER }
I20260630 12:15:45.440362 12028 sys_catalog.cc:565] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:45.445297 12033 sys_catalog.cc:455] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b684ecdaca684ed6817c16e28de2f784. Latest consensus state: current_term: 1 leader_uuid: "b684ecdaca684ed6817c16e28de2f784" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b684ecdaca684ed6817c16e28de2f784" member_type: VOTER } }
I20260630 12:15:45.445732 12032 sys_catalog.cc:455] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b684ecdaca684ed6817c16e28de2f784" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b684ecdaca684ed6817c16e28de2f784" member_type: VOTER } }
I20260630 12:15:45.446156 12033 sys_catalog.cc:458] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:45.446336 12032 sys_catalog.cc:458] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:45.451896 12040 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:45.456750 12040 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:45.464284   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:45.467363 12040 catalog_manager.cc:1383] Generated new cluster ID: 4455cf115d5840e9934a4e2c4646cce4
I20260630 12:15:45.467653 12040 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:45.495592 12040 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:45.496994 12040 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:45.513319 12040 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784: Generated new TSK 0
I20260630 12:15:45.514036 12040 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:45.531549   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:45.537565 12049 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:45.538630 12050 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:45.539651 12052 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:45.540211   431 server_base.cc:1061] running on GCE node
I20260630 12:15:45.541015   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:45.541193   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:45.541312   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821745541302 us; error 0 us; skew 500 ppm
I20260630 12:15:45.541918   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:45.544287   431 webserver.cc:533] Webserver started at http://127.0.107.193:35225/ using document root <none> and password file <none>
I20260630 12:15:45.544726   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:45.544880   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:45.545086   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:45.546264   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "a6610a4e41c94ca8a7928244f5eb644a"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.550627   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:15:45.553838 12057 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.554598   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:45.554901   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "a6610a4e41c94ca8a7928244f5eb644a"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.555192   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-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)
I20260630 12:15:45.592396   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:45.593722   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:45.595173   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:45.597448   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:45.597720   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.597955   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:45.598142   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.638933   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38735
I20260630 12:15:45.639039 12119 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38735 every 8 connection(s)
I20260630 12:15:45.644375   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:45.651823 12124 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:45.654073 12125 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:45.656594   431 server_base.cc:1061] running on GCE node
W20260630 12:15:45.656469 12127 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:45.658298   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:45.658567   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:45.658773   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821745658756 us; error 0 us; skew 500 ppm
I20260630 12:15:45.659381   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:45.661419 12120 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43035
I20260630 12:15:45.661828 12120 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:45.662268   431 webserver.cc:533] Webserver started at http://127.0.107.194:35381/ using document root <none> and password file <none>
I20260630 12:15:45.662686 12120 heartbeater.cc:507] Master 127.0.107.254:43035 requested a full tablet report, sending...
I20260630 12:15:45.662811   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:45.663158   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:45.663417   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:45.664551   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "1c29cfe58ae14a7b946e57d6fb497419"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.664944 11993 ts_manager.cc:194] Registered new tserver with Master: a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735)
I20260630 12:15:45.666822 11993 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40544
I20260630 12:15:45.669377   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:15:45.672904 12132 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.673779   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:45.674012   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "1c29cfe58ae14a7b946e57d6fb497419"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.674247   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-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)
I20260630 12:15:45.706738   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:45.707917   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:45.709295   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:45.711504   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:45.711679   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.711978   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:45.712149   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.752090   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46789
I20260630 12:15:45.752211 12194 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46789 every 8 connection(s)
I20260630 12:15:45.756834   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:45.764114 12198 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:45.765637 12199 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:45.768571   431 server_base.cc:1061] running on GCE node
W20260630 12:15:45.768862 12201 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:45.769999   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:15:45.770013 12195 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43035
W20260630 12:15:45.770370   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:45.770588 12195 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:45.770607   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821745770587 us; error 0 us; skew 500 ppm
I20260630 12:15:45.771358   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:45.771426 12195 heartbeater.cc:507] Master 127.0.107.254:43035 requested a full tablet report, sending...
I20260630 12:15:45.773763 11993 ts_manager.cc:194] Registered new tserver with Master: 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789)
I20260630 12:15:45.774117   431 webserver.cc:533] Webserver started at http://127.0.107.195:35585/ using document root <none> and password file <none>
I20260630 12:15:45.774762   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:45.774993   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:45.775312   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:45.775622 11993 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40546
I20260630 12:15:45.776880   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "eeefd3f16b08496eb7f17e82dcf79951"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.781208   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260630 12:15:45.784475 12206 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.785243   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:15:45.785687   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "eeefd3f16b08496eb7f17e82dcf79951"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-ctg2"
I20260630 12:15:45.785949   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-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)
I20260630 12:15:45.810151   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:45.811292   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:45.812770   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:45.814920   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:45.815186   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.815442   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:45.815631   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.860518   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37297
I20260630 12:15:45.860615 12268 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37297 every 8 connection(s)
I20260630 12:15:45.874167 12269 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43035
I20260630 12:15:45.874548 12269 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:45.875267 12269 heartbeater.cc:507] Master 127.0.107.254:43035 requested a full tablet report, sending...
I20260630 12:15:45.877190 11993 ts_manager.cc:194] Registered new tserver with Master: eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:45.877341   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013575599s
I20260630 12:15:45.878589 11993 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40552
I20260630 12:15:46.669471 12120 heartbeater.cc:499] Master 127.0.107.254:43035 was elected leader, sending a full tablet report...
I20260630 12:15:46.778313 12195 heartbeater.cc:499] Master 127.0.107.254:43035 was elected leader, sending a full tablet report...
I20260630 12:15:46.881340 12269 heartbeater.cc:499] Master 127.0.107.254:43035 was elected leader, sending a full tablet report...
I20260630 12:15:46.933353 11993 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40556:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:46.936044 11993 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:47.007406 12159 tablet_service.cc:1511] Processing CreateTablet for tablet 32e4be3ff8244388935b34e3c3c91dce (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:47.007683 12160 tablet_service.cc:1511] Processing CreateTablet for tablet a37f4151d5454d8a9a34978f8adfe7ed (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:47.008242 12084 tablet_service.cc:1511] Processing CreateTablet for tablet 32e4be3ff8244388935b34e3c3c91dce (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:47.009009 12159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32e4be3ff8244388935b34e3c3c91dce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.009199 12085 tablet_service.cc:1511] Processing CreateTablet for tablet a37f4151d5454d8a9a34978f8adfe7ed (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:47.009737 12084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32e4be3ff8244388935b34e3c3c91dce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.009511 12158 tablet_service.cc:1511] Processing CreateTablet for tablet da24436a16bb44a1b994a8cd3297f826 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:47.010553 12085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a37f4151d5454d8a9a34978f8adfe7ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.011874 12083 tablet_service.cc:1511] Processing CreateTablet for tablet da24436a16bb44a1b994a8cd3297f826 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:47.011956 12157 tablet_service.cc:1511] Processing CreateTablet for tablet ccb203465c0f4cf2bd43787dadfe9247 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:47.013520 12158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24436a16bb44a1b994a8cd3297f826. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.014850 12082 tablet_service.cc:1511] Processing CreateTablet for tablet ccb203465c0f4cf2bd43787dadfe9247 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:47.017060 12081 tablet_service.cc:1511] Processing CreateTablet for tablet 20d9f413205d45c0a1c9270b4a01ccbe (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:47.018316 12160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a37f4151d5454d8a9a34978f8adfe7ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.013413 12083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24436a16bb44a1b994a8cd3297f826. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.022207 12157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccb203465c0f4cf2bd43787dadfe9247. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.025398 12156 tablet_service.cc:1511] Processing CreateTablet for tablet 20d9f413205d45c0a1c9270b4a01ccbe (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:47.025938 12081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 20d9f413205d45c0a1c9270b4a01ccbe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.026750 12156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 20d9f413205d45c0a1c9270b4a01ccbe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.028385 12082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccb203465c0f4cf2bd43787dadfe9247. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.031356 12080 tablet_service.cc:1511] Processing CreateTablet for tablet 43d8982f8dac4fd8b191cee70666b3c7 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:47.032974 12080 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43d8982f8dac4fd8b191cee70666b3c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.036032 12155 tablet_service.cc:1511] Processing CreateTablet for tablet 43d8982f8dac4fd8b191cee70666b3c7 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:47.037375 12155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43d8982f8dac4fd8b191cee70666b3c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.055980 12234 tablet_service.cc:1511] Processing CreateTablet for tablet a37f4151d5454d8a9a34978f8adfe7ed (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:47.059180 12233 tablet_service.cc:1511] Processing CreateTablet for tablet 32e4be3ff8244388935b34e3c3c91dce (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:47.061465 12232 tablet_service.cc:1511] Processing CreateTablet for tablet da24436a16bb44a1b994a8cd3297f826 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:47.063755 12231 tablet_service.cc:1511] Processing CreateTablet for tablet ccb203465c0f4cf2bd43787dadfe9247 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:47.066699 12230 tablet_service.cc:1511] Processing CreateTablet for tablet 20d9f413205d45c0a1c9270b4a01ccbe (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:47.069761 12229 tablet_service.cc:1511] Processing CreateTablet for tablet 43d8982f8dac4fd8b191cee70666b3c7 (DEFAULT_TABLE table=test-workload [id=695093cb0fdf44a0b22866b4f721a239]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:47.057435 12234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a37f4151d5454d8a9a34978f8adfe7ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.076151 12233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32e4be3ff8244388935b34e3c3c91dce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.079486 12232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24436a16bb44a1b994a8cd3297f826. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.080156 12231 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccb203465c0f4cf2bd43787dadfe9247. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.080801 12229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43d8982f8dac4fd8b191cee70666b3c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.082957 12230 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 20d9f413205d45c0a1c9270b4a01ccbe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:47.121043 12289 tablet_bootstrap.cc:492] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a: Bootstrap starting.
I20260630 12:15:47.127488 12290 tablet_bootstrap.cc:492] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419: Bootstrap starting.
I20260630 12:15:47.135076 12290 tablet_bootstrap.cc:654] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.138468 12289 tablet_bootstrap.cc:654] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.140710 12291 tablet_bootstrap.cc:492] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951: Bootstrap starting.
I20260630 12:15:47.142556 12290 tablet_bootstrap.cc:492] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419: No bootstrap required, opened a new log
I20260630 12:15:47.143134 12290 ts_tablet_manager.cc:1403] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.001s
I20260630 12:15:47.144141 12289 tablet_bootstrap.cc:492] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a: No bootstrap required, opened a new log
I20260630 12:15:47.144636 12289 ts_tablet_manager.cc:1403] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a: Time spent bootstrapping tablet: real 0.024s	user 0.006s	sys 0.004s
I20260630 12:15:47.145469 12290 raft_consensus.cc:359] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.146145 12290 raft_consensus.cc:385] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.146405 12290 raft_consensus.cc:740] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c29cfe58ae14a7b946e57d6fb497419, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.147107 12290 consensus_queue.cc:260] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.147640 12289 raft_consensus.cc:359] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.148126 12291 tablet_bootstrap.cc:654] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.148427 12289 raft_consensus.cc:385] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.148751 12289 raft_consensus.cc:740] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.150025 12290 ts_tablet_manager.cc:1434] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:15:47.149652 12289 consensus_queue.cc:260] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.151069 12290 tablet_bootstrap.cc:492] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419: Bootstrap starting.
I20260630 12:15:47.157775 12290 tablet_bootstrap.cc:654] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.162379 12289 ts_tablet_manager.cc:1434] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.008s
I20260630 12:15:47.163501 12289 tablet_bootstrap.cc:492] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a: Bootstrap starting.
I20260630 12:15:47.164336 12291 tablet_bootstrap.cc:492] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951: No bootstrap required, opened a new log
I20260630 12:15:47.164834 12291 ts_tablet_manager.cc:1403] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.004s
I20260630 12:15:47.166522 12290 tablet_bootstrap.cc:492] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419: No bootstrap required, opened a new log
I20260630 12:15:47.167026 12290 ts_tablet_manager.cc:1403] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.005s
I20260630 12:15:47.167866 12291 raft_consensus.cc:359] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.168689 12291 raft_consensus.cc:385] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.168979 12291 raft_consensus.cc:740] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.169548 12289 tablet_bootstrap.cc:654] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.169812 12290 raft_consensus.cc:359] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.169899 12291 consensus_queue.cc:260] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.170711 12290 raft_consensus.cc:385] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.171090 12290 raft_consensus.cc:740] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c29cfe58ae14a7b946e57d6fb497419, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.172113 12290 consensus_queue.cc:260] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.174289 12290 ts_tablet_manager.cc:1434] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:15:47.177933 12290 tablet_bootstrap.cc:492] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419: Bootstrap starting.
I20260630 12:15:47.179865 12291 ts_tablet_manager.cc:1434] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951: Time spent starting tablet: real 0.015s	user 0.010s	sys 0.005s
I20260630 12:15:47.184151 12290 tablet_bootstrap.cc:654] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.190896 12291 tablet_bootstrap.cc:492] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951: Bootstrap starting.
I20260630 12:15:47.197052 12289 tablet_bootstrap.cc:492] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a: No bootstrap required, opened a new log
I20260630 12:15:47.197661 12289 ts_tablet_manager.cc:1403] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a: Time spent bootstrapping tablet: real 0.034s	user 0.018s	sys 0.014s
I20260630 12:15:47.198982 12291 tablet_bootstrap.cc:654] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.200796 12289 raft_consensus.cc:359] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.201601 12289 raft_consensus.cc:385] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.201968 12289 raft_consensus.cc:740] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.202746 12289 consensus_queue.cc:260] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.204005 12290 tablet_bootstrap.cc:492] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419: No bootstrap required, opened a new log
I20260630 12:15:47.204507 12290 ts_tablet_manager.cc:1403] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419: Time spent bootstrapping tablet: real 0.027s	user 0.006s	sys 0.010s
I20260630 12:15:47.204699 12291 tablet_bootstrap.cc:492] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951: No bootstrap required, opened a new log
I20260630 12:15:47.204715 12289 ts_tablet_manager.cc:1434] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.003s
I20260630 12:15:47.205330 12291 ts_tablet_manager.cc:1403] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.004s
I20260630 12:15:47.205888 12289 tablet_bootstrap.cc:492] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a: Bootstrap starting.
I20260630 12:15:47.207427 12290 raft_consensus.cc:359] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.208173 12290 raft_consensus.cc:385] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.208557 12290 raft_consensus.cc:740] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c29cfe58ae14a7b946e57d6fb497419, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.208182 12291 raft_consensus.cc:359] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.209095 12291 raft_consensus.cc:385] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.209440 12291 raft_consensus.cc:740] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.209447 12290 consensus_queue.cc:260] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.210496 12291 consensus_queue.cc:260] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.212455 12289 tablet_bootstrap.cc:654] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.214680 12290 ts_tablet_manager.cc:1434] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.004s
I20260630 12:15:47.215832 12290 tablet_bootstrap.cc:492] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419: Bootstrap starting.
I20260630 12:15:47.220788 12290 tablet_bootstrap.cc:654] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.222615 12291 ts_tablet_manager.cc:1434] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.002s
I20260630 12:15:47.224489 12289 tablet_bootstrap.cc:492] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a: No bootstrap required, opened a new log
I20260630 12:15:47.225035 12289 ts_tablet_manager.cc:1403] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.010s
I20260630 12:15:47.225808 12291 tablet_bootstrap.cc:492] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951: Bootstrap starting.
I20260630 12:15:47.227839 12289 raft_consensus.cc:359] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.228590 12289 raft_consensus.cc:385] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.228890 12289 raft_consensus.cc:740] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.229897 12289 consensus_queue.cc:260] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.234378 12289 ts_tablet_manager.cc:1434] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.002s
I20260630 12:15:47.235276 12291 tablet_bootstrap.cc:654] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.235622 12289 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a: Bootstrap starting.
I20260630 12:15:47.242445 12289 tablet_bootstrap.cc:654] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.245951 12290 tablet_bootstrap.cc:492] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419: No bootstrap required, opened a new log
I20260630 12:15:47.246522 12290 ts_tablet_manager.cc:1403] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419: Time spent bootstrapping tablet: real 0.031s	user 0.028s	sys 0.001s
I20260630 12:15:47.247568 12291 tablet_bootstrap.cc:492] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951: No bootstrap required, opened a new log
I20260630 12:15:47.249010 12291 ts_tablet_manager.cc:1403] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.007s
I20260630 12:15:47.249614 12290 raft_consensus.cc:359] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.250373 12290 raft_consensus.cc:385] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.250577 12289 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a: No bootstrap required, opened a new log
I20260630 12:15:47.250690 12290 raft_consensus.cc:740] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c29cfe58ae14a7b946e57d6fb497419, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.251194 12289 ts_tablet_manager.cc:1403] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:15:47.251418 12291 raft_consensus.cc:359] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.252075 12291 raft_consensus.cc:385] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.251608 12290 consensus_queue.cc:260] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.252337 12291 raft_consensus.cc:740] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.253122 12291 consensus_queue.cc:260] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.253991 12290 ts_tablet_manager.cc:1434] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260630 12:15:47.253968 12289 raft_consensus.cc:359] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.255038 12289 raft_consensus.cc:385] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.255182 12290 tablet_bootstrap.cc:492] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419: Bootstrap starting.
I20260630 12:15:47.255151 12295 raft_consensus.cc:493] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.255364 12289 raft_consensus.cc:740] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.255928 12295 raft_consensus.cc:515] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.256377 12289 consensus_queue.cc:260] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
W20260630 12:15:47.257395 12196 tablet.cc:2406] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:15:47.263684 12290 tablet_bootstrap.cc:654] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.268970 12295 leader_election.cc:290] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.270802 12294 raft_consensus.cc:493] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.271308 12294 raft_consensus.cc:515] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.274132 12289 ts_tablet_manager.cc:1434] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a: Time spent starting tablet: real 0.023s	user 0.010s	sys 0.006s
I20260630 12:15:47.277792 12289 tablet_bootstrap.cc:492] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a: Bootstrap starting.
I20260630 12:15:47.279487 12290 tablet_bootstrap.cc:492] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419: No bootstrap required, opened a new log
I20260630 12:15:47.280090 12290 ts_tablet_manager.cc:1403] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419: Time spent bootstrapping tablet: real 0.025s	user 0.020s	sys 0.002s
I20260630 12:15:47.284976 12290 raft_consensus.cc:359] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.285517 12291 ts_tablet_manager.cc:1434] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951: Time spent starting tablet: real 0.036s	user 0.003s	sys 0.003s
I20260630 12:15:47.285904 12290 raft_consensus.cc:385] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.286353 12290 raft_consensus.cc:740] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c29cfe58ae14a7b946e57d6fb497419, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.287161 12289 tablet_bootstrap.cc:654] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.287606 12290 consensus_queue.cc:260] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.291097 12291 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951: Bootstrap starting.
I20260630 12:15:47.301043 12294 leader_election.cc:290] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.319818 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32e4be3ff8244388935b34e3c3c91dce" candidate_uuid: "1c29cfe58ae14a7b946e57d6fb497419" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a" is_pre_election: true
I20260630 12:15:47.320879 12095 raft_consensus.cc:2468] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c29cfe58ae14a7b946e57d6fb497419 in term 0.
I20260630 12:15:47.326300 12133 leader_election.cc:304] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.327446 12294 raft_consensus.cc:2804] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:47.327939 12294 raft_consensus.cc:493] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:47.328351 12294 raft_consensus.cc:3060] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.335309 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32e4be3ff8244388935b34e3c3c91dce" candidate_uuid: "1c29cfe58ae14a7b946e57d6fb497419" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951" is_pre_election: true
W20260630 12:15:47.337692 12134 leader_election.cc:343] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:47.342543 12294 raft_consensus.cc:515] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.347483 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32e4be3ff8244388935b34e3c3c91dce" candidate_uuid: "1c29cfe58ae14a7b946e57d6fb497419" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a"
I20260630 12:15:47.348264 12095 raft_consensus.cc:3060] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.362957 12095 raft_consensus.cc:2468] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c29cfe58ae14a7b946e57d6fb497419 in term 1.
I20260630 12:15:47.364514 12133 leader_election.cc:304] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.375602 12170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43d8982f8dac4fd8b191cee70666b3c7" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419" is_pre_election: true
I20260630 12:15:47.376636 12170 raft_consensus.cc:2468] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 0.
I20260630 12:15:47.378710 12058 leader_election.cc:304] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.379815 12295 raft_consensus.cc:2804] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:47.380275 12295 raft_consensus.cc:493] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:47.380733 12295 raft_consensus.cc:3060] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.381028 12315 raft_consensus.cc:2804] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:47.384760 12298 raft_consensus.cc:493] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.385457 12298 raft_consensus.cc:515] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.387457 12316 raft_consensus.cc:493] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.388468 12316 raft_consensus.cc:515] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.390542 12298 leader_election.cc:290] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789)
I20260630 12:15:47.397521 12315 raft_consensus.cc:697] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 LEADER]: Becoming Leader. State: Replica: 1c29cfe58ae14a7b946e57d6fb497419, State: Running, Role: LEADER
I20260630 12:15:47.397886 12308 raft_consensus.cc:493] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.398087 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d9f413205d45c0a1c9270b4a01ccbe" candidate_uuid: "1c29cfe58ae14a7b946e57d6fb497419" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a" is_pre_election: true
I20260630 12:15:47.398514 12308 raft_consensus.cc:515] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
W20260630 12:15:47.399628 12133 leader_election.cc:343] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:47.401106 12316 leader_election.cc:290] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.402397 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d9f413205d45c0a1c9270b4a01ccbe" candidate_uuid: "1c29cfe58ae14a7b946e57d6fb497419" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951" is_pre_election: true
I20260630 12:15:47.407094 12170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37f4151d5454d8a9a34978f8adfe7ed" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419" is_pre_election: true
W20260630 12:15:47.407442 12134 leader_election.cc:343] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:47.400825 12308 leader_election.cc:290] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.407930 12170 raft_consensus.cc:2468] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 0.
I20260630 12:15:47.398506 12315 consensus_queue.cc:237] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.407954 12134 leader_election.cc:304] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [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: 1c29cfe58ae14a7b946e57d6fb497419; no voters: a6610a4e41c94ca8a7928244f5eb644a, eeefd3f16b08496eb7f17e82dcf79951
I20260630 12:15:47.411399 12316 raft_consensus.cc:2749] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:47.411228 12058 leader_election.cc:304] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.422231 12308 raft_consensus.cc:2804] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:47.422608 12308 raft_consensus.cc:493] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:47.422922 12308 raft_consensus.cc:3060] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.433933 12290 ts_tablet_manager.cc:1434] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419: Time spent starting tablet: real 0.153s	user 0.052s	sys 0.060s
I20260630 12:15:47.433312 11992 catalog_manager.cc:5697] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c29cfe58ae14a7b946e57d6fb497419" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:47.435068 12290 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419: Bootstrap starting.
I20260630 12:15:47.438491 12170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb203465c0f4cf2bd43787dadfe9247" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419" is_pre_election: true
I20260630 12:15:47.439211 12170 raft_consensus.cc:2468] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eeefd3f16b08496eb7f17e82dcf79951 in term 0.
I20260630 12:15:47.440747 12207 leader_election.cc:304] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, eeefd3f16b08496eb7f17e82dcf79951; no voters: 
I20260630 12:15:47.441538 12298 raft_consensus.cc:2804] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:47.441948 12298 raft_consensus.cc:493] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:47.442279 12298 raft_consensus.cc:3060] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.449736 12298 raft_consensus.cc:515] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.451712 12298 leader_election.cc:290] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 election: Requested vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789)
I20260630 12:15:47.453826 12308 raft_consensus.cc:515] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.453889 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb203465c0f4cf2bd43787dadfe9247" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a"
I20260630 12:15:47.456773 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37f4151d5454d8a9a34978f8adfe7ed" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419"
I20260630 12:15:47.457134 12170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb203465c0f4cf2bd43787dadfe9247" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419"
I20260630 12:15:47.457453 12169 raft_consensus.cc:3060] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.457718 12170 raft_consensus.cc:3060] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:15:47.460909 12041 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:47.458964 12290 tablet_bootstrap.cc:654] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.461733 12308 leader_election.cc:290] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 election: Requested vote from peers 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.461593 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb203465c0f4cf2bd43787dadfe9247" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a" is_pre_election: true
W20260630 12:15:47.460971 12207 leader_election.cc:343] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:15:47.466333 12207 leader_election.cc:343] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:47.468182 12169 raft_consensus.cc:2468] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 1.
I20260630 12:15:47.469403 12058 leader_election.cc:304] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.470275 12308 raft_consensus.cc:2804] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:47.478585 12295 raft_consensus.cc:515] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.479900 12308 raft_consensus.cc:697] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Becoming Leader. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Running, Role: LEADER
I20260630 12:15:47.480101 12291 tablet_bootstrap.cc:654] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.481762 12294 leader_election.cc:290] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 election: Requested vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.482257 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43d8982f8dac4fd8b191cee70666b3c7" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419"
I20260630 12:15:47.482832 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32e4be3ff8244388935b34e3c3c91dce" candidate_uuid: "1c29cfe58ae14a7b946e57d6fb497419" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951"
I20260630 12:15:47.480854 12308 consensus_queue.cc:237] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
W20260630 12:15:47.484319 12134 leader_election.cc:343] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:47.482868 12169 raft_consensus.cc:3060] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.487133 12295 leader_election.cc:290] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 election: Requested vote from peers 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.488365 12289 tablet_bootstrap.cc:492] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a: No bootstrap required, opened a new log
I20260630 12:15:47.488879 12289 ts_tablet_manager.cc:1403] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a: Time spent bootstrapping tablet: real 0.211s	user 0.061s	sys 0.115s
I20260630 12:15:47.488955 12170 raft_consensus.cc:2468] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eeefd3f16b08496eb7f17e82dcf79951 in term 1.
I20260630 12:15:47.489517 12290 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419: No bootstrap required, opened a new log
I20260630 12:15:47.490389 12207 leader_election.cc:304] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [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: 1c29cfe58ae14a7b946e57d6fb497419, eeefd3f16b08496eb7f17e82dcf79951; no voters: a6610a4e41c94ca8a7928244f5eb644a
I20260630 12:15:47.492507 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43d8982f8dac4fd8b191cee70666b3c7" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951" is_pre_election: true
I20260630 12:15:47.493073 12244 raft_consensus.cc:2468] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 0.
I20260630 12:15:47.494694 12242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37f4151d5454d8a9a34978f8adfe7ed" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951"
I20260630 12:15:47.495368 12242 raft_consensus.cc:3060] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.496670 12289 raft_consensus.cc:359] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.497315 12289 raft_consensus.cc:385] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.490823 12290 ts_tablet_manager.cc:1403] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419: Time spent bootstrapping tablet: real 0.056s	user 0.016s	sys 0.019s
I20260630 12:15:47.500254 12290 raft_consensus.cc:359] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.500771 12290 raft_consensus.cc:385] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.501021 12290 raft_consensus.cc:740] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c29cfe58ae14a7b946e57d6fb497419, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.497545 12289 raft_consensus.cc:740] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.501701 12290 consensus_queue.cc:260] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.502187 12169 raft_consensus.cc:2468] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 1.
I20260630 12:15:47.504040 12290 ts_tablet_manager.cc:1434] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:15:47.504396 11993 catalog_manager.cc:5697] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a reported cstate change: term changed from 0 to 1, leader changed from <none> to a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a6610a4e41c94ca8a7928244f5eb644a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:47.504968 12289 consensus_queue.cc:260] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.506592 12058 leader_election.cc:304] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.507332 12291 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951: No bootstrap required, opened a new log
I20260630 12:15:47.507282 12289 ts_tablet_manager.cc:1434] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.002s
I20260630 12:15:47.507964 12291 ts_tablet_manager.cc:1403] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951: Time spent bootstrapping tablet: real 0.217s	user 0.012s	sys 0.001s
I20260630 12:15:47.508111 12295 raft_consensus.cc:2804] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:47.509454 12241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43d8982f8dac4fd8b191cee70666b3c7" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951"
I20260630 12:15:47.493698 12298 raft_consensus.cc:2804] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:47.510890 12291 raft_consensus.cc:359] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.513090 12241 raft_consensus.cc:3060] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.513236 12291 raft_consensus.cc:385] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.513726 12291 raft_consensus.cc:740] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.514607 12291 consensus_queue.cc:260] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.511967 12289 tablet_bootstrap.cc:492] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a: Bootstrap starting.
I20260630 12:15:47.510561 12243 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37f4151d5454d8a9a34978f8adfe7ed" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951" is_pre_election: true
I20260630 12:15:47.520113 12298 raft_consensus.cc:697] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 LEADER]: Becoming Leader. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Running, Role: LEADER
I20260630 12:15:47.512475 12295 raft_consensus.cc:697] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Becoming Leader. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Running, Role: LEADER
I20260630 12:15:47.521128 12298 consensus_queue.cc:237] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.522118 12295 consensus_queue.cc:237] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.530452 12289 tablet_bootstrap.cc:654] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.541167 11992 catalog_manager.cc:5697] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 reported cstate change: term changed from 0 to 1, leader changed from <none> to eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "eeefd3f16b08496eb7f17e82dcf79951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:47.544672 12289 tablet_bootstrap.cc:492] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a: No bootstrap required, opened a new log
I20260630 12:15:47.545253 12289 ts_tablet_manager.cc:1403] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a: Time spent bootstrapping tablet: real 0.034s	user 0.009s	sys 0.005s
I20260630 12:15:47.548285 12289 raft_consensus.cc:359] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.548998 12289 raft_consensus.cc:385] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.549289 12289 raft_consensus.cc:740] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.550200 12289 consensus_queue.cc:260] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.552378 12289 ts_tablet_manager.cc:1434] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:15:47.561182 12242 raft_consensus.cc:2468] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 1.
I20260630 12:15:47.563190 12241 raft_consensus.cc:2468] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 1.
I20260630 12:15:47.569418 12291 ts_tablet_manager.cc:1434] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951: Time spent starting tablet: real 0.061s	user 0.020s	sys 0.031s
I20260630 12:15:47.569864 12325 raft_consensus.cc:493] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.570571 12291 tablet_bootstrap.cc:492] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951: Bootstrap starting.
I20260630 12:15:47.570396 12325 raft_consensus.cc:515] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.573311 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24436a16bb44a1b994a8cd3297f826" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a" is_pre_election: true
I20260630 12:15:47.572916 11992 catalog_manager.cc:5697] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a reported cstate change: term changed from 0 to 1, leader changed from <none> to a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a6610a4e41c94ca8a7928244f5eb644a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:47.574034 12095 raft_consensus.cc:2468] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eeefd3f16b08496eb7f17e82dcf79951 in term 0.
I20260630 12:15:47.575399 12207 leader_election.cc:304] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6610a4e41c94ca8a7928244f5eb644a, eeefd3f16b08496eb7f17e82dcf79951; no voters: 
I20260630 12:15:47.576267 12298 raft_consensus.cc:2804] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:47.576634 12298 raft_consensus.cc:493] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:47.576958 12298 raft_consensus.cc:3060] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.576994 12291 tablet_bootstrap.cc:654] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.583365 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24436a16bb44a1b994a8cd3297f826" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419" is_pre_election: true
I20260630 12:15:47.583431 12291 tablet_bootstrap.cc:492] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951: No bootstrap required, opened a new log
I20260630 12:15:47.583582 12298 raft_consensus.cc:515] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.584163 12169 raft_consensus.cc:2468] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eeefd3f16b08496eb7f17e82dcf79951 in term 0.
I20260630 12:15:47.584331 12291 ts_tablet_manager.cc:1403] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.003s
I20260630 12:15:47.586449 12325 leader_election.cc:290] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789)
I20260630 12:15:47.586645 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24436a16bb44a1b994a8cd3297f826" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a"
I20260630 12:15:47.587018 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24436a16bb44a1b994a8cd3297f826" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419"
I20260630 12:15:47.587224 12095 raft_consensus.cc:3060] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.587670 12169 raft_consensus.cc:3060] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.587762 12291 raft_consensus.cc:359] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.588629 12291 raft_consensus.cc:385] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.588964 12291 raft_consensus.cc:740] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.589840 12291 consensus_queue.cc:260] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.592265 12291 ts_tablet_manager.cc:1434] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:47.593310 12291 tablet_bootstrap.cc:492] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951: Bootstrap starting.
I20260630 12:15:47.593677 12095 raft_consensus.cc:2468] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eeefd3f16b08496eb7f17e82dcf79951 in term 1.
I20260630 12:15:47.594465 12298 leader_election.cc:290] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 election: Requested vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789)
I20260630 12:15:47.594933 12207 leader_election.cc:304] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6610a4e41c94ca8a7928244f5eb644a, eeefd3f16b08496eb7f17e82dcf79951; no voters: 
I20260630 12:15:47.596522 12169 raft_consensus.cc:2468] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eeefd3f16b08496eb7f17e82dcf79951 in term 1.
I20260630 12:15:47.597796 12298 raft_consensus.cc:2804] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:47.598395 12298 raft_consensus.cc:697] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 LEADER]: Becoming Leader. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Running, Role: LEADER
I20260630 12:15:47.599531 12298 consensus_queue.cc:237] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.600087 12291 tablet_bootstrap.cc:654] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:47.605643 12291 tablet_bootstrap.cc:492] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951: No bootstrap required, opened a new log
I20260630 12:15:47.606128 12291 ts_tablet_manager.cc:1403] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.003s
I20260630 12:15:47.608367 12291 raft_consensus.cc:359] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.608842 12291 raft_consensus.cc:385] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:47.609318 12291 raft_consensus.cc:740] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eeefd3f16b08496eb7f17e82dcf79951, State: Initialized, Role: FOLLOWER
I20260630 12:15:47.608745 11992 catalog_manager.cc:5697] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 reported cstate change: term changed from 0 to 1, leader changed from <none> to eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "eeefd3f16b08496eb7f17e82dcf79951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:47.609930 12291 consensus_queue.cc:260] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.611660 12291 ts_tablet_manager.cc:1434] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:15:47.648732 12295 raft_consensus.cc:493] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.649411 12295 raft_consensus.cc:515] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.651175 12295 leader_election.cc:290] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.652084 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d9f413205d45c0a1c9270b4a01ccbe" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419" is_pre_election: true
I20260630 12:15:47.652359 12241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d9f413205d45c0a1c9270b4a01ccbe" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951" is_pre_election: true
I20260630 12:15:47.652853 12169 raft_consensus.cc:2468] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 0.
I20260630 12:15:47.653035 12241 raft_consensus.cc:2468] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 0.
I20260630 12:15:47.654065 12058 leader_election.cc:304] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.654753 12295 raft_consensus.cc:2804] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:47.655150 12295 raft_consensus.cc:493] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:47.655478 12295 raft_consensus.cc:3060] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.660925 12295 raft_consensus.cc:515] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.662737 12295 leader_election.cc:290] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 election: Requested vote from peers 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.663604 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d9f413205d45c0a1c9270b4a01ccbe" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419"
I20260630 12:15:47.664150 12169 raft_consensus.cc:3060] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.664058 12241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d9f413205d45c0a1c9270b4a01ccbe" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951"
I20260630 12:15:47.664681 12241 raft_consensus.cc:3060] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.668896 12169 raft_consensus.cc:2468] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 1.
I20260630 12:15:47.669868 12241 raft_consensus.cc:2468] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6610a4e41c94ca8a7928244f5eb644a in term 1.
I20260630 12:15:47.669942 12058 leader_election.cc:304] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a; no voters: 
I20260630 12:15:47.670778 12295 raft_consensus.cc:2804] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:47.671233 12295 raft_consensus.cc:697] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Becoming Leader. State: Replica: a6610a4e41c94ca8a7928244f5eb644a, State: Running, Role: LEADER
I20260630 12:15:47.671973 12295 consensus_queue.cc:237] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.679685 11991 catalog_manager.cc:5697] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a reported cstate change: term changed from 0 to 1, leader changed from <none> to a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a6610a4e41c94ca8a7928244f5eb644a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:47.683072 12298 raft_consensus.cc:493] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.683579 12298 raft_consensus.cc:515] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.685429 12298 leader_election.cc:290] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735), 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789)
I20260630 12:15:47.686127 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32e4be3ff8244388935b34e3c3c91dce" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6610a4e41c94ca8a7928244f5eb644a" is_pre_election: true
I20260630 12:15:47.686549 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "32e4be3ff8244388935b34e3c3c91dce" candidate_uuid: "eeefd3f16b08496eb7f17e82dcf79951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419" is_pre_election: true
I20260630 12:15:47.686908 12095 raft_consensus.cc:2393] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate eeefd3f16b08496eb7f17e82dcf79951 in current term 1: Already voted for candidate 1c29cfe58ae14a7b946e57d6fb497419 in this term.
I20260630 12:15:47.688287 12207 leader_election.cc:304] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [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: eeefd3f16b08496eb7f17e82dcf79951; no voters: 1c29cfe58ae14a7b946e57d6fb497419, a6610a4e41c94ca8a7928244f5eb644a
I20260630 12:15:47.688897 12298 raft_consensus.cc:3060] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.693517 12298 raft_consensus.cc:2749] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:47.816205 12295 raft_consensus.cc:493] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:47.816797 12295 raft_consensus.cc:515] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } }
I20260630 12:15:47.819130 12295 leader_election.cc:290] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789), eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:47.821107 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb203465c0f4cf2bd43787dadfe9247" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c29cfe58ae14a7b946e57d6fb497419" is_pre_election: true
I20260630 12:15:47.821985 12169 raft_consensus.cc:2393] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a6610a4e41c94ca8a7928244f5eb644a in current term 1: Already voted for candidate eeefd3f16b08496eb7f17e82dcf79951 in this term.
I20260630 12:15:47.825279 12241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb203465c0f4cf2bd43787dadfe9247" candidate_uuid: "a6610a4e41c94ca8a7928244f5eb644a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eeefd3f16b08496eb7f17e82dcf79951" is_pre_election: true
I20260630 12:15:47.827054 12059 leader_election.cc:304] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [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: a6610a4e41c94ca8a7928244f5eb644a; no voters: 1c29cfe58ae14a7b946e57d6fb497419, eeefd3f16b08496eb7f17e82dcf79951
I20260630 12:15:47.829416 12295 raft_consensus.cc:3060] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:47.837975 12295 raft_consensus.cc:2749] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:47.873411 12294 consensus_queue.cc:1048] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:47.893318 12315 consensus_queue.cc:1048] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:47.962080 12241 raft_consensus.cc:1275] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:47.963840 12295 consensus_queue.cc:1048] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:47.980016 12169 raft_consensus.cc:1275] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:47.981655 12170 raft_consensus.cc:1275] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:47.983789 12321 consensus_queue.cc:1048] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:47.985733 12308 consensus_queue.cc:1048] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:47.994323 12243 raft_consensus.cc:1275] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:48.022565 12308 consensus_queue.cc:1048] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:48.023111 12168 raft_consensus.cc:1275] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:48.027099 12094 raft_consensus.cc:1275] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Refusing update from remote peer eeefd3f16b08496eb7f17e82dcf79951: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:48.027683 12242 raft_consensus.cc:1275] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:48.029855 12308 consensus_queue.cc:1048] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:48.030555 12325 consensus_queue.cc:1048] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:48.032186 12295 consensus_queue.cc:1048] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:48.056710 12166 raft_consensus.cc:1275] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer eeefd3f16b08496eb7f17e82dcf79951: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:48.064997 12168 raft_consensus.cc:1275] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer eeefd3f16b08496eb7f17e82dcf79951: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:48.069936 12298 consensus_queue.cc:1048] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:48.075922 12298 consensus_queue.cc:1048] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:48.144136 12094 raft_consensus.cc:1275] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Refusing update from remote peer eeefd3f16b08496eb7f17e82dcf79951: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:48.184320 12298 consensus_queue.cc:1048] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:15:48.193373 12356 log.cc:927] Time spent T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a: Append to log took a long time: real 0.058s	user 0.000s	sys 0.000s
I20260630 12:15:48.466885 12348 mvcc.cc:204] Tried to move back new op lower bound from 7302437879711920128 to 7302437877860327424. Current Snapshot: MvccSnapshot[applied={T|T < 7302437879668174848}]
I20260630 12:15:48.925362   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:48.932600 12383 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:48.933159 12384 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:48.936769 12387 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:48.938670   431 server_base.cc:1061] running on GCE node
I20260630 12:15:48.939857   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:48.940109   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:48.940303   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821748940280 us; error 0 us; skew 500 ppm
I20260630 12:15:48.940797   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:48.943357   431 webserver.cc:533] Webserver started at http://127.0.107.196:41949/ using document root <none> and password file <none>
I20260630 12:15:48.943830   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:48.943991   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:48.944296   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:48.945338   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "70f5d7f4a6f94e83af54a37f821a7a7e"
format_stamp: "Formatted at 2026-06-30 12:15:48 on dist-test-slave-ctg2"
I20260630 12:15:48.949569   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:15:48.952679 12391 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:48.953493   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:48.953857   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "70f5d7f4a6f94e83af54a37f821a7a7e"
format_stamp: "Formatted at 2026-06-30 12:15:48 on dist-test-slave-ctg2"
I20260630 12:15:48.954098   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821482054927-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)
I20260630 12:15:48.968674   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:48.969874   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:48.971360   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:48.973661   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:48.973894   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:48.974146   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:48.974331   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:49.013968   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38599
I20260630 12:15:49.014084 12453 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38599 every 8 connection(s)
I20260630 12:15:49.027683 12454 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43035
I20260630 12:15:49.028201 12454 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:49.028923 12454 heartbeater.cc:507] Master 127.0.107.254:43035 requested a full tablet report, sending...
I20260630 12:15:49.030735 11992 ts_manager.cc:194] Registered new tserver with Master: 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196:38599)
I20260630 12:15:49.032070 11992 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40570
I20260630 12:15:49.559414 12243 consensus_queue.cc:237] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } }
I20260630 12:15:49.565245 12170 raft_consensus.cc:1275] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer eeefd3f16b08496eb7f17e82dcf79951: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.566376 12094 raft_consensus.cc:1275] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Refusing update from remote peer eeefd3f16b08496eb7f17e82dcf79951: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.566911 12461 consensus_queue.cc:1048] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:49.567902 12458 consensus_queue.cc:1048] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:49.574746 12461 raft_consensus.cc:2955] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
W20260630 12:15:49.577965 12210 consensus_peers.cc:597] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 -> Peer 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196:38599): Couldn't send request to peer 70f5d7f4a6f94e83af54a37f821a7a7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: da24436a16bb44a1b994a8cd3297f826. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:49.577091 12170 raft_consensus.cc:2955] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.577806 12094 raft_consensus.cc:2955] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.591174 11992 catalog_manager.cc:5697] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 reported cstate change: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "eeefd3f16b08496eb7f17e82dcf79951" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.605854 12094 consensus_queue.cc:237] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } }
I20260630 12:15:49.613200 12170 raft_consensus.cc:1275] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.613962 12243 raft_consensus.cc:1275] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.614795 12469 consensus_queue.cc:1048] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:49.615657 12321 consensus_queue.cc:1048] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
W20260630 12:15:49.625121 12061 consensus_peers.cc:597] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a -> Peer 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196:38599): Couldn't send request to peer 70f5d7f4a6f94e83af54a37f821a7a7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a37f4151d5454d8a9a34978f8adfe7ed. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:49.625967 12243 raft_consensus.cc:2955] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.626770 12471 raft_consensus.cc:2955] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.628322 12170 raft_consensus.cc:2955] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.638581 11991 catalog_manager.cc:5697] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a reported cstate change: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a6610a4e41c94ca8a7928244f5eb644a" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:49.653363 12170 consensus_queue.cc:237] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } attrs { replace: true } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } }
I20260630 12:15:49.659677 12243 raft_consensus.cc:1275] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Refusing update from remote peer 1c29cfe58ae14a7b946e57d6fb497419: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.661144 12473 consensus_queue.cc:1048] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:49.662380 12094 raft_consensus.cc:1275] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Refusing update from remote peer 1c29cfe58ae14a7b946e57d6fb497419: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.663784 12473 consensus_queue.cc:1048] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:49.670459 12376 raft_consensus.cc:2955] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } attrs { replace: true } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.673151 12243 raft_consensus.cc:2955] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } attrs { replace: true } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.676820 12094 raft_consensus.cc:2955] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } attrs { replace: true } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
W20260630 12:15:49.678972 12136 consensus_peers.cc:597] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 -> Peer 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196:38599): Couldn't send request to peer 70f5d7f4a6f94e83af54a37f821a7a7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 32e4be3ff8244388935b34e3c3c91dce. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:49.686656 11992 catalog_manager.cc:5697] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 reported cstate change: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1c29cfe58ae14a7b946e57d6fb497419" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:49.687240 12093 consensus_queue.cc:237] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } }
W20260630 12:15:49.695255 12061 consensus_peers.cc:597] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a -> Peer 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196:38599): Couldn't send request to peer 70f5d7f4a6f94e83af54a37f821a7a7e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 20d9f413205d45c0a1c9270b4a01ccbe. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:49.695886 12243 raft_consensus.cc:1275] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.695886 12170 raft_consensus.cc:1275] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Refusing update from remote peer a6610a4e41c94ca8a7928244f5eb644a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:49.697559 12469 consensus_queue.cc:1048] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:49.698421 12321 consensus_queue.cc:1048] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:49.705003 12469 raft_consensus.cc:2955] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.706812 12243 raft_consensus.cc:2955] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.707612 12170 raft_consensus.cc:2955] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } } }
I20260630 12:15:49.720626 11990 catalog_manager.cc:5697] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a reported cstate change: config changed from index -1 to 11, NON_VOTER 70f5d7f4a6f94e83af54a37f821a7a7e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a6610a4e41c94ca8a7928244f5eb644a" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:49.944481 12476 ts_tablet_manager.cc:933] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: Initiating tablet copy from peer eeefd3f16b08496eb7f17e82dcf79951 (127.0.107.195:37297)
I20260630 12:15:49.946079 12476 tablet_copy_client.cc:323] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37297
I20260630 12:15:49.956215 12254 tablet_copy_service.cc:140] P eeefd3f16b08496eb7f17e82dcf79951: Received BeginTabletCopySession request for tablet da24436a16bb44a1b994a8cd3297f826 from peer 70f5d7f4a6f94e83af54a37f821a7a7e ({username='slave'} at 127.0.0.1:36948)
I20260630 12:15:49.956779 12254 tablet_copy_service.cc:161] P eeefd3f16b08496eb7f17e82dcf79951: Beginning new tablet copy session on tablet da24436a16bb44a1b994a8cd3297f826 from peer 70f5d7f4a6f94e83af54a37f821a7a7e at {username='slave'} at 127.0.0.1:36948: session id = 70f5d7f4a6f94e83af54a37f821a7a7e-da24436a16bb44a1b994a8cd3297f826
I20260630 12:15:49.964816 12254 tablet_copy_source_session.cc:215] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:49.967793 12476 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24436a16bb44a1b994a8cd3297f826. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:49.978556 12476 tablet_copy_client.cc:806] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:49.979173 12476 tablet_copy_client.cc:670] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:49.983057 12476 tablet_copy_client.cc:538] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:49.989462 12476 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: Bootstrap starting.
I20260630 12:15:50.034435 12454 heartbeater.cc:499] Master 127.0.107.254:43035 was elected leader, sending a full tablet report...
I20260630 12:15:50.046308   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:50.065783 12476 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=64 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:50.069806 12476 tablet_bootstrap.cc:492] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: Bootstrap complete.
I20260630 12:15:50.070921 12476 ts_tablet_manager.cc:1403] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: Time spent bootstrapping tablet: real 0.082s	user 0.070s	sys 0.009s
I20260630 12:15:50.073686 12476 raft_consensus.cc:359] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } }
I20260630 12:15:50.076900 12476 raft_consensus.cc:740] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 70f5d7f4a6f94e83af54a37f821a7a7e, State: Initialized, Role: LEARNER
I20260630 12:15:50.079497 12476 consensus_queue.cc:260] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "a6610a4e41c94ca8a7928244f5eb644a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38735 } } peers { permanent_uuid: "1c29cfe58ae14a7b946e57d6fb497419" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46789 } attrs { replace: true } } peers { permanent_uuid: "eeefd3f16b08496eb7f17e82dcf79951" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37297 } } peers { permanent_uuid: "70f5d7f4a6f94e83af54a37f821a7a7e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38599 } attrs { promote: true } }
I20260630 12:15:50.084928 12476 ts_tablet_manager.cc:1434] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.002s
I20260630 12:15:50.088897 12254 tablet_copy_service.cc:342] P eeefd3f16b08496eb7f17e82dcf79951: Request end of tablet copy session 70f5d7f4a6f94e83af54a37f821a7a7e-da24436a16bb44a1b994a8cd3297f826 received from {username='slave'} at 127.0.0.1:36948
I20260630 12:15:50.089344 12254 tablet_copy_service.cc:434] P eeefd3f16b08496eb7f17e82dcf79951: ending tablet copy session 70f5d7f4a6f94e83af54a37f821a7a7e-da24436a16bb44a1b994a8cd3297f826 on tablet da24436a16bb44a1b994a8cd3297f826 with peer 70f5d7f4a6f94e83af54a37f821a7a7e
I20260630 12:15:50.093034   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:50.095000   431 tablet_replica.cc:333] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a: stopping tablet replica
W20260630 12:15:50.095180 12133 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:15:50.095804   431 raft_consensus.cc:2243] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:50.097132   431 raft_consensus.cc:2272] T 20d9f413205d45c0a1c9270b4a01ccbe P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:50.098544 12133 consensus_peers.cc:597] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 -> Peer a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735): Couldn't send request to peer a6610a4e41c94ca8a7928244f5eb644a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:50.099901   431 tablet_replica.cc:333] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a: stopping tablet replica
I20260630 12:15:50.100630   431 raft_consensus.cc:2243] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.101298   431 raft_consensus.cc:2272] T da24436a16bb44a1b994a8cd3297f826 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.105103   431 tablet_replica.cc:333] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a: stopping tablet replica
I20260630 12:15:50.105713   431 raft_consensus.cc:2243] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.106207   431 raft_consensus.cc:2272] T 32e4be3ff8244388935b34e3c3c91dce P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.108749   431 tablet_replica.cc:333] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a: stopping tablet replica
I20260630 12:15:50.109414   431 raft_consensus.cc:2243] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.109886 12476 ts_tablet_manager.cc:933] T a37f4151d5454d8a9a34978f8adfe7ed P 70f5d7f4a6f94e83af54a37f821a7a7e: Initiating tablet copy from peer a6610a4e41c94ca8a7928244f5eb644a (127.0.107.193:38735)
I20260630 12:15:50.109970   431 raft_consensus.cc:2272] T ccb203465c0f4cf2bd43787dadfe9247 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.112329 12476 tablet_copy_client.cc:323] T a37f4151d5454d8a9a34978f8adfe7ed P 70f5d7f4a6f94e83af54a37f821a7a7e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38735
I20260630 12:15:50.112856   431 tablet_replica.cc:333] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a: stopping tablet replica
I20260630 12:15:50.113548   431 raft_consensus.cc:2243] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:50.114494   431 raft_consensus.cc:2272] T 43d8982f8dac4fd8b191cee70666b3c7 P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.116919   431 tablet_replica.cc:333] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a: stopping tablet replica
I20260630 12:15:50.117682   431 raft_consensus.cc:2243] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:50.118956   431 raft_consensus.cc:2272] T a37f4151d5454d8a9a34978f8adfe7ed P a6610a4e41c94ca8a7928244f5eb644a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:50.137677 12392 connection.cc:466] server connection from 127.0.0.1:56650 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:56650 (request call id 2) could send its response
I20260630 12:15:50.152544   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:50.167819   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:15:50.191831 12207 consensus_peers.cc:597] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 -> Peer 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789): Couldn't send request to peer 1c29cfe58ae14a7b946e57d6fb497419. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:50.197188   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:50.198060   431 tablet_replica.cc:333] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419: stopping tablet replica
I20260630 12:15:50.198953   431 raft_consensus.cc:2243] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.199011 12476 ts_tablet_manager.cc:933] T 32e4be3ff8244388935b34e3c3c91dce P 70f5d7f4a6f94e83af54a37f821a7a7e: Initiating tablet copy from peer 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789)
I20260630 12:15:50.199590   431 raft_consensus.cc:2272] T 20d9f413205d45c0a1c9270b4a01ccbe P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.200654 12476 tablet_copy_client.cc:323] T 32e4be3ff8244388935b34e3c3c91dce P 70f5d7f4a6f94e83af54a37f821a7a7e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46789
I20260630 12:15:50.204298   431 tablet_replica.cc:333] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419: stopping tablet replica
I20260630 12:15:50.204931   431 raft_consensus.cc:2243] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.205621   431 raft_consensus.cc:2272] T a37f4151d5454d8a9a34978f8adfe7ed P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.208073   431 tablet_replica.cc:333] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419: stopping tablet replica
I20260630 12:15:50.208604   431 raft_consensus.cc:2243] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.209231   431 raft_consensus.cc:2272] T da24436a16bb44a1b994a8cd3297f826 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.212455   431 tablet_replica.cc:333] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419: stopping tablet replica
I20260630 12:15:50.212963   431 raft_consensus.cc:2243] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:50.213874   431 raft_consensus.cc:2272] T 32e4be3ff8244388935b34e3c3c91dce P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.215960   431 tablet_replica.cc:333] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419: stopping tablet replica
I20260630 12:15:50.216463   431 raft_consensus.cc:2243] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.216895   431 raft_consensus.cc:2272] T ccb203465c0f4cf2bd43787dadfe9247 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.218771   431 tablet_replica.cc:333] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419: stopping tablet replica
I20260630 12:15:50.219211   431 raft_consensus.cc:2243] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.219645   431 raft_consensus.cc:2272] T 43d8982f8dac4fd8b191cee70666b3c7 P 1c29cfe58ae14a7b946e57d6fb497419 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.236340   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:50.251596   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:15:50.259090 12207 consensus_peers.cc:597] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 -> Peer 1c29cfe58ae14a7b946e57d6fb497419 (127.0.107.194:46789): Couldn't send request to peer 1c29cfe58ae14a7b946e57d6fb497419. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46789: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:15:50.260633 12392 connection.cc:466] server connection from 127.0.0.1:56660 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:56660 (request call id 1) could send its response
I20260630 12:15:50.281325   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:50.282159   431 tablet_replica.cc:333] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951: stopping tablet replica
I20260630 12:15:50.283005   431 raft_consensus.cc:2243] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.283592   431 raft_consensus.cc:2272] T 32e4be3ff8244388935b34e3c3c91dce P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.286684   431 tablet_replica.cc:333] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951: stopping tablet replica
I20260630 12:15:50.287407   431 raft_consensus.cc:2243] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:50.288538   431 raft_consensus.cc:2272] T ccb203465c0f4cf2bd43787dadfe9247 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.291347   431 tablet_replica.cc:333] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951: stopping tablet replica
I20260630 12:15:50.292054   431 raft_consensus.cc:2243] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:50.293331   431 raft_consensus.cc:2272] T da24436a16bb44a1b994a8cd3297f826 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.296227   431 tablet_replica.cc:333] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951: stopping tablet replica
I20260630 12:15:50.296931   431 raft_consensus.cc:2243] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.297458   431 raft_consensus.cc:2272] T 20d9f413205d45c0a1c9270b4a01ccbe P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.300436   431 tablet_replica.cc:333] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951: stopping tablet replica
I20260630 12:15:50.301095   431 raft_consensus.cc:2243] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.301716   431 raft_consensus.cc:2272] T a37f4151d5454d8a9a34978f8adfe7ed P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.304687   431 tablet_replica.cc:333] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951: stopping tablet replica
I20260630 12:15:50.305334   431 raft_consensus.cc:2243] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:50.305897   431 raft_consensus.cc:2272] T 43d8982f8dac4fd8b191cee70666b3c7 P eeefd3f16b08496eb7f17e82dcf79951 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.334183   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:50.349452   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:50.375406   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:50.376263   431 tablet_replica.cc:333] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e: stopping tablet replica
I20260630 12:15:50.376904   431 raft_consensus.cc:2243] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:50.377382   431 raft_consensus.cc:2272] T da24436a16bb44a1b994a8cd3297f826 P 70f5d7f4a6f94e83af54a37f821a7a7e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:50.398733   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:50.410770   431 master.cc:562] Master@127.0.107.254:43035 shutting down...
W20260630 12:15:50.430259 12041 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:50.431385   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:50.431829   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:50.432078   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b684ecdaca684ed6817c16e28de2f784: stopping tablet replica
I20260630 12:15:50.452989   431 master.cc:584] Master@127.0.107.254:43035 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (5173 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:15:50.491142   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38297
I20260630 12:15:50.492242   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:50.497033 12489 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.497223 12490 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.498420 12492 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:50.499794   431 server_base.cc:1061] running on GCE node
I20260630 12:15:50.500514   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:50.500687   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:50.500806   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821750500795 us; error 0 us; skew 500 ppm
I20260630 12:15:50.501200   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:50.503235   431 webserver.cc:533] Webserver started at http://127.0.107.254:42835/ using document root <none> and password file <none>
I20260630 12:15:50.503644   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:50.503787   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:50.503978   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:50.504918   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/master-0-root/instance:
uuid: "efedc1ffd0c54fefb540885e556e3b52"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.508967   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:50.512207 12497 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.513010   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:50.513325   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/master-0-root
uuid: "efedc1ffd0c54fefb540885e556e3b52"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.513616   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-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)
I20260630 12:15:50.533713   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:50.534651   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:50.568285   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38297
I20260630 12:15:50.568399 12548 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38297 every 8 connection(s)
I20260630 12:15:50.571837 12549 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:50.581966 12549 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52: Bootstrap starting.
I20260630 12:15:50.586337 12549 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:50.590075 12549 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52: No bootstrap required, opened a new log
I20260630 12:15:50.592013 12549 raft_consensus.cc:359] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efedc1ffd0c54fefb540885e556e3b52" member_type: VOTER }
I20260630 12:15:50.592408 12549 raft_consensus.cc:385] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:50.592622 12549 raft_consensus.cc:740] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efedc1ffd0c54fefb540885e556e3b52, State: Initialized, Role: FOLLOWER
I20260630 12:15:50.593317 12549 consensus_queue.cc:260] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "efedc1ffd0c54fefb540885e556e3b52" member_type: VOTER }
I20260630 12:15:50.593791 12549 raft_consensus.cc:399] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:50.594002 12549 raft_consensus.cc:493] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:50.594311 12549 raft_consensus.cc:3060] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:50.598842 12549 raft_consensus.cc:515] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efedc1ffd0c54fefb540885e556e3b52" member_type: VOTER }
I20260630 12:15:50.599350 12549 leader_election.cc:304] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [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: efedc1ffd0c54fefb540885e556e3b52; no voters: 
I20260630 12:15:50.600458 12549 leader_election.cc:290] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:50.600786 12552 raft_consensus.cc:2804] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:50.602149 12552 raft_consensus.cc:697] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 1 LEADER]: Becoming Leader. State: Replica: efedc1ffd0c54fefb540885e556e3b52, State: Running, Role: LEADER
I20260630 12:15:50.602788 12552 consensus_queue.cc:237] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [LEADER]: Queue going to LEADER mode. State: All 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: "efedc1ffd0c54fefb540885e556e3b52" member_type: VOTER }
I20260630 12:15:50.603437 12549 sys_catalog.cc:565] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:50.607467 12554 sys_catalog.cc:455] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [sys.catalog]: SysCatalogTable state changed. Reason: New leader efedc1ffd0c54fefb540885e556e3b52. Latest consensus state: current_term: 1 leader_uuid: "efedc1ffd0c54fefb540885e556e3b52" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efedc1ffd0c54fefb540885e556e3b52" member_type: VOTER } }
I20260630 12:15:50.608243 12554 sys_catalog.cc:458] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:50.608618 12553 sys_catalog.cc:455] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "efedc1ffd0c54fefb540885e556e3b52" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efedc1ffd0c54fefb540885e556e3b52" member_type: VOTER } }
I20260630 12:15:50.609094 12553 sys_catalog.cc:458] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:50.610204 12559 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:50.614908 12559 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:50.619271   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:50.623392 12559 catalog_manager.cc:1383] Generated new cluster ID: f317592f1fa6418d9e872bc60da5f589
I20260630 12:15:50.623662 12559 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:50.634153 12559 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:50.635368 12559 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:50.646301 12559 catalog_manager.cc:6070] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52: Generated new TSK 0
I20260630 12:15:50.646862 12559 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:50.652838   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:50.658191 12570 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.659554 12571 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.660701 12573 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:50.661067   431 server_base.cc:1061] running on GCE node
I20260630 12:15:50.662102   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:50.662320   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:50.662496   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821750662477 us; error 0 us; skew 500 ppm
I20260630 12:15:50.662992   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:50.665050   431 webserver.cc:533] Webserver started at http://127.0.107.193:45659/ using document root <none> and password file <none>
I20260630 12:15:50.665491   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:50.665715   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:50.665985   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:50.666967   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-0-root/instance:
uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.670948   431 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:15:50.673866 12578 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.674551   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:50.674831   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-0-root
uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.675082   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-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)
I20260630 12:15:50.716969   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:50.717984   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:50.719435   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:50.721575   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:50.721853   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.722107   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:50.722242   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.759109   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35939
I20260630 12:15:50.759231 12640 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35939 every 8 connection(s)
I20260630 12:15:50.763870   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:50.770536 12645 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.771678 12646 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.774087 12648 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:50.775933   431 server_base.cc:1061] running on GCE node
I20260630 12:15:50.778627   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:50.778854   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:50.779050   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821750779026 us; error 0 us; skew 500 ppm
I20260630 12:15:50.779706   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:50.781740 12641 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38297
I20260630 12:15:50.782090 12641 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:50.782632   431 webserver.cc:533] Webserver started at http://127.0.107.194:42053/ using document root <none> and password file <none>
I20260630 12:15:50.782876 12641 heartbeater.cc:507] Master 127.0.107.254:38297 requested a full tablet report, sending...
I20260630 12:15:50.783192   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:50.783468   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:50.783776   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:50.785086 12514 ts_manager.cc:194] Registered new tserver with Master: bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939)
I20260630 12:15:50.785161   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-1-root/instance:
uuid: "26d4fcb2af63429ea8d8677b08a353a9"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.787704 12514 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45332
I20260630 12:15:50.790594   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:15:50.793829 12653 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.794526   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:50.794806   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-1-root
uuid: "26d4fcb2af63429ea8d8677b08a353a9"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.795066   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-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)
I20260630 12:15:50.815480   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:50.816506   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:50.817936   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:50.820084   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:50.820312   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.820541   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:50.820716   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.857263   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38597
I20260630 12:15:50.857372 12715 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38597 every 8 connection(s)
I20260630 12:15:50.862006   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:50.868052 12719 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.870445 12720 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:50.873281 12722 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:50.873924   431 server_base.cc:1061] running on GCE node
I20260630 12:15:50.875078   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:15:50.875368 12716 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38297
W20260630 12:15:50.875368   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:50.875948   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821750875920 us; error 0 us; skew 500 ppm
I20260630 12:15:50.875976 12716 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:50.876608   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:50.876876 12716 heartbeater.cc:507] Master 127.0.107.254:38297 requested a full tablet report, sending...
I20260630 12:15:50.879221 12514 ts_manager.cc:194] Registered new tserver with Master: 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:50.879379   431 webserver.cc:533] Webserver started at http://127.0.107.195:46415/ using document root <none> and password file <none>
I20260630 12:15:50.880004   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:50.880236   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:50.880549   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:50.881084 12514 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45340
I20260630 12:15:50.881944   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-2-root/instance:
uuid: "16b1b7dd3af94bb6b4adaba0a268a59f"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.886283   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:15:50.889245 12727 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.890038   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:50.890271   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-2-root
uuid: "16b1b7dd3af94bb6b4adaba0a268a59f"
format_stamp: "Formatted at 2026-06-30 12:15:50 on dist-test-slave-ctg2"
I20260630 12:15:50.890509   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-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)
I20260630 12:15:50.916193   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:50.917140   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:50.918538   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:50.920650   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:50.920850   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.921095   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:50.921252   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:50.957635   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34361
I20260630 12:15:50.957818 12789 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34361 every 8 connection(s)
I20260630 12:15:50.970651 12790 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38297
I20260630 12:15:50.971046 12790 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:50.971675 12790 heartbeater.cc:507] Master 127.0.107.254:38297 requested a full tablet report, sending...
I20260630 12:15:50.973701 12514 ts_manager.cc:194] Registered new tserver with Master: 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:50.974370   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013578645s
I20260630 12:15:50.975082 12514 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45350
I20260630 12:15:51.790509 12641 heartbeater.cc:499] Master 127.0.107.254:38297 was elected leader, sending a full tablet report...
I20260630 12:15:51.883545 12716 heartbeater.cc:499] Master 127.0.107.254:38297 was elected leader, sending a full tablet report...
I20260630 12:15:51.977845 12790 heartbeater.cc:499] Master 127.0.107.254:38297 was elected leader, sending a full tablet report...
I20260630 12:15:52.028995 12514 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45352:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:52.031350 12514 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:52.094707 12606 tablet_service.cc:1511] Processing CreateTablet for tablet 8da8c3a83ed04caea4da1e0c3ebf259a (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:52.096091 12606 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8da8c3a83ed04caea4da1e0c3ebf259a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.103988 12605 tablet_service.cc:1511] Processing CreateTablet for tablet ffcd26ff8fa5421881564ab800c43b74 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:52.104913 12681 tablet_service.cc:1511] Processing CreateTablet for tablet 8da8c3a83ed04caea4da1e0c3ebf259a (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:52.105599 12605 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffcd26ff8fa5421881564ab800c43b74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.105307 12755 tablet_service.cc:1511] Processing CreateTablet for tablet 8da8c3a83ed04caea4da1e0c3ebf259a (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:52.106315 12681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8da8c3a83ed04caea4da1e0c3ebf259a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.106585 12755 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8da8c3a83ed04caea4da1e0c3ebf259a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.109165 12680 tablet_service.cc:1511] Processing CreateTablet for tablet ffcd26ff8fa5421881564ab800c43b74 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:52.109709 12604 tablet_service.cc:1511] Processing CreateTablet for tablet b59ad27ea62443039b13aa271e8f4526 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:52.109668 12679 tablet_service.cc:1511] Processing CreateTablet for tablet b59ad27ea62443039b13aa271e8f4526 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:52.110574 12680 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffcd26ff8fa5421881564ab800c43b74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.111133 12604 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b59ad27ea62443039b13aa271e8f4526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.111270 12679 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b59ad27ea62443039b13aa271e8f4526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.112459 12678 tablet_service.cc:1511] Processing CreateTablet for tablet cfb31ded6b484ce1a25adb8d2663d365 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:52.113826 12678 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfb31ded6b484ce1a25adb8d2663d365. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.118848 12677 tablet_service.cc:1511] Processing CreateTablet for tablet c0aa2ecdbddb438f9c158e0ade6be8b0 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:52.120239 12677 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0aa2ecdbddb438f9c158e0ade6be8b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.122627 12676 tablet_service.cc:1511] Processing CreateTablet for tablet e33faaa743874680ad274807a1eef45a (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:52.123941 12676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e33faaa743874680ad274807a1eef45a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.126816 12754 tablet_service.cc:1511] Processing CreateTablet for tablet ffcd26ff8fa5421881564ab800c43b74 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:52.128180 12754 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffcd26ff8fa5421881564ab800c43b74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.148818 12810 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593: Bootstrap starting.
I20260630 12:15:52.155233 12810 tablet_bootstrap.cc:654] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.158906 12811 tablet_bootstrap.cc:492] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f: Bootstrap starting.
I20260630 12:15:52.163311 12753 tablet_service.cc:1511] Processing CreateTablet for tablet b59ad27ea62443039b13aa271e8f4526 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:52.164239 12604 tablet_service.cc:1511] Processing CreateTablet for tablet c0aa2ecdbddb438f9c158e0ade6be8b0 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:52.164726 12753 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b59ad27ea62443039b13aa271e8f4526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.165679 12604 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0aa2ecdbddb438f9c158e0ade6be8b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.166520 12752 tablet_service.cc:1511] Processing CreateTablet for tablet e33faaa743874680ad274807a1eef45a (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:52.167773 12752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e33faaa743874680ad274807a1eef45a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.171044 12606 tablet_service.cc:1511] Processing CreateTablet for tablet e33faaa743874680ad274807a1eef45a (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:52.172266 12606 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e33faaa743874680ad274807a1eef45a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.174587 12754 tablet_service.cc:1511] Processing CreateTablet for tablet c0aa2ecdbddb438f9c158e0ade6be8b0 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:52.175906 12754 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0aa2ecdbddb438f9c158e0ade6be8b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.182618 12755 tablet_service.cc:1511] Processing CreateTablet for tablet cfb31ded6b484ce1a25adb8d2663d365 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:52.184062 12755 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfb31ded6b484ce1a25adb8d2663d365. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.190546 12605 tablet_service.cc:1511] Processing CreateTablet for tablet cfb31ded6b484ce1a25adb8d2663d365 (DEFAULT_TABLE table=test-workload [id=86be8cb9012f479bbc43944d6b4a2509]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:52.192154 12605 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfb31ded6b484ce1a25adb8d2663d365. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:52.198657 12810 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593: No bootstrap required, opened a new log
I20260630 12:15:52.199270 12810 ts_tablet_manager.cc:1403] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent bootstrapping tablet: real 0.051s	user 0.007s	sys 0.009s
I20260630 12:15:52.201038 12813 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9: Bootstrap starting.
I20260630 12:15:52.206339 12810 raft_consensus.cc:359] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.207824 12810 raft_consensus.cc:385] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.208164 12810 raft_consensus.cc:740] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc5d5cb8f0e64e54914a483bb7e91593, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.207405 12811 tablet_bootstrap.cc:654] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.208907 12810 consensus_queue.cc:260] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.211108 12813 tablet_bootstrap.cc:654] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.215250 12810 ts_tablet_manager.cc:1434] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent starting tablet: real 0.016s	user 0.003s	sys 0.005s
I20260630 12:15:52.216328 12810 tablet_bootstrap.cc:492] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593: Bootstrap starting.
I20260630 12:15:52.221922 12810 tablet_bootstrap.cc:654] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.229377 12810 tablet_bootstrap.cc:492] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593: No bootstrap required, opened a new log
I20260630 12:15:52.229621 12811 tablet_bootstrap.cc:492] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f: No bootstrap required, opened a new log
I20260630 12:15:52.229943 12810 ts_tablet_manager.cc:1403] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.006s
I20260630 12:15:52.230849 12811 ts_tablet_manager.cc:1403] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent bootstrapping tablet: real 0.072s	user 0.009s	sys 0.004s
I20260630 12:15:52.232674 12813 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9: No bootstrap required, opened a new log
I20260630 12:15:52.233232 12813 ts_tablet_manager.cc:1403] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.016s
I20260630 12:15:52.233381 12810 raft_consensus.cc:359] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.233664 12811 raft_consensus.cc:359] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.234242 12810 raft_consensus.cc:385] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.234468 12811 raft_consensus.cc:385] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.234607 12810 raft_consensus.cc:740] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc5d5cb8f0e64e54914a483bb7e91593, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.234899 12811 raft_consensus.cc:740] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.235689 12811 consensus_queue.cc:260] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.235491 12810 consensus_queue.cc:260] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.237905 12810 ts_tablet_manager.cc:1434] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:15:52.238420 12811 ts_tablet_manager.cc:1434] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:15:52.238952 12810 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593: Bootstrap starting.
I20260630 12:15:52.236294 12813 raft_consensus.cc:359] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.239650 12813 raft_consensus.cc:385] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.239998 12813 raft_consensus.cc:740] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.240772 12813 consensus_queue.cc:260] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.241528 12811 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f: Bootstrap starting.
I20260630 12:15:52.243973 12818 raft_consensus.cc:493] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.244529 12818 raft_consensus.cc:515] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.247637 12811 tablet_bootstrap.cc:654] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.255749 12818 leader_election.cc:290] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:52.258090 12810 tablet_bootstrap.cc:654] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.268115 12813 ts_tablet_manager.cc:1434] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent starting tablet: real 0.034s	user 0.011s	sys 0.019s
I20260630 12:15:52.269304 12813 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9: Bootstrap starting.
I20260630 12:15:52.272843 12810 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593: No bootstrap required, opened a new log
I20260630 12:15:52.273483 12810 ts_tablet_manager.cc:1403] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent bootstrapping tablet: real 0.035s	user 0.005s	sys 0.012s
I20260630 12:15:52.274932 12813 tablet_bootstrap.cc:654] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.276428 12810 raft_consensus.cc:359] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.277801 12810 raft_consensus.cc:385] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.277294 12811 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f: No bootstrap required, opened a new log
I20260630 12:15:52.278195 12810 raft_consensus.cc:740] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc5d5cb8f0e64e54914a483bb7e91593, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.278571 12811 ts_tablet_manager.cc:1403] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent bootstrapping tablet: real 0.037s	user 0.011s	sys 0.003s
I20260630 12:15:52.279201 12810 consensus_queue.cc:260] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.280488 12813 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9: No bootstrap required, opened a new log
I20260630 12:15:52.281066 12813 ts_tablet_manager.cc:1403] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:15:52.281558 12810 ts_tablet_manager.cc:1434] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260630 12:15:52.282676 12810 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593: Bootstrap starting.
I20260630 12:15:52.283895 12813 raft_consensus.cc:359] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.284670 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8da8c3a83ed04caea4da1e0c3ebf259a" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" is_pre_election: true
I20260630 12:15:52.284365 12811 raft_consensus.cc:359] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.285408 12811 raft_consensus.cc:385] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.285441 12616 raft_consensus.cc:2468] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in term 0.
I20260630 12:15:52.285933 12811 raft_consensus.cc:740] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.284724 12813 raft_consensus.cc:385] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.286878 12813 raft_consensus.cc:740] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.287187 12729 leader_election.cc:304] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16b1b7dd3af94bb6b4adaba0a268a59f, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.287626 12813 consensus_queue.cc:260] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.288149 12818 raft_consensus.cc:2804] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:52.288553 12818 raft_consensus.cc:493] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:52.288895 12818 raft_consensus.cc:3060] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.289845 12813 ts_tablet_manager.cc:1434] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:15:52.291896 12813 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9: Bootstrap starting.
I20260630 12:15:52.293964 12691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8da8c3a83ed04caea4da1e0c3ebf259a" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d4fcb2af63429ea8d8677b08a353a9" is_pre_election: true
I20260630 12:15:52.294550 12810 tablet_bootstrap.cc:654] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593: Neither blocks nor log segments found. Creating new log.
W20260630 12:15:52.295555 12730 leader_election.cc:343] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:52.298398 12813 tablet_bootstrap.cc:654] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.302338 12811 consensus_queue.cc:260] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.301033 12818 raft_consensus.cc:515] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.305856 12810 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593: No bootstrap required, opened a new log
I20260630 12:15:52.306447 12810 ts_tablet_manager.cc:1403] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.002s
I20260630 12:15:52.306643 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8da8c3a83ed04caea4da1e0c3ebf259a" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
I20260630 12:15:52.307224 12616 raft_consensus.cc:3060] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.309329 12810 raft_consensus.cc:359] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.310220 12810 raft_consensus.cc:385] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.310563 12810 raft_consensus.cc:740] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc5d5cb8f0e64e54914a483bb7e91593, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.311031 12818 leader_election.cc:290] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 election: Requested vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:52.312135 12691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8da8c3a83ed04caea4da1e0c3ebf259a" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d4fcb2af63429ea8d8677b08a353a9"
I20260630 12:15:52.312541 12810 consensus_queue.cc:260] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
W20260630 12:15:52.313694 12730 leader_election.cc:343] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:52.315754 12813 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9: No bootstrap required, opened a new log
I20260630 12:15:52.316298 12813 ts_tablet_manager.cc:1403] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.008s
I20260630 12:15:52.316533 12811 ts_tablet_manager.cc:1434] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent starting tablet: real 0.038s	user 0.009s	sys 0.000s
I20260630 12:15:52.317497 12811 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f: Bootstrap starting.
I20260630 12:15:52.318167 12810 ts_tablet_manager.cc:1434] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:15:52.319264 12810 tablet_bootstrap.cc:492] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593: Bootstrap starting.
I20260630 12:15:52.319113 12813 raft_consensus.cc:359] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.322361 12813 raft_consensus.cc:385] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.322712 12813 raft_consensus.cc:740] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.323611 12813 consensus_queue.cc:260] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.325402 12810 tablet_bootstrap.cc:654] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.325560 12811 tablet_bootstrap.cc:654] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.327785 12813 ts_tablet_manager.cc:1434] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260630 12:15:52.328879 12813 tablet_bootstrap.cc:492] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9: Bootstrap starting.
I20260630 12:15:52.331081 12616 raft_consensus.cc:2468] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in term 1.
I20260630 12:15:52.333479 12729 leader_election.cc:304] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [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: 16b1b7dd3af94bb6b4adaba0a268a59f, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 26d4fcb2af63429ea8d8677b08a353a9
I20260630 12:15:52.336910 12813 tablet_bootstrap.cc:654] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.337980 12827 raft_consensus.cc:2804] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:52.339241 12827 raft_consensus.cc:697] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 LEADER]: Becoming Leader. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Running, Role: LEADER
I20260630 12:15:52.340548 12811 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f: No bootstrap required, opened a new log
I20260630 12:15:52.340142 12827 consensus_queue.cc:237] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.341298 12811 ts_tablet_manager.cc:1403] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.011s
I20260630 12:15:52.345050 12811 raft_consensus.cc:359] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.346067 12811 raft_consensus.cc:385] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.346431 12811 raft_consensus.cc:740] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.347304 12811 consensus_queue.cc:260] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.349436 12811 ts_tablet_manager.cc:1434] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:15:52.350574 12811 tablet_bootstrap.cc:492] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f: Bootstrap starting.
I20260630 12:15:52.351071 12813 tablet_bootstrap.cc:492] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9: No bootstrap required, opened a new log
I20260630 12:15:52.350679 12513 catalog_manager.cc:5697] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f reported cstate change: term changed from 0 to 1, leader changed from <none> to 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:52.351614 12810 tablet_bootstrap.cc:492] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593: No bootstrap required, opened a new log
I20260630 12:15:52.351643 12813 ts_tablet_manager.cc:1403] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.004s
I20260630 12:15:52.352293 12810 ts_tablet_manager.cc:1403] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.008s
I20260630 12:15:52.354885 12813 raft_consensus.cc:359] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.355212 12810 raft_consensus.cc:359] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.355705 12813 raft_consensus.cc:385] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.355997 12810 raft_consensus.cc:385] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.356093 12813 raft_consensus.cc:740] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.356444 12810 raft_consensus.cc:740] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc5d5cb8f0e64e54914a483bb7e91593, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.357167 12811 tablet_bootstrap.cc:654] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.357234 12813 consensus_queue.cc:260] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.357260 12810 consensus_queue.cc:260] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.360121 12810 ts_tablet_manager.cc:1434] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:15:52.361116 12810 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593: Bootstrap starting.
I20260630 12:15:52.362545 12813 ts_tablet_manager.cc:1434] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:15:52.363878 12813 tablet_bootstrap.cc:492] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9: Bootstrap starting.
I20260630 12:15:52.366847 12810 tablet_bootstrap.cc:654] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.371464 12813 tablet_bootstrap.cc:654] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.399164 12810 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593: No bootstrap required, opened a new log
I20260630 12:15:52.399210 12811 tablet_bootstrap.cc:492] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f: No bootstrap required, opened a new log
I20260630 12:15:52.399194 12813 tablet_bootstrap.cc:492] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9: No bootstrap required, opened a new log
I20260630 12:15:52.399859 12810 ts_tablet_manager.cc:1403] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent bootstrapping tablet: real 0.039s	user 0.012s	sys 0.024s
I20260630 12:15:52.400128 12811 ts_tablet_manager.cc:1403] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent bootstrapping tablet: real 0.050s	user 0.020s	sys 0.014s
I20260630 12:15:52.400190 12813 ts_tablet_manager.cc:1403] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9: Time spent bootstrapping tablet: real 0.037s	user 0.016s	sys 0.018s
I20260630 12:15:52.402999 12811 raft_consensus.cc:359] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.402884 12810 raft_consensus.cc:359] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.403781 12811 raft_consensus.cc:385] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.403489 12813 raft_consensus.cc:359] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.403855 12810 raft_consensus.cc:385] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.404415 12813 raft_consensus.cc:385] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.404289 12811 raft_consensus.cc:740] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.404479 12810 raft_consensus.cc:740] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc5d5cb8f0e64e54914a483bb7e91593, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.404992 12813 raft_consensus.cc:740] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.405721 12811 consensus_queue.cc:260] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.405730 12810 consensus_queue.cc:260] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.405869 12813 consensus_queue.cc:260] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.408260 12811 ts_tablet_manager.cc:1434] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.002s
I20260630 12:15:52.409425 12811 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f: Bootstrap starting.
I20260630 12:15:52.413300 12810 ts_tablet_manager.cc:1434] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:15:52.413887 12813 ts_tablet_manager.cc:1434] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.002s
I20260630 12:15:52.414835 12813 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9: Bootstrap starting.
I20260630 12:15:52.415462 12811 tablet_bootstrap.cc:654] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.419229 12813 tablet_bootstrap.cc:654] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.420629 12819 raft_consensus.cc:493] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.421170 12819 raft_consensus.cc:515] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.423424 12811 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f: No bootstrap required, opened a new log
I20260630 12:15:52.423969 12811 ts_tablet_manager.cc:1403] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:15:52.426950 12811 raft_consensus.cc:359] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.427768 12811 raft_consensus.cc:385] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.428084 12819 leader_election.cc:290] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.428095 12811 raft_consensus.cc:740] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.436260 12811 consensus_queue.cc:260] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.439706 12811 ts_tablet_manager.cc:1434] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.001s
I20260630 12:15:52.441315 12811 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f: Bootstrap starting.
I20260630 12:15:52.439611 12813 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9: No bootstrap required, opened a new log
I20260630 12:15:52.446007 12813 ts_tablet_manager.cc:1403] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.011s
I20260630 12:15:52.446038 12819 raft_consensus.cc:493] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.446940 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b59ad27ea62443039b13aa271e8f4526" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" is_pre_election: true
I20260630 12:15:52.447600 12616 raft_consensus.cc:2468] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.446774 12819 raft_consensus.cc:515] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.449892 12811 tablet_bootstrap.cc:654] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:52.449501 12813 raft_consensus.cc:359] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.450254 12819 leader_election.cc:290] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.450388 12813 raft_consensus.cc:385] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.450843 12813 raft_consensus.cc:740] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.451992 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfb31ded6b484ce1a25adb8d2663d365" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" is_pre_election: true
I20260630 12:15:52.452768 12616 raft_consensus.cc:2468] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.454033 12655 leader_election.cc:304] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.454902 12819 raft_consensus.cc:2804] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:52.455001 12655 leader_election.cc:304] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.455251 12811 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f: No bootstrap required, opened a new log
I20260630 12:15:52.455432 12819 raft_consensus.cc:493] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:52.451730 12813 consensus_queue.cc:260] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.455971 12811 ts_tablet_manager.cc:1403] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260630 12:15:52.456037 12819 raft_consensus.cc:3060] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.461386 12811 raft_consensus.cc:359] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.462510 12811 raft_consensus.cc:385] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:52.462952 12811 raft_consensus.cc:740] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Initialized, Role: FOLLOWER
I20260630 12:15:52.463841 12811 consensus_queue.cc:260] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.472334 12819 raft_consensus.cc:515] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.474540 12840 raft_consensus.cc:2804] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:52.475327 12841 raft_consensus.cc:493] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.475695 12811 ts_tablet_manager.cc:1434] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:15:52.477164 12819 leader_election.cc:290] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Requested vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.477725 12813 ts_tablet_manager.cc:1434] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9: Time spent starting tablet: real 0.031s	user 0.016s	sys 0.009s
I20260630 12:15:52.477839 12819 raft_consensus.cc:493] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.478520 12819 raft_consensus.cc:515] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.476505 12841 raft_consensus.cc:515] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.481364 12840 raft_consensus.cc:493] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:52.481972 12840 raft_consensus.cc:3060] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.482875 12841 leader_election.cc:290] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.485774 12819 leader_election.cc:290] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.487874 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b59ad27ea62443039b13aa271e8f4526" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
I20260630 12:15:52.488490 12616 raft_consensus.cc:3060] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.489969 12615 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffcd26ff8fa5421881564ab800c43b74" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" is_pre_election: true
I20260630 12:15:52.490666 12615 raft_consensus.cc:2468] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.490711 12765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b59ad27ea62443039b13aa271e8f4526" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" is_pre_election: true
I20260630 12:15:52.491743 12765 raft_consensus.cc:2468] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.491974 12614 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e33faaa743874680ad274807a1eef45a" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" is_pre_election: true
I20260630 12:15:52.492882 12614 raft_consensus.cc:2468] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.493455 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b59ad27ea62443039b13aa271e8f4526" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f"
I20260630 12:15:52.494349 12763 raft_consensus.cc:3060] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.496131 12655 leader_election.cc:304] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.496371 12840 raft_consensus.cc:515] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.496827 12762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e33faaa743874680ad274807a1eef45a" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" is_pre_election: true
I20260630 12:15:52.497207 12655 leader_election.cc:304] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.497538 12762 raft_consensus.cc:2468] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.498762 12764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfb31ded6b484ce1a25adb8d2663d365" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" is_pre_election: true
I20260630 12:15:52.498996 12840 leader_election.cc:290] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Requested vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.499588 12614 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfb31ded6b484ce1a25adb8d2663d365" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
I20260630 12:15:52.499655 12840 raft_consensus.cc:2804] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:52.500201 12616 raft_consensus.cc:2468] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.500350 12840 raft_consensus.cc:493] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:52.500460 12614 raft_consensus.cc:3060] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.499534 12764 raft_consensus.cc:2468] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.501521 12655 leader_election.cc:304] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.502795 12841 raft_consensus.cc:2804] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:52.503145 12841 raft_consensus.cc:493] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:52.503687 12841 raft_consensus.cc:3060] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.504689 12764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfb31ded6b484ce1a25adb8d2663d365" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f"
I20260630 12:15:52.505244 12764 raft_consensus.cc:3060] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.506062 12763 raft_consensus.cc:2468] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.509253 12614 raft_consensus.cc:2468] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.503086 12765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffcd26ff8fa5421881564ab800c43b74" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" is_pre_election: true
I20260630 12:15:52.510021 12765 raft_consensus.cc:2468] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 0.
I20260630 12:15:52.510524 12655 leader_election.cc:304] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.511518 12819 raft_consensus.cc:2804] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:52.511828 12841 raft_consensus.cc:515] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.512625 12840 raft_consensus.cc:3060] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.512741 12764 raft_consensus.cc:2468] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.512710 12842 raft_consensus.cc:2804] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:52.514721 12819 raft_consensus.cc:697] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Becoming Leader. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Running, Role: LEADER
I20260630 12:15:52.515673 12841 leader_election.cc:290] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Requested vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.516813 12764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e33faaa743874680ad274807a1eef45a" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f"
I20260630 12:15:52.515573 12614 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e33faaa743874680ad274807a1eef45a" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
I20260630 12:15:52.517515 12764 raft_consensus.cc:3060] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.517222 12819 consensus_queue.cc:237] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.517951 12614 raft_consensus.cc:3060] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.526362 12842 raft_consensus.cc:697] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Becoming Leader. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Running, Role: LEADER
I20260630 12:15:52.526388 12764 raft_consensus.cc:2468] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.527554 12842 consensus_queue.cc:237] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.527987 12655 leader_election.cc:304] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16b1b7dd3af94bb6b4adaba0a268a59f, 26d4fcb2af63429ea8d8677b08a353a9; no voters: 
I20260630 12:15:52.529810 12844 raft_consensus.cc:2804] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:52.530359 12844 raft_consensus.cc:697] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Becoming Leader. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Running, Role: LEADER
I20260630 12:15:52.530601 12840 raft_consensus.cc:515] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.531220 12844 consensus_queue.cc:237] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.532207 12514 catalog_manager.cc:5697] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "26d4fcb2af63429ea8d8677b08a353a9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:52.534437 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffcd26ff8fa5421881564ab800c43b74" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
I20260630 12:15:52.535168 12616 raft_consensus.cc:3060] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.543210 12616 raft_consensus.cc:2468] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.544540 12655 leader_election.cc:304] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.525429 12614 raft_consensus.cc:2468] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.545487 12819 raft_consensus.cc:2804] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:52.546176 12819 raft_consensus.cc:697] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Becoming Leader. State: Replica: 26d4fcb2af63429ea8d8677b08a353a9, State: Running, Role: LEADER
I20260630 12:15:52.547262 12819 consensus_queue.cc:237] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.548019 12840 leader_election.cc:290] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 election: Requested vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.548447 12764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffcd26ff8fa5421881564ab800c43b74" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f"
I20260630 12:15:52.549083 12764 raft_consensus.cc:3060] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.555402 12764 raft_consensus.cc:2468] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26d4fcb2af63429ea8d8677b08a353a9 in term 1.
I20260630 12:15:52.557457 12514 catalog_manager.cc:5697] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "26d4fcb2af63429ea8d8677b08a353a9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:52.558808 12514 catalog_manager.cc:5697] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "26d4fcb2af63429ea8d8677b08a353a9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:52.571233 12514 catalog_manager.cc:5697] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "26d4fcb2af63429ea8d8677b08a353a9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: UNKNOWN } } }
W20260630 12:15:52.618299 12562 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:52.663864 12844 raft_consensus.cc:493] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.664354 12844 raft_consensus.cc:515] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.665979 12844 leader_election.cc:290] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.666949 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8da8c3a83ed04caea4da1e0c3ebf259a" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" is_pre_election: true
I20260630 12:15:52.667315 12764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8da8c3a83ed04caea4da1e0c3ebf259a" candidate_uuid: "26d4fcb2af63429ea8d8677b08a353a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" is_pre_election: true
I20260630 12:15:52.667711 12616 raft_consensus.cc:2393] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 26d4fcb2af63429ea8d8677b08a353a9 in current term 1: Already voted for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in this term.
I20260630 12:15:52.668987 12655 leader_election.cc:304] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [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: 26d4fcb2af63429ea8d8677b08a353a9; no voters: 16b1b7dd3af94bb6b4adaba0a268a59f, bc5d5cb8f0e64e54914a483bb7e91593
I20260630 12:15:52.669741 12844 raft_consensus.cc:3060] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.674948 12844 raft_consensus.cc:2749] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:52.703150 12827 raft_consensus.cc:493] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.703722 12827 raft_consensus.cc:515] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.704707 12814 raft_consensus.cc:493] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:52.705205 12814 raft_consensus.cc:515] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.705838 12827 leader_election.cc:290] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:52.706632 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" is_pre_election: true
I20260630 12:15:52.707019 12691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d4fcb2af63429ea8d8677b08a353a9" is_pre_election: true
I20260630 12:15:52.707670 12691 raft_consensus.cc:2468] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in term 0.
I20260630 12:15:52.707852 12814 leader_election.cc:290] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.707204 12616 raft_consensus.cc:2468] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in term 0.
I20260630 12:15:52.710156 12729 leader_election.cc:304] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16b1b7dd3af94bb6b4adaba0a268a59f, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.712265 12827 raft_consensus.cc:2804] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:52.712620 12827 raft_consensus.cc:493] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:52.712952 12827 raft_consensus.cc:3060] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.719961 12691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d4fcb2af63429ea8d8677b08a353a9" is_pre_election: true
I20260630 12:15:52.720672 12691 raft_consensus.cc:2468] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bc5d5cb8f0e64e54914a483bb7e91593 in term 0.
I20260630 12:15:52.720715 12827 raft_consensus.cc:515] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.721171 12764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" is_pre_election: true
I20260630 12:15:52.721698 12581 leader_election.cc:304] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26d4fcb2af63429ea8d8677b08a353a9, bc5d5cb8f0e64e54914a483bb7e91593; no voters: 
I20260630 12:15:52.721987 12764 raft_consensus.cc:2393] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bc5d5cb8f0e64e54914a483bb7e91593 in current term 1: Already voted for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in this term.
I20260630 12:15:52.722564 12814 raft_consensus.cc:2804] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:52.722899 12814 raft_consensus.cc:493] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:52.722919 12827 leader_election.cc:290] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 election: Requested vote from peers bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939), 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:52.723368 12814 raft_consensus.cc:3060] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.724308 12691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d4fcb2af63429ea8d8677b08a353a9"
I20260630 12:15:52.724464 12616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc5d5cb8f0e64e54914a483bb7e91593"
I20260630 12:15:52.724812 12691 raft_consensus.cc:3060] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:52.728909 12814 raft_consensus.cc:515] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.729903 12616 raft_consensus.cc:2393] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 16b1b7dd3af94bb6b4adaba0a268a59f in current term 1: Already voted for candidate bc5d5cb8f0e64e54914a483bb7e91593 in this term.
I20260630 12:15:52.730195 12691 raft_consensus.cc:2468] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in term 1.
I20260630 12:15:52.731355 12730 leader_election.cc:304] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16b1b7dd3af94bb6b4adaba0a268a59f, 26d4fcb2af63429ea8d8677b08a353a9; no voters: 
I20260630 12:15:52.732014 12691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d4fcb2af63429ea8d8677b08a353a9"
I20260630 12:15:52.732324 12827 raft_consensus.cc:2804] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:52.732479 12764 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa2ecdbddb438f9c158e0ade6be8b0" candidate_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f"
I20260630 12:15:52.732896 12691 raft_consensus.cc:2393] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate bc5d5cb8f0e64e54914a483bb7e91593 in current term 1: Already voted for candidate 16b1b7dd3af94bb6b4adaba0a268a59f in this term.
I20260630 12:15:52.733000 12827 raft_consensus.cc:697] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 LEADER]: Becoming Leader. State: Replica: 16b1b7dd3af94bb6b4adaba0a268a59f, State: Running, Role: LEADER
I20260630 12:15:52.733314 12814 leader_election.cc:290] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [CANDIDATE]: Term 1 election: Requested vote from peers 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597), 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:52.733932 12827 consensus_queue.cc:237] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } }
I20260630 12:15:52.738868 12580 leader_election.cc:304] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [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: bc5d5cb8f0e64e54914a483bb7e91593; no voters: 16b1b7dd3af94bb6b4adaba0a268a59f, 26d4fcb2af63429ea8d8677b08a353a9
I20260630 12:15:52.739632 12814 raft_consensus.cc:2749] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:52.741500 12514 catalog_manager.cc:5697] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f reported cstate change: term changed from 0 to 1, leader changed from <none> to 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:52.746078 12827 consensus_queue.cc:1048] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Connected to new peer: Peer: permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:52.758263 12818 consensus_queue.cc:1048] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:52.942857 12844 consensus_queue.cc:1048] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:52.966091 12841 consensus_queue.cc:1048] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:53.018128 12841 consensus_queue.cc:1048] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:53.034649 12842 consensus_queue.cc:1048] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:53.069729 12616 raft_consensus.cc:1275] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Refusing update from remote peer 16b1b7dd3af94bb6b4adaba0a268a59f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:53.072569 12854 consensus_queue.cc:1048] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:53.079085 12691 raft_consensus.cc:1275] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Refusing update from remote peer 16b1b7dd3af94bb6b4adaba0a268a59f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:53.083876 12818 consensus_queue.cc:1048] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Connected to new peer: Peer: permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:53.104087 12842 consensus_queue.cc:1048] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:53.186264 12819 consensus_queue.cc:1048] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.012s
I20260630 12:15:53.186440 12842 consensus_queue.cc:1048] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.012s
I20260630 12:15:53.206594 12840 consensus_queue.cc:1048] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:15:54.275074   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:54.284751 12902 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:54.286243 12903 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:54.292834   431 server_base.cc:1061] running on GCE node
W20260630 12:15:54.293009 12905 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:54.294826   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:54.295109   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:54.295358   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821754295338 us; error 0 us; skew 500 ppm
I20260630 12:15:54.295953   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:54.299891   431 webserver.cc:533] Webserver started at http://127.0.107.196:41521/ using document root <none> and password file <none>
I20260630 12:15:54.300526   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:54.300788   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:54.301174   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:54.302805   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-3-root/instance:
uuid: "247a56ba1e53438096ce9af4cdc90d9e"
format_stamp: "Formatted at 2026-06-30 12:15:54 on dist-test-slave-ctg2"
I20260630 12:15:54.308681   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260630 12:15:54.312994 12910 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:54.314085   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:15:54.314503   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-3-root
uuid: "247a56ba1e53438096ce9af4cdc90d9e"
format_stamp: "Formatted at 2026-06-30 12:15:54 on dist-test-slave-ctg2"
I20260630 12:15:54.314882   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskBF_Muu/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821482054927-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)
I20260630 12:15:54.340538   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:54.342398   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:54.344548   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:54.347616   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:54.347870   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:54.348134   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:54.348330   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:54.404853   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37241
I20260630 12:15:54.405057 12972 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37241 every 8 connection(s)
I20260630 12:15:54.423691 12973 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38297
I20260630 12:15:54.424211 12973 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:54.425194 12973 heartbeater.cc:507] Master 127.0.107.254:38297 requested a full tablet report, sending...
I20260630 12:15:54.427677 12511 ts_manager.cc:194] Registered new tserver with Master: 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196:37241)
I20260630 12:15:54.429531 12511 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45358
W20260630 12:15:54.692799 12562 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 86be8cb9012f479bbc43944d6b4a2509: could not find any suitable replica to move from server 26d4fcb2af63429ea8d8677b08a353a9 to server 247a56ba1e53438096ce9af4cdc90d9e
I20260630 12:15:55.432564 12973 heartbeater.cc:499] Master 127.0.107.254:38297 was elected leader, sending a full tablet report...
I20260630 12:15:55.717118 12691 consensus_queue.cc:237] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:55.726409 12612 raft_consensus.cc:1275] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Refusing update from remote peer 26d4fcb2af63429ea8d8677b08a353a9: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:15:55.726478 12762 raft_consensus.cc:1275] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Refusing update from remote peer 26d4fcb2af63429ea8d8677b08a353a9: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:15:55.729324 12980 consensus_queue.cc:1048] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.001s
I20260630 12:15:55.730623 12844 consensus_queue.cc:1048] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
W20260630 12:15:55.741343 12656 consensus_peers.cc:597] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 -> Peer 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196:37241): Couldn't send request to peer 247a56ba1e53438096ce9af4cdc90d9e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b59ad27ea62443039b13aa271e8f4526. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:55.740648 12980 raft_consensus.cc:2955] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.742738 12762 raft_consensus.cc:2955] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.746891 12612 raft_consensus.cc:2955] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.766999 12511 catalog_manager.cc:5697] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 reported cstate change: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "26d4fcb2af63429ea8d8677b08a353a9" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:55.771512 12691 consensus_queue.cc:237] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:55.781051 12762 raft_consensus.cc:1275] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Refusing update from remote peer 26d4fcb2af63429ea8d8677b08a353a9: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
W20260630 12:15:55.782477 12656 consensus_peers.cc:597] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 -> Peer 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196:37241): Couldn't send request to peer 247a56ba1e53438096ce9af4cdc90d9e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ffcd26ff8fa5421881564ab800c43b74. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:55.783004 12611 raft_consensus.cc:1275] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Refusing update from remote peer 26d4fcb2af63429ea8d8677b08a353a9: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:15:55.783286 12983 consensus_queue.cc:1048] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.001s
I20260630 12:15:55.785141 12983 consensus_queue.cc:1048] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:15:55.793972 12986 raft_consensus.cc:2955] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.795562 12762 raft_consensus.cc:2955] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.805572 12611 raft_consensus.cc:2955] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.809716 12514 catalog_manager.cc:5697] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f reported cstate change: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "26d4fcb2af63429ea8d8677b08a353a9" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.834142 12762 consensus_queue.cc:237] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:55.842706 12611 raft_consensus.cc:1275] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Refusing update from remote peer 16b1b7dd3af94bb6b4adaba0a268a59f: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:15:55.842962 12691 raft_consensus.cc:1275] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Refusing update from remote peer 16b1b7dd3af94bb6b4adaba0a268a59f: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:15:55.844672 12997 consensus_queue.cc:1048] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Connected to new peer: Peer: permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.001s
I20260630 12:15:55.845708 12854 consensus_queue.cc:1048] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
W20260630 12:15:55.851969 12730 consensus_peers.cc:597] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f -> Peer 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196:37241): Couldn't send request to peer 247a56ba1e53438096ce9af4cdc90d9e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c0aa2ecdbddb438f9c158e0ade6be8b0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:55.855413 12997 raft_consensus.cc:2955] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.857484 12611 raft_consensus.cc:2955] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.864570 12691 raft_consensus.cc:2955] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.870141 12514 catalog_manager.cc:5697] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f reported cstate change: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:55.871268 12690 consensus_queue.cc:237] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
W20260630 12:15:55.881155 12656 consensus_peers.cc:597] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 -> Peer 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196:37241): Couldn't send request to peer 247a56ba1e53438096ce9af4cdc90d9e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cfb31ded6b484ce1a25adb8d2663d365. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:55.882234 12762 raft_consensus.cc:1275] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Refusing update from remote peer 26d4fcb2af63429ea8d8677b08a353a9: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:15:55.883893 12986 consensus_queue.cc:1048] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:15:55.885504 12611 raft_consensus.cc:1275] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Refusing update from remote peer 26d4fcb2af63429ea8d8677b08a353a9: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:15:55.889195 12986 consensus_queue.cc:1048] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:15:55.895601 12844 raft_consensus.cc:2955] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.900229 12762 raft_consensus.cc:2955] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.900802 12611 raft_consensus.cc:2955] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:55.914222 12514 catalog_manager.cc:5697] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f reported cstate change: config changed from index -1 to 14, NON_VOTER 247a56ba1e53438096ce9af4cdc90d9e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "26d4fcb2af63429ea8d8677b08a353a9" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } } }
I20260630 12:15:56.108435 13005 ts_tablet_manager.cc:933] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: Initiating tablet copy from peer 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:56.110306 13005 tablet_copy_client.cc:323] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:38597
I20260630 12:15:56.120756 12701 tablet_copy_service.cc:140] P 26d4fcb2af63429ea8d8677b08a353a9: Received BeginTabletCopySession request for tablet b59ad27ea62443039b13aa271e8f4526 from peer 247a56ba1e53438096ce9af4cdc90d9e ({username='slave'} at 127.0.0.1:40156)
I20260630 12:15:56.121250 12701 tablet_copy_service.cc:161] P 26d4fcb2af63429ea8d8677b08a353a9: Beginning new tablet copy session on tablet b59ad27ea62443039b13aa271e8f4526 from peer 247a56ba1e53438096ce9af4cdc90d9e at {username='slave'} at 127.0.0.1:40156: session id = 247a56ba1e53438096ce9af4cdc90d9e-b59ad27ea62443039b13aa271e8f4526
I20260630 12:15:56.127223 12701 tablet_copy_source_session.cc:215] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:56.130263 13005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b59ad27ea62443039b13aa271e8f4526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:56.141997 13005 tablet_copy_client.cc:806] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:56.142599 13005 tablet_copy_client.cc:670] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:56.146397 13005 tablet_copy_client.cc:538] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:56.154047 13005 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap starting.
I20260630 12:15:56.230001 13005 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap replayed 1/1 log segments. Stats: ops{read=14 overwritten=0 applied=14 ignored=0} inserts{seen=110 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:56.230945 13005 tablet_bootstrap.cc:492] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap complete.
I20260630 12:15:56.231633 13005 ts_tablet_manager.cc:1403] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent bootstrapping tablet: real 0.078s	user 0.067s	sys 0.009s
I20260630 12:15:56.231722 13009 ts_tablet_manager.cc:933] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: Initiating tablet copy from peer 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:56.233799 13009 tablet_copy_client.cc:323] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:38597
I20260630 12:15:56.234685 13005 raft_consensus.cc:359] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.235530 13005 raft_consensus.cc:740] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 247a56ba1e53438096ce9af4cdc90d9e, State: Initialized, Role: LEARNER
I20260630 12:15:56.235564 12701 tablet_copy_service.cc:140] P 26d4fcb2af63429ea8d8677b08a353a9: Received BeginTabletCopySession request for tablet ffcd26ff8fa5421881564ab800c43b74 from peer 247a56ba1e53438096ce9af4cdc90d9e ({username='slave'} at 127.0.0.1:40156)
I20260630 12:15:56.236193 12701 tablet_copy_service.cc:161] P 26d4fcb2af63429ea8d8677b08a353a9: Beginning new tablet copy session on tablet ffcd26ff8fa5421881564ab800c43b74 from peer 247a56ba1e53438096ce9af4cdc90d9e at {username='slave'} at 127.0.0.1:40156: session id = 247a56ba1e53438096ce9af4cdc90d9e-ffcd26ff8fa5421881564ab800c43b74
I20260630 12:15:56.236115 13005 consensus_queue.cc:260] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 14, Last appended: 1.14, Last appended by leader: 14, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.240113 13005 ts_tablet_manager.cc:1434] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:15:56.242120 12700 tablet_copy_service.cc:342] P 26d4fcb2af63429ea8d8677b08a353a9: Request end of tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-b59ad27ea62443039b13aa271e8f4526 received from {username='slave'} at 127.0.0.1:40156
I20260630 12:15:56.242592 12700 tablet_copy_service.cc:434] P 26d4fcb2af63429ea8d8677b08a353a9: ending tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-b59ad27ea62443039b13aa271e8f4526 on tablet b59ad27ea62443039b13aa271e8f4526 with peer 247a56ba1e53438096ce9af4cdc90d9e
I20260630 12:15:56.245661 13005 ts_tablet_manager.cc:933] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: Initiating tablet copy from peer 16b1b7dd3af94bb6b4adaba0a268a59f (127.0.107.195:34361)
I20260630 12:15:56.246661 12701 tablet_copy_source_session.cc:215] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:56.249190 13005 tablet_copy_client.cc:323] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34361
I20260630 12:15:56.250123 13009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffcd26ff8fa5421881564ab800c43b74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:56.258819 12775 tablet_copy_service.cc:140] P 16b1b7dd3af94bb6b4adaba0a268a59f: Received BeginTabletCopySession request for tablet c0aa2ecdbddb438f9c158e0ade6be8b0 from peer 247a56ba1e53438096ce9af4cdc90d9e ({username='slave'} at 127.0.0.1:34248)
I20260630 12:15:56.259337 12775 tablet_copy_service.cc:161] P 16b1b7dd3af94bb6b4adaba0a268a59f: Beginning new tablet copy session on tablet c0aa2ecdbddb438f9c158e0ade6be8b0 from peer 247a56ba1e53438096ce9af4cdc90d9e at {username='slave'} at 127.0.0.1:34248: session id = 247a56ba1e53438096ce9af4cdc90d9e-c0aa2ecdbddb438f9c158e0ade6be8b0
I20260630 12:15:56.264619 12775 tablet_copy_source_session.cc:215] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:56.266584 13009 tablet_copy_client.cc:806] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:56.267213 13009 tablet_copy_client.cc:670] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:56.269158 13005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0aa2ecdbddb438f9c158e0ade6be8b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:56.271371 13009 tablet_copy_client.cc:538] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:56.280174 13009 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap starting.
I20260630 12:15:56.284101 13005 tablet_copy_client.cc:806] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:56.284732 13005 tablet_copy_client.cc:670] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:56.290187 13005 tablet_copy_client.cc:538] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:56.299922 13005 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap starting.
I20260630 12:15:56.364363 13009 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap replayed 1/1 log segments. Stats: ops{read=14 overwritten=0 applied=14 ignored=0} inserts{seen=100 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:56.365309 13009 tablet_bootstrap.cc:492] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap complete.
I20260630 12:15:56.365954 13009 ts_tablet_manager.cc:1403] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent bootstrapping tablet: real 0.086s	user 0.060s	sys 0.027s
I20260630 12:15:56.368093 13009 raft_consensus.cc:359] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.368677 13009 raft_consensus.cc:740] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 247a56ba1e53438096ce9af4cdc90d9e, State: Initialized, Role: LEARNER
I20260630 12:15:56.369227 13009 consensus_queue.cc:260] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 14, Last appended: 1.14, Last appended by leader: 14, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } attrs { replace: true } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.371170 13009 ts_tablet_manager.cc:1434] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:15:56.372915 12701 tablet_copy_service.cc:342] P 26d4fcb2af63429ea8d8677b08a353a9: Request end of tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-ffcd26ff8fa5421881564ab800c43b74 received from {username='slave'} at 127.0.0.1:40156
I20260630 12:15:56.373322 12701 tablet_copy_service.cc:434] P 26d4fcb2af63429ea8d8677b08a353a9: ending tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-ffcd26ff8fa5421881564ab800c43b74 on tablet ffcd26ff8fa5421881564ab800c43b74 with peer 247a56ba1e53438096ce9af4cdc90d9e
I20260630 12:15:56.386291 13005 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap replayed 1/1 log segments. Stats: ops{read=14 overwritten=0 applied=14 ignored=0} inserts{seen=93 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:56.386997 13005 tablet_bootstrap.cc:492] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap complete.
I20260630 12:15:56.387547 13005 ts_tablet_manager.cc:1403] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent bootstrapping tablet: real 0.088s	user 0.078s	sys 0.008s
I20260630 12:15:56.389281 13005 raft_consensus.cc:359] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.389879 13005 raft_consensus.cc:740] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 247a56ba1e53438096ce9af4cdc90d9e, State: Initialized, Role: LEARNER
I20260630 12:15:56.390326 13005 consensus_queue.cc:260] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 14, Last appended: 1.14, Last appended by leader: 14, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } attrs { replace: true } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.392083 13005 ts_tablet_manager.cc:1434] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:15:56.393850 12775 tablet_copy_service.cc:342] P 16b1b7dd3af94bb6b4adaba0a268a59f: Request end of tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-c0aa2ecdbddb438f9c158e0ade6be8b0 received from {username='slave'} at 127.0.0.1:34248
I20260630 12:15:56.394302 12775 tablet_copy_service.cc:434] P 16b1b7dd3af94bb6b4adaba0a268a59f: ending tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-c0aa2ecdbddb438f9c158e0ade6be8b0 on tablet c0aa2ecdbddb438f9c158e0ade6be8b0 with peer 247a56ba1e53438096ce9af4cdc90d9e
I20260630 12:15:56.402041 13005 ts_tablet_manager.cc:933] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: Initiating tablet copy from peer 26d4fcb2af63429ea8d8677b08a353a9 (127.0.107.194:38597)
I20260630 12:15:56.404289 13005 tablet_copy_client.cc:323] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:38597
I20260630 12:15:56.405972 12701 tablet_copy_service.cc:140] P 26d4fcb2af63429ea8d8677b08a353a9: Received BeginTabletCopySession request for tablet cfb31ded6b484ce1a25adb8d2663d365 from peer 247a56ba1e53438096ce9af4cdc90d9e ({username='slave'} at 127.0.0.1:40156)
I20260630 12:15:56.406435 12701 tablet_copy_service.cc:161] P 26d4fcb2af63429ea8d8677b08a353a9: Beginning new tablet copy session on tablet cfb31ded6b484ce1a25adb8d2663d365 from peer 247a56ba1e53438096ce9af4cdc90d9e at {username='slave'} at 127.0.0.1:40156: session id = 247a56ba1e53438096ce9af4cdc90d9e-cfb31ded6b484ce1a25adb8d2663d365
I20260630 12:15:56.411836 12701 tablet_copy_source_session.cc:215] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:56.414296 13005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfb31ded6b484ce1a25adb8d2663d365. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:56.425428 13005 tablet_copy_client.cc:806] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:56.425951 13005 tablet_copy_client.cc:670] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:56.429468 13005 tablet_copy_client.cc:538] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:56.435406 13005 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap starting.
I20260630 12:15:56.439635   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:56.478940   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:56.479797   431 tablet_replica.cc:333] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593: stopping tablet replica
I20260630 12:15:56.480789   431 raft_consensus.cc:2243] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.481456   431 raft_consensus.cc:2272] T e33faaa743874680ad274807a1eef45a P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.483922   431 tablet_replica.cc:333] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593: stopping tablet replica
I20260630 12:15:56.484527   431 raft_consensus.cc:2243] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.485085   431 raft_consensus.cc:2272] T c0aa2ecdbddb438f9c158e0ade6be8b0 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.487946   431 tablet_replica.cc:333] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593: stopping tablet replica
I20260630 12:15:56.488552   431 raft_consensus.cc:2243] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.489140   431 raft_consensus.cc:2272] T b59ad27ea62443039b13aa271e8f4526 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.493343   431 tablet_replica.cc:333] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593: stopping tablet replica
I20260630 12:15:56.494005   431 raft_consensus.cc:2243] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.494572   431 raft_consensus.cc:2272] T cfb31ded6b484ce1a25adb8d2663d365 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.497710   431 tablet_replica.cc:333] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593: stopping tablet replica
I20260630 12:15:56.498431   431 raft_consensus.cc:2243] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.499070   431 raft_consensus.cc:2272] T 8da8c3a83ed04caea4da1e0c3ebf259a P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.501227   431 tablet_replica.cc:333] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593: stopping tablet replica
I20260630 12:15:56.501794   431 raft_consensus.cc:2243] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.502354   431 raft_consensus.cc:2272] T ffcd26ff8fa5421881564ab800c43b74 P bc5d5cb8f0e64e54914a483bb7e91593 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.530426 13005 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap replayed 1/1 log segments. Stats: ops{read=14 overwritten=0 applied=14 ignored=0} inserts{seen=86 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:56.530839   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:56.531349 13005 tablet_bootstrap.cc:492] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: Bootstrap complete.
I20260630 12:15:56.532160 13005 ts_tablet_manager.cc:1403] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent bootstrapping tablet: real 0.097s	user 0.086s	sys 0.008s
I20260630 12:15:56.534996 13005 raft_consensus.cc:359] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.535802 13005 raft_consensus.cc:740] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 247a56ba1e53438096ce9af4cdc90d9e, State: Initialized, Role: LEARNER
I20260630 12:15:56.536401 13005 consensus_queue.cc:260] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 14, Last appended: 1.14, Last appended by leader: 14, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "bc5d5cb8f0e64e54914a483bb7e91593" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35939 } attrs { replace: true } } peers { permanent_uuid: "26d4fcb2af63429ea8d8677b08a353a9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38597 } } peers { permanent_uuid: "16b1b7dd3af94bb6b4adaba0a268a59f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34361 } } peers { permanent_uuid: "247a56ba1e53438096ce9af4cdc90d9e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37241 } attrs { promote: true } }
I20260630 12:15:56.538674 13005 ts_tablet_manager.cc:1434] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:15:56.541356 12701 tablet_copy_service.cc:342] P 26d4fcb2af63429ea8d8677b08a353a9: Request end of tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-cfb31ded6b484ce1a25adb8d2663d365 received from {username='slave'} at 127.0.0.1:40156
I20260630 12:15:56.542157 12701 tablet_copy_service.cc:434] P 26d4fcb2af63429ea8d8677b08a353a9: ending tablet copy session 247a56ba1e53438096ce9af4cdc90d9e-cfb31ded6b484ce1a25adb8d2663d365 on tablet cfb31ded6b484ce1a25adb8d2663d365 with peer 247a56ba1e53438096ce9af4cdc90d9e
I20260630 12:15:56.560317   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:56.588238 12948 raft_consensus.cc:1217] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.13->[1.14-1.14]   Dedup: 1.14->[]
I20260630 12:15:56.595561   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:56.596539   431 tablet_replica.cc:333] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9: stopping tablet replica
I20260630 12:15:56.597260   431 raft_consensus.cc:2243] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.597846   431 raft_consensus.cc:2272] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.600749   431 tablet_replica.cc:333] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9: stopping tablet replica
I20260630 12:15:56.601316   431 raft_consensus.cc:2243] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:56.602137   431 raft_consensus.cc:2272] T e33faaa743874680ad274807a1eef45a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.604719   431 tablet_replica.cc:333] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9: stopping tablet replica
I20260630 12:15:56.605335   431 raft_consensus.cc:2243] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:56.606353   431 raft_consensus.cc:2272] T cfb31ded6b484ce1a25adb8d2663d365 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.609330   431 tablet_replica.cc:333] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9: stopping tablet replica
I20260630 12:15:56.609969   431 raft_consensus.cc:2243] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.610486   431 raft_consensus.cc:2272] T 8da8c3a83ed04caea4da1e0c3ebf259a P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.612785   431 tablet_replica.cc:333] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9: stopping tablet replica
I20260630 12:15:56.613277   431 raft_consensus.cc:2243] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:56.614305   431 raft_consensus.cc:2272] T ffcd26ff8fa5421881564ab800c43b74 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.617260   431 tablet_replica.cc:333] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9: stopping tablet replica
I20260630 12:15:56.617837   431 raft_consensus.cc:2243] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:56.618804   431 raft_consensus.cc:2272] T b59ad27ea62443039b13aa271e8f4526 P 26d4fcb2af63429ea8d8677b08a353a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.647209   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:56.668468   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:56.702752   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:56.703508   431 tablet_replica.cc:333] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f: stopping tablet replica
I20260630 12:15:56.704257   431 raft_consensus.cc:2243] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.704939   431 raft_consensus.cc:2272] T e33faaa743874680ad274807a1eef45a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.707237   431 tablet_replica.cc:333] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f: stopping tablet replica
I20260630 12:15:56.707796   431 raft_consensus.cc:2243] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:56.708819   431 raft_consensus.cc:2272] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.711555   431 tablet_replica.cc:333] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f: stopping tablet replica
I20260630 12:15:56.712100   431 raft_consensus.cc:2243] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.712570   431 raft_consensus.cc:2272] T b59ad27ea62443039b13aa271e8f4526 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.715276   431 tablet_replica.cc:333] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f: stopping tablet replica
I20260630 12:15:56.715823   431 raft_consensus.cc:2243] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.716411   431 raft_consensus.cc:2272] T ffcd26ff8fa5421881564ab800c43b74 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.720542   431 tablet_replica.cc:333] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f: stopping tablet replica
W20260630 12:15:56.720955 12729 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35939: connect: Connection refused (error 111) [suppressed 4 similar messages]
I20260630 12:15:56.721186   431 raft_consensus.cc:2243] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:56.722390   431 raft_consensus.cc:2272] T cfb31ded6b484ce1a25adb8d2663d365 P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:56.724936 12729 consensus_peers.cc:597] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f -> Peer bc5d5cb8f0e64e54914a483bb7e91593 (127.0.107.193:35939): Couldn't send request to peer bc5d5cb8f0e64e54914a483bb7e91593. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35939: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:56.725636   431 tablet_replica.cc:333] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f: stopping tablet replica
I20260630 12:15:56.726511   431 raft_consensus.cc:2243] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:56.727270   431 raft_consensus.cc:2272] T 8da8c3a83ed04caea4da1e0c3ebf259a P 16b1b7dd3af94bb6b4adaba0a268a59f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.754768   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:56.776613   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:56.801329   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:56.802402   431 tablet_replica.cc:333] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e: stopping tablet replica
I20260630 12:15:56.803061   431 raft_consensus.cc:2243] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:56.803467   431 raft_consensus.cc:2272] T ffcd26ff8fa5421881564ab800c43b74 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:56.805544   431 tablet_replica.cc:333] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e: stopping tablet replica
I20260630 12:15:56.806121   431 raft_consensus.cc:2243] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:56.806486   431 raft_consensus.cc:2272] T cfb31ded6b484ce1a25adb8d2663d365 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:56.808725   431 tablet_replica.cc:333] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e: stopping tablet replica
I20260630 12:15:56.809209   431 raft_consensus.cc:2243] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:56.809659   431 raft_consensus.cc:2272] T c0aa2ecdbddb438f9c158e0ade6be8b0 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:56.811916   431 tablet_replica.cc:333] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e: stopping tablet replica
I20260630 12:15:56.812397   431 raft_consensus.cc:2243] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:56.812772   431 raft_consensus.cc:2272] T b59ad27ea62443039b13aa271e8f4526 P 247a56ba1e53438096ce9af4cdc90d9e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:56.834081   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:56.848743   431 master.cc:562] Master@127.0.107.254:38297 shutting down...
W20260630 12:15:56.877323 12562 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:56.878472   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:56.878935   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:56.879215   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P efedc1ffd0c54fefb540885e556e3b52: stopping tablet replica
I20260630 12:15:56.900065   431 master.cc:584] Master@127.0.107.254:38297 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (6456 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (11630 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (274714 ms total)
[  PASSED  ] 26 tests.
I20260630 12:15:56.956166   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 6 messages since previous log ~63 seconds ago
I20260630 12:15:56.956429   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 5 messages since previous log ~62 seconds ago
I20260630 12:15:56.956625   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 5 messages since previous log ~62 seconds ago
I20260630 12:15:56.956821   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4755: suppressed but not reported on 7 messages since previous log ~63 seconds ago
I20260630 12:15:56.957015   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4810: suppressed but not reported on 39 messages since previous log ~178 seconds ago
I20260630 12:15:56.957216   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 3 messages since previous log ~244 seconds ago
I20260630 12:15:56.957574   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 35 messages since previous log ~9 seconds ago
